Tom Robinson
a6fdc28839
Add VirtualBox support to make-base-vm via Vagrant
7 years ago
devrandom
ac4f77bcd1
Initialize umask to a known value (002)
7 years ago
Dev Random
bdcbce6a0d
Merge pull request #37 from TheBlueMatt/master
Fix bug + increase disk size
7 years ago
Matt Corallo
4e8ea08ee3
Fix gitian_updater checksum matching.
7 years ago
Matt Corallo
95e09ae608
Increase disk size for things like Firefox that need it.
7 years ago
devrandom
54f74f9c23
qemu-utils are required
7 years ago
devrandom
79c1217cb1
make passing env vars work across guest OS suites
7 years ago
devrandom
6919e04de1
use sudo even for root lxc so that path is set
7 years ago
devrandom
f7148de91b
try again
7 years ago
devrandom
c47e51af72
second try
7 years ago
devrandom
af52ebf6cb
use shell for lxc-start exec
7 years ago
devrandom
054a72167c
update README some more
7 years ago
devrandom
84796af6ac
make README.md Sanity Test section work as written
7 years ago
Dev Random
47ec544d6a
Merge pull request #42 from mmlb/patch-1
Update the README.md file to work better with github.
7 years ago
Manuel Mendez
acc07d281b
Update the README.md file to work better with github.
7 years ago
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
7 years ago
Dev Random
3c6379e89e
Merge pull request #38 from laanwj/master
Increase ssh timeout to 30 seconds
7 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.
7 years ago
Dev Random
5512bb3cec
Merge pull request #35 from luke-jr/no_recommends
Don't install package recommends implicitly
7 years ago
Dev Random
41c3545e3b
Merge pull request #34 from luke-jr/bugfix_noninteractive
Bugfix: Use noninteractive frontend for apt-get
7 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
7 years ago
Luke Dashjr
f43ff49fa7
Don't install package recommends implicitly (require yml to specify them)
7 years ago
Luke Dashjr
ffe46ca40b
Bugfix: Use noninteractive frontend for apt-get
7 years ago
Luke Dashjr
46b75df3d3
Bugfix: Pass --update-head-ok to git fetch to avoid problems overwriting checked out branch
7 years ago
Dev Random
2e9ffa0f54
Merge pull request #32 from sipa/enablekvm
Perhaps also actually enable KVM...
7 years ago
Pieter Wuille
9a198b32a7
Perhaps also actually enable KVM...
7 years ago
Dev Random
67c24197d2
Merge pull request #31 from sipa/qemusystem
Use qemu-system- instead of kvm -m
7 years ago
Pieter Wuille
b7b24bd401
Use qemu-system- instead of kvm -m
As kvm -m doesn't work in Ubuntu 13.04 anymore.
7 years ago
Dev Random
1f8299b9a0
Merge pull request #28 from luke-jr/custom_kvm
Allow environment-configurable KVM binary name
7 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
7 years ago
Dev Random
72e4410d33
Merge pull request #30 from luke-jr/gentoo
Update README to include Gentoo instructions as well
7 years ago
Luke Dashjr
fa1de4aca0
Update README to include Gentoo instructions as well
7 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
7 years ago
Luke Dashjr
54aeb2df27
Allow environment-configurable KVM binary name
7 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