summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Disable git fetching during build.tor-browser-builder-3.0-4tor-browser-builder-2Mike Perry2013-08-03
| | | | | We should perform all network activity beforehand, so builds can be done on an offline machine.
* Hack to make LXC work on some machines.tor-browser-builder-3.0-3Mike Perry2013-08-01
| | | | | Seems to be required after the rebase to the latest gitian-builder? Is $TUSER not set correctly now?
* Don't sanitize git commit names. They are authenticated for us.tor-browser-builder-3.0-2Mike Perry2013-07-16
| | | | | Also, we need to specify absolute paths like refs/tags/tagname, to avoid ambiguity between actual tags and other refs.
* Use lxcbr0 as bridgedevrandom2013-07-10
|
* Include package name in the build output.Mike Perry2013-07-10
| | | | | For build processes with multiple descriptors, knowing the current descriptor is very helpful.
* On my system, the lxc bridge is called lxcbr0...Mike Perry2013-07-10
|
* Make LXC copy-to-target also deref symlinks.Mike Perry2013-07-10
|
* Switch to rsync for copy-to-target.Mike Perry2013-07-10
| | | | The Firefox build tree has a lot of files. Rsync is faster than scp for this.
* Allow '@' and '+' in sanitized strings.Mike Perry2013-07-10
| | | | | Firefox needs to use '@' for extension filenames, and '+' is needed for g++ cross-compiler wrapper scripts.
* Fix sudo issue with LXC.Mike Perry2013-07-10
|
* Allow build to use sudo without a passwordLuke Dashjr2013-07-10
|
* Increase disk size for things like Firefox that need it.Matt Corallo2013-07-10
|
* Complete licensedevrandom2013-06-24
|
* License filedevrandom2013-06-24
|
* Merge pull request #41 from arlolra/probablyDev Random2013-06-21
|\ | | | | Don't warn in if LXC.
| * Don't warn in if LXC.Arlo Breault2013-06-17
|/
* Merge pull request #40 from wtogami/ontargetuserfixDev Random2013-06-09
|\ | | | | Fix --user in --help to display how the command actually works
| * Fix --user in --help to display how the command actually worksWarren Togami2013-06-03
|/
* Merge pull request #38 from laanwj/masterDev Random2013-05-11
|\ | | | | Increase ssh timeout to 30 seconds
| * Increase ssh connection timeout to 30 secondsWladimir J. van der Laan2013-05-10
|/ | | | | The previous 5-second timeout causes random errors during compilation here, increasing it to 30 seconds solves this problem.
* Merge pull request #35 from luke-jr/no_recommendsDev Random2013-05-05
|\ | | | | Don't install package recommends implicitly
| * Don't install package recommends implicitly (require yml to specify them)Luke Dashjr2013-04-18
| |
* | Merge pull request #34 from luke-jr/bugfix_noninteractiveDev Random2013-05-05
|\ \ | |/ | | Bugfix: Use noninteractive frontend for apt-get
| * Bugfix: Use noninteractive frontend for apt-getLuke Dashjr2013-04-18
| |
* | Merge pull request #33 from luke-jr/bugfix_update_head_okDev Random2013-05-05
|\ \ | | | | | | Bugfix: Pass --update-head-ok to git fetch to avoid problems overwriting checked out branch
| * | Bugfix: Pass --update-head-ok to git fetch to avoid problems overwriting ↵Luke Dashjr2013-04-18
| | | | | | | | | | | | checked out branch
* | | Merge pull request #32 from sipa/enablekvmDev Random2013-04-15
|\ \ \ | | | | | | | | Perhaps also actually enable KVM...
| * | | Perhaps also actually enable KVM...Pieter Wuille2013-04-15
|/ / /
* | | Merge pull request #31 from sipa/qemusystemDev Random2013-04-13
|\ \ \ | | | | | | | | Use qemu-system- instead of kvm -m
| * | | Use qemu-system- instead of kvm -mPieter Wuille2013-04-14
|/ / / | | | | | | | | | As kvm -m doesn't work in Ubuntu 13.04 anymore.
* | | Merge pull request #28 from luke-jr/custom_kvmDev Random2013-04-10
|\ \ \ | | | | | | | | Allow environment-configurable KVM binary name
| * | | Allow environment-configurable KVM binary nameLuke Dashjr2013-04-09
| | | |
* | | | Merge pull request #29 from luke-jr/bugfix_changing_remote_uriDev Random2013-04-10
|\ \ \ \ | | |/ / | |/| | Bugfix: git fetch directly from the remote URL, rather than only setting a default the first time
| * | | Bugfix: git fetch directly from the remote URL, rather than only setting a ↵Luke Dashjr2013-04-09
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | default the first time - Fixes problem where the gitian URL varies for different branches of the same repository - Explicitly fetching tags using + allows repository to overwrite existing tags (changed tag) - Fetching branch heads to local heads correctly makes branch names available for commit option - Fetching both branches and tags at the same time optimizes things slightly
* | | Merge pull request #30 from luke-jr/gentooDev Random2013-04-10
|\ \ \ | |/ / |/| | Update README to include Gentoo instructions as well
| * | Update README to include Gentoo instructions as wellLuke Dashjr2013-04-09
|/ /
* | Merge pull request #27 from gavinandresen/virtualboxDev Random2013-02-08
|\ \ | | | | | | Virtualbox support
| * | VirtualBox supportGavin Andresen2013-02-08
|/ /
* | Do not hardcode suite in bootstrap fixupdevrandom2012-10-12
| |
* | setarch on guest for LXCdevrandom2012-09-12
| | | | | | | | | | | | | | Some packages use uname -m, which is not set to i386 on LXC on a 64 bit host. fixes #24
* | Merge pull request #22 from TheBlueMatt/masterDev Random2012-09-06
|\ \ | | | | | | Make using an invalid tag/commit an error
| * | Make using an invalid tag/commit an errorMatt Corallo2012-09-06
| | |
* | | Merge pull request #21 from gavinandresen/prereq_fixDev Random2012-09-06
|\ \ \ | | | | | | | | Fix prereqs
| * | | Fix prereqsGavin Andresen2012-09-06
|/ / / | | | | | | | | | | | | | | | Added ruby. LXC and KVM both need python-vm-builder. And apt-cacher never worked for me, but apt-cacher-ng does.
* | | Start unit testingdevrandom2012-08-08
| | |
* | | Waiting period for installsdevrandom2012-08-08
| | |
* | | Fix git-fetch and brctl docdevrandom2012-08-03
| | |
* | | Work around cron issue during make-base-vmdevrandom2012-08-03
|/ /
* | Merge pull request #20 from TheBlueMatt/masterDev Random2012-06-27
|\ \ | | | | | | Add the option to call a command after running in gitian-updater.
| * | Add the option to call a command after running in gitian-updater.Matt Corallo2012-06-27
|/ /