Mitchell Cash
c76ac9d903
Add argument to skip fetching the latest remote source
3 years ago
Devrandom
93a62c7d7d
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)
3 years ago
Putta Khunchalee
355cd7e01f
Fix incorrect gramma in RELEASE_NOTES
3 years ago
Putta Khunchalee
4b886a975c
Update RELEASE_NOTES
3 years ago
Devrandom
5b7de603a7
Merge #214 : Do not leave configuration files of 'rsyslog' package
...
175796e
Do not leave rsyslog configuration files (Hennadii Stepanov)
3 years ago
Hennadii Stepanov
175796e79e
Do not leave rsyslog configuration files
3 years ago
Devrandom
ba69d47c44
Merge #212 : Increase the LXC disk size from 10241 MiB to 12 GiB
...
25a0feb
Increase LXC disk size from 10241 MiB to 12 GiB (Hennadii Stepanov)
3 years ago
Hennadii Stepanov
25a0feb2a3
Increase LXC disk size from 10241 MiB to 12 GiB
3 years ago
Devrandom
81edd2fc8e
Merge #211 : Fix typo in README.md
...
46229f9
Fix typo in README.md (Hennadii Stepanov)
3 years ago
Hennadii Stepanov
46229f9a7e
Fix typo in README.md
3 years ago
Devrandom
9d5edcb344
Merge #206 : Ignore cache directory and target-* files
...
4eda053
Ignore cache directory and target-* files (Hennadii Stepanov)
3 years ago
Putta Khunchalee
041772973f
Do not fetch remote when it already there
3 years ago
Hennadii Stepanov
4eda053e8e
Ignore cache directory and target-* files
3 years ago
Devrandom
ee1806672b
Merge #200 : README: dealing with missing AUR packages and a typo
...
7b1ac8a
README: dealing with missing AUR packages and typo (Jonathan Cross)
4 years ago
Devrandom
963322de84
Merge #197 : Do not overwrite var/install.log
...
6c2294d
Do not overwrite var/install.log (Hennadii Stepanov)
4 years ago
Jonathan Cross
7b1ac8aa76
README: dealing with missing AUR packages and typo
4 years ago
Hennadii Stepanov
6c2294d891
Do not overwrite var/install.log
4 years ago
Devrandom
5dca443989
Merge #178 : Add compatibility with lxc 3
...
4ba8e28
Add compatibility with lxc 3 (Chun Kuan Lee)
4 years ago
Chun Kuan Lee
4ba8e2843e
Add compatibility with lxc 3
4 years ago
Devrandom
5ce742c3de
Merge #189 : [docker] Set permissions to container uid and group
...
76cb7e4
Set permissions to container uid and group (Andrew Chow)
4 years ago
Andrew Chow
76cb7e40cb
Set permissions to container uid and group
...
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.
4 years ago
Devrandom
8de93ac7e9
Merge #188 : gbuild: Avoid printing kvm warning when using docker
...
fa54ada
gbuild: Avoid printing kvm warning when using docker (MarcoFalke)
4 years ago
MarcoFalke
fa54ada75c
gbuild: Avoid printing kvm warning when using docker
4 years ago
Devrandom
da56381af9
Merge #182 : Make verification program configurable for gverify
...
9231b6d
Make verification program configurable for gverify (Wladimir J. van der Laan)
4 years ago
Devrandom
164a35d6f8
Merge #185 : Option to specify docker image hash
...
4053f3c
Option to specify docker image hash (Andrew Chow)
4 years ago
Devrandom
392c4b0d71
Merge #186 : Regex hardening to fix CVE-2018-12356.
...
5da1adc
Regex hardening to fix CVE-2018-12356. (PenTesting)
4 years ago
PenTesting
5da1adce92
Regex hardening to fix CVE-2018-12356.
4 years ago
Andrew Chow
4053f3c88e
Option to specify docker image hash
...
Adds the option to specify a docker image hash to use for the base vm
and for descriptors
4 years ago
Devrandom
4703d74479
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)
4 years ago
Andrew Chow
27d01300d2
update gitignore for docker
4 years ago
Andrew Chow
8847ca1127
update readme for docker
4 years ago
Andrew Chow
3934150c5a
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.
4 years ago
Andrew Chow
1ca59fd8fb
Option for make-base-vm to create docker image
...
make-base-vm can be run with --docker to create a dockerfile and
docker image for the specified arch and suite.
4 years ago
Wladimir J. van der Laan
9231b6d5bf
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.
4 years ago
Devrandom
8f3625740c
Merge #177 : Package git-core has been renamed to git
...
faa2dc2
Package git-core has been renamed to git (MarcoFalke)
4 years ago
MarcoFalke
faa2dc2c2c
Package git-core has been renamed to git
4 years ago
Devrandom
d520618015
Merge #166 : virtualbox improvements
...
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)
4 years ago
Devrandom
d0127cceee
Release notes
4 years ago
Devrandom
923c711d25
add CODEOWNERS
4 years ago
Devrandom
cac395d6e5
git submodule support
4 years ago
Devrandom
496f45d17b
support Debian / virtualbox via Vagrant Cloud
4 years ago
Devrandom
ead388a050
headless vbox
4 years ago
Devrandom
7338dc5d77
do not complain about kvm if in VBOX mode
4 years ago
Devrandom
e2172de865
Merge #158 : Add support for update-alternatives
...
6ed65a2
Add support for update-alternatives (Amaury Séchet)
5 years ago
Devrandom
46321204b5
Merge #157 : Add support for multiarch
...
052f3c1
Add support for multiarch (Amaury Séchet)
5 years ago
Devrandom
19356ed756
Merge #154 : Update vmbuilder references in README
...
9135842
Update vmbuilder references in README (Joseph Bisch)
5 years ago
Amaury Séchet
6ed65a2fff
Add support for update-alternatives
5 years ago
Amaury Séchet
052f3c1ae4
Add support for multiarch
5 years ago
Joseph Bisch
9135842520
Update vmbuilder references in README
...
Prompted by change of upstream for vmbuilder:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/1260062/comments/15
5 years ago
Devrandom
a918531859
Merge #152 : Revert "Add LXC mount entry for shm"
...
542c5c4
Revert "Add LXC mount entry for shm" (Joseph Bisch)
5 years ago