Merge #210: Do not fetch remote when it already there
355cd7e Fix incorrect gramma in RELEASE_NOTES (Putta Khunchalee)
4b886a9 Update RELEASE_NOTES (Putta Khunchalee)
0417729 Do not fetch remote when it already there (Putta Khunchalee)
docker cp has a bug where it uses the host machine's uid and group
for copied files and directories even though the copied files and
directories should use the container's user's uid and group. To fix
this, we run chown as root on the copied files and directories to
get the correct permissions.
Merge #181: Add the option to use docker containers
27d0130 update gitignore for docker (Andrew Chow)
8847ca1 update readme for docker (Andrew Chow)
3934150 Have libexec scripts be able to communicate with a docker container (Andrew Chow)
1ca59fd Option for make-base-vm to create docker image (Andrew Chow)
Have libexec scripts be able to communicate with a docker container
start-target creates and starts a docker container from the image created
by make-base-vm
stop-target stops and removes the docker container from start-target
copy-from-target, copy-to-target, and on-target can execute commands
and copy files to and from the docker container started by start-target.
make-clean-vm does nothing because nothing needs to be done to make a
clean docker container.
Make verification program configurable for gverify
This adds an option `-p` or `--verify-program` to be able to override
`gpg` as used by default.
This is useful on Ubuntu 16.04 where `gpg` still gpg 1.x,
and it is desireable to use `gpg2` instead to be able to verify ECDSA
signatures and such.
d0127cc Release notes (Devrandom)
923c711 add CODEOWNERS (Devrandom)
cac395d git submodule support (Devrandom)
496f45d support Debian / virtualbox via Vagrant Cloud (Devrandom)
ead388a headless vbox (Devrandom)
7338dc5 do not complain about kvm if in VBOX mode (Devrandom)