| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Include package name in the build output.tor-browser-builder-3.0-1tor-browser-builder-1 | Mike Perry | 2013-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 Perry | 2013-06-17 |
| | | |||
| * | Make LXC copy-to-target also deref symlinks. | Mike Perry | 2013-06-17 |
| | | |||
| * | Switch to rsync for copy-to-target. | Mike Perry | 2013-06-17 |
| | | | | | The Firefox build tree has a lot of files. Rsync is faster than scp for this. | ||
| * | Allow '@' and '+' in sanitized strings. | Mike Perry | 2013-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 Perry | 2013-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 Perry | 2013-06-17 |
| | | |||
| * | Allow build to use sudo without a password | Luke Dashjr | 2013-06-17 |
| | | |||
| * | Increase disk size for things like Firefox that need it. | Matt Corallo | 2013-06-17 |
| | | |||
| * | Don't sanitize commits. They come right from us. | Mike Perry | 2013-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 Perry | 2013-06-17 |
| | | | | | | We should perform all network activity beforehand, so builds can be done on an offline machine. | ||
| * | Fix initial checkout from some repos | Matt Corallo | 2013-05-04 |
| | | |||
| * | Merge pull request #32 from sipa/enablekvm | Dev Random | 2013-04-15 |
| |\ | | | | | Perhaps also actually enable KVM... | ||
| | * | Perhaps also actually enable KVM... | Pieter Wuille | 2013-04-15 |
| |/ | |||
| * | Merge pull request #31 from sipa/qemusystem | Dev Random | 2013-04-13 |
| |\ | | | | | Use qemu-system- instead of kvm -m | ||
| | * | Use qemu-system- instead of kvm -m | Pieter Wuille | 2013-04-14 |
| |/ | | | | As kvm -m doesn't work in Ubuntu 13.04 anymore. | ||
| * | Merge pull request #28 from luke-jr/custom_kvm | Dev Random | 2013-04-10 |
| |\ | | | | | Allow environment-configurable KVM binary name | ||
| | * | Allow environment-configurable KVM binary name | Luke Dashjr | 2013-04-09 |
| | | | |||
| * | | Merge pull request #29 from luke-jr/bugfix_changing_remote_uri | Dev Random | 2013-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 Dashjr | 2013-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/gentoo | Dev Random | 2013-04-10 |
| |\ \ | |/ |/| | Update README to include Gentoo instructions as well | ||
| | * | Update README to include Gentoo instructions as well | Luke Dashjr | 2013-04-09 |
| |/ | |||
| * | Merge pull request #27 from gavinandresen/virtualbox | Dev Random | 2013-02-08 |
| |\ | | | | | Virtualbox support | ||
| | * | VirtualBox support | Gavin Andresen | 2013-02-08 |
| |/ | |||
| * | Do not hardcode suite in bootstrap fixup | devrandom | 2012-10-12 |
| | | |||
| * | setarch on guest for LXC | devrandom | 2012-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/master | Dev Random | 2012-09-06 |
| |\ | | | | | Make using an invalid tag/commit an error | ||
| | * | Make using an invalid tag/commit an error | Matt Corallo | 2012-09-06 |
| | | | |||
| * | | Merge pull request #21 from gavinandresen/prereq_fix | Dev Random | 2012-09-06 |
| |\ \ | | | | | | | Fix prereqs | ||
| | * | | Fix prereqs | Gavin Andresen | 2012-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 testing | devrandom | 2012-08-08 |
| | | | |||
| * | | Waiting period for installs | devrandom | 2012-08-08 |
| | | | |||
| * | | Fix git-fetch and brctl doc | devrandom | 2012-08-03 |
| | | | |||
| * | | Work around cron issue during make-base-vm | devrandom | 2012-08-03 |
| |/ | |||
| * | Merge pull request #20 from TheBlueMatt/master | Dev Random | 2012-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 Corallo | 2012-06-27 |
| |/ | |||
| * | Merge pull request #18 from TheBlueMatt/master | Dev Random | 2012-06-25 |
| |\ | | | | | Fix gverify in Ruby 1.9 and use writeback cache in kvm | ||
| | * | Update for Ruby 1.9 | Matt Corallo | 2012-06-26 |
| | | | |||
| | * | Use writeback disk cache in kvm. | Matt Corallo | 2012-06-26 |
| |/ | |||
| * | Utility to canonicalize a zip file. | devrandom | 2012-06-15 |
| | | |||
| * | Merge pull request #17 from TheBlueMatt/master | Dev Random | 2012-06-13 |
| |\ | | | | | Give each error a unique exit code. | ||
| | * | Give each error a unique exit code. | Matt Corallo | 2012-06-13 |
| |/ | |||
| * | Merge pull request #16 from TheBlueMatt/rss | Dev Random | 2012-06-12 |
| |\ | | | | | Only import libxml2 if we are about to use it. | ||
| | * | Only import libxml2 if we are about to use it. | Matt Corallo | 2012-06-12 |
| | | | |||
| * | | Merge pull request #15 from TheBlueMatt/master | Dev Random | 2012-06-12 |
| |\ \ | |/ |/| | Fix cx_Freeze and add option to specify gpg path | ||
| | * | Add option to specify path to gpg. | Matt Corallo | 2012-06-12 |
| | | | |||
| | * | Use sys.exit instead of exit for cx_Freeze. | Matt Corallo | 2012-06-12 |
| |/ | |||
| * | Merge pull request #14 from TheBlueMatt/master | Dev Random | 2012-06-11 |
| |\ | | | | | Fix download error on Win32. | ||
| | * | Fix download error on Win32. | Matt Corallo | 2012-06-12 |
| |/ | |||
| * | Better transport from host to target and resolve commitish on host. | devrandom | 2012-05-08 |
| | | |||
