| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Disable git fetching during build.tor-browser-builder-3.0-4tor-browser-builder-2 | Mike Perry | 2013-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-3 | Mike Perry | 2013-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-2 | Mike Perry | 2013-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 bridge | devrandom | 2013-07-10 |
| | | |||
| * | Include package name in the build output. | Mike Perry | 2013-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 Perry | 2013-07-10 |
| | | |||
| * | Make LXC copy-to-target also deref symlinks. | Mike Perry | 2013-07-10 |
| | | |||
| * | Switch to rsync for copy-to-target. | Mike Perry | 2013-07-10 |
| | | | | | The Firefox build tree has a lot of files. Rsync is faster than scp for this. | ||
| * | Allow '@' and '+' in sanitized strings. | Mike Perry | 2013-07-10 |
| | | | | | | Firefox needs to use '@' for extension filenames, and '+' is needed for g++ cross-compiler wrapper scripts. | ||
| * | Fix sudo issue with LXC. | Mike Perry | 2013-07-10 |
| | | |||
| * | Allow build to use sudo without a password | Luke Dashjr | 2013-07-10 |
| | | |||
| * | Increase disk size for things like Firefox that need it. | Matt Corallo | 2013-07-10 |
| | | |||
| * | Complete license | devrandom | 2013-06-24 |
| | | |||
| * | License file | devrandom | 2013-06-24 |
| | | |||
| * | Merge pull request #41 from arlolra/probably | Dev Random | 2013-06-21 |
| |\ | | | | | Don't warn in if LXC. | ||
| | * | Don't warn in if LXC. | Arlo Breault | 2013-06-17 |
| |/ | |||
| * | Merge pull request #40 from wtogami/ontargetuserfix | Dev Random | 2013-06-09 |
| |\ | | | | | Fix --user in --help to display how the command actually works | ||
| | * | Fix --user in --help to display how the command actually works | Warren Togami | 2013-06-03 |
| |/ | |||
| * | Merge pull request #38 from laanwj/master | Dev Random | 2013-05-11 |
| |\ | | | | | Increase ssh timeout to 30 seconds | ||
| | * | Increase ssh connection timeout to 30 seconds | Wladimir J. van der Laan | 2013-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_recommends | Dev Random | 2013-05-05 |
| |\ | | | | | Don't install package recommends implicitly | ||
| | * | Don't install package recommends implicitly (require yml to specify them) | Luke Dashjr | 2013-04-18 |
| | | | |||
| * | | Merge pull request #34 from luke-jr/bugfix_noninteractive | Dev Random | 2013-05-05 |
| |\ \ | |/ | | | Bugfix: Use noninteractive frontend for apt-get | ||
| | * | Bugfix: Use noninteractive frontend for apt-get | Luke Dashjr | 2013-04-18 |
| | | | |||
| * | | Merge pull request #33 from luke-jr/bugfix_update_head_ok | Dev Random | 2013-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 Dashjr | 2013-04-18 |
| | | | | | | | | | | | | | checked out branch | ||
| * | | | 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 |
| |/ / | |||
