summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Include package name in the build output.tor-browser-builder-3.0-1tor-browser-builder-1Mike Perry2013-06-17
| | | | | For build processes with multiple descriptors, knowing the current descriptor is very helpful.
* On my system, the lxc bridge is called lxcbr0...Mike Perry2013-06-17
|
* Make LXC copy-to-target also deref symlinks.Mike Perry2013-06-17
|
* Switch to rsync for copy-to-target.Mike Perry2013-06-17
| | | | The Firefox build tree has a lot of files. Rsync is faster than scp for this.
* Allow '@' and '+' in sanitized strings.Mike Perry2013-06-17
| | | | | Firefox needs to use '@' for extension filenames, and '+' is needed for g++ cross-compiler wrapper scripts.
* Bump SSH Connect timeouts to 30 seconds.Mike Perry2013-06-17
| | | | | | The Firefox link process consumes a lot of RAM: So much so that it sometimes causes sshd to get swapped out, and then the whole gitian build fails because the final copy-from-target times out while the VM swaps sshd back in.
* Fix sudo issue with LXC.Mike Perry2013-06-17
|
* Allow build to use sudo without a passwordLuke Dashjr2013-06-17
|
* Increase disk size for things like Firefox that need it.Matt Corallo2013-06-17
|
* Don't sanitize commits. They come right from us.Mike Perry2013-06-17
| | | | | | Also, sanitizing them prevents us from being explicit as to if we want a tag or a branch (which is important for signature verification - otherwise we could verify the tag sig, but then get an unsigned branch of the same name).
* Disable git fetching during build.Mike Perry2013-06-17
| | | | | We should perform all network activity beforehand, so builds can be done on an offline machine.
* Fix initial checkout from some reposMatt Corallo2013-05-04
|
* 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
|/
* Merge pull request #18 from TheBlueMatt/masterDev Random2012-06-25
|\ | | | | Fix gverify in Ruby 1.9 and use writeback cache in kvm
| * Update for Ruby 1.9Matt Corallo2012-06-26
| |
| * Use writeback disk cache in kvm.Matt Corallo2012-06-26
|/
* Utility to canonicalize a zip file.devrandom2012-06-15
|
* Merge pull request #17 from TheBlueMatt/masterDev Random2012-06-13
|\ | | | | Give each error a unique exit code.
| * Give each error a unique exit code.Matt Corallo2012-06-13
|/
* Merge pull request #16 from TheBlueMatt/rssDev Random2012-06-12
|\ | | | | Only import libxml2 if we are about to use it.
| * Only import libxml2 if we are about to use it.Matt Corallo2012-06-12
| |
* | Merge pull request #15 from TheBlueMatt/masterDev Random2012-06-12
|\ \ | |/ |/| Fix cx_Freeze and add option to specify gpg path
| * Add option to specify path to gpg.Matt Corallo2012-06-12
| |
| * Use sys.exit instead of exit for cx_Freeze.Matt Corallo2012-06-12
|/
* Merge pull request #14 from TheBlueMatt/masterDev Random2012-06-11
|\ | | | | Fix download error on Win32.
| * Fix download error on Win32.Matt Corallo2012-06-12
|/
* Better transport from host to target and resolve commitish on host.devrandom2012-05-08
|