devrandom
6b0117e623
Complete license
7 years ago
devrandom
84fe4405c0
License file
7 years ago
Dev Random
6a76dccf97
Merge pull request #41 from arlolra/probably
Don't warn in if LXC.
7 years ago
Arlo Breault
d9cc3d14b9
Don't warn in if LXC.
7 years ago
Dev Random
4295ee2b47
Merge pull request #40 from wtogami/ontargetuserfix
Fix --user in --help to display how the command actually works
7 years ago
Warren Togami
e51dbdc9e3
Fix --user in --help to display how the command actually works
8 years ago
Dev Random
3c6379e89e
Merge pull request #38 from laanwj/master
Increase ssh timeout to 30 seconds
8 years ago
Wladimir J. van der Laan
cdb3bb4d43
Increase ssh connection timeout to 30 seconds
The previous 5-second timeout causes random errors during compilation
here, increasing it to 30 seconds solves this problem.
8 years ago
Dev Random
5512bb3cec
Merge pull request #35 from luke-jr/no_recommends
Don't install package recommends implicitly
8 years ago
Dev Random
41c3545e3b
Merge pull request #34 from luke-jr/bugfix_noninteractive
Bugfix: Use noninteractive frontend for apt-get
8 years ago
Dev Random
6134fe03b9
Merge pull request #33 from luke-jr/bugfix_update_head_ok
Bugfix: Pass --update-head-ok to git fetch to avoid problems overwriting checked out branch
8 years ago
Luke Dashjr
f43ff49fa7
Don't install package recommends implicitly (require yml to specify them)
8 years ago
Luke Dashjr
ffe46ca40b
Bugfix: Use noninteractive frontend for apt-get
8 years ago
Luke Dashjr
46b75df3d3
Bugfix: Pass --update-head-ok to git fetch to avoid problems overwriting checked out branch
8 years ago
Dev Random
2e9ffa0f54
Merge pull request #32 from sipa/enablekvm
Perhaps also actually enable KVM...
8 years ago
Pieter Wuille
9a198b32a7
Perhaps also actually enable KVM...
8 years ago
Dev Random
67c24197d2
Merge pull request #31 from sipa/qemusystem
Use qemu-system- instead of kvm -m
8 years ago
Pieter Wuille
b7b24bd401
Use qemu-system- instead of kvm -m
As kvm -m doesn't work in Ubuntu 13.04 anymore.
8 years ago
Dev Random
1f8299b9a0
Merge pull request #28 from luke-jr/custom_kvm
Allow environment-configurable KVM binary name
8 years ago
Dev Random
7e846db55e
Merge pull request #29 from luke-jr/bugfix_changing_remote_uri
Bugfix: git fetch directly from the remote URL, rather than only setting a default the first time
8 years ago
Dev Random
72e4410d33
Merge pull request #30 from luke-jr/gentoo
Update README to include Gentoo instructions as well
8 years ago
Luke Dashjr
fa1de4aca0
Update README to include Gentoo instructions as well
8 years ago
Luke Dashjr
9512784622
Bugfix: git fetch directly from the remote URL, rather than only setting a 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
8 years ago
Luke Dashjr
54aeb2df27
Allow environment-configurable KVM binary name
8 years ago
Dev Random
11d8efec50
Merge pull request #27 from gavinandresen/virtualbox
Virtualbox support
8 years ago
Gavin Andresen
8d937f553b
VirtualBox support
8 years ago
devrandom
f0c9e68fed
Do not hardcode suite in bootstrap fixup
8 years ago
devrandom
5746af15e0
setarch on guest for LXC
Some packages use uname -m, which is not set to i386 on LXC on a 64 bit
host.
fixes #24
8 years ago
Dev Random
93d443077e
Merge pull request #22 from TheBlueMatt/master
Make using an invalid tag/commit an error
8 years ago
Dev Random
1ca081a301
Merge pull request #21 from gavinandresen/prereq_fix
Fix prereqs
8 years ago
Matt Corallo
e27f2a7bce
Make using an invalid tag/commit an error
8 years ago
Gavin Andresen
abf0d10c2c
Fix prereqs
Added ruby.
LXC and KVM both need python-vm-builder.
And apt-cacher never worked for me, but apt-cacher-ng does.
8 years ago
devrandom
fb638519f2
Start unit testing
8 years ago
devrandom
11846c3b31
Waiting period for installs
8 years ago
devrandom
9c95b90ca3
Fix git-fetch and brctl doc
8 years ago
devrandom
e82c0b4760
Work around cron issue during make-base-vm
8 years ago
Dev Random
69bd6a53fa
Merge pull request #20 from TheBlueMatt/master
Add the option to call a command after running in gitian-updater.
8 years ago
Matt Corallo
20a819121b
Add the option to call a command after running in gitian-updater.
8 years ago
Dev Random
16993e2c41
Merge pull request #18 from TheBlueMatt/master
Fix gverify in Ruby 1.9 and use writeback cache in kvm
8 years ago
Matt Corallo
46a5199a24
Update for Ruby 1.9
8 years ago
Matt Corallo
6a87c1dcb7
Use writeback disk cache in kvm.
8 years ago
devrandom
9b082abbdb
Utility to canonicalize a zip file.
8 years ago
Dev Random
66e35101a3
Merge pull request #17 from TheBlueMatt/master
Give each error a unique exit code.
8 years ago
Matt Corallo
cfd8df82fb
Give each error a unique exit code.
8 years ago
Dev Random
6774853190
Merge pull request #16 from TheBlueMatt/rss
Only import libxml2 if we are about to use it.
8 years ago
Dev Random
f665f3629b
Merge pull request #15 from TheBlueMatt/master
Fix cx_Freeze and add option to specify gpg path
8 years ago
Matt Corallo
335eeb79a5
Only import libxml2 if we are about to use it.
8 years ago
Matt Corallo
3443aeaf95
Add option to specify path to gpg.
8 years ago
Matt Corallo
25fa520f52
Use sys.exit instead of exit for cx_Freeze.
8 years ago
Dev Random
be85bfa8c9
Merge pull request #14 from TheBlueMatt/master
Fix download error on Win32.
8 years ago