- Jan 03, 2020
-
-
Christian Rebischke authored
fix bug #71
-
Christian Rebischke authored
-
- Nov 04, 2019
-
-
Christian Rebischke authored
add question for vagrant plugins
-
Christian Rebischke authored
-
- Oct 27, 2019
-
-
Christian Rebischke authored
add support for cloud images
-
Christian Rebischke authored
-
Christian Rebischke authored
Add a output_directory, a buildname, fix build process and add support for auto signing (only local) Signed-off-by: Christian Rebischke <chris@nullday.de>
-
- Oct 26, 2019
-
-
Christian Rebischke authored
Signed-off-by: Christian Rebischke <chris@nullday.de>
-
- Oct 15, 2019
-
-
Christian Rebischke authored
write_zeroes: flush buffers before writing zeroes
-
Christian Rebischke authored
-
- Oct 13, 2019
-
-
Christian Rebischke authored
Use our own mirror instead
-
Christian Rebischke authored
-
Christian Rebischke authored
added switch for grub-install
-
Christian Rebischke authored
Signed-off-by: Christian Rebischke <chris@nullday.de>
-
Sven-Hendrik Haase authored
-
Robin Broda authored
this avoids spurious failures with e.g. btrfs' metadata backing store when alternative filesystems are used (i.e. #62)
-
Christian Rebischke authored
generic-ci: drop wget in favor of curl
-
Robin Broda authored
curl is already used elsewhere in this script - the additional dependency on wget is not necessary
-
- Oct 11, 2019
-
-
Christian Rebischke authored
fixed docs and added styleguide
-
Christian Rebischke authored
Signed-off-by: Christian Rebischke <chris@nullday.de>
-
Christian Rebischke authored
fixed format and syntax for various files
-
Christian Rebischke authored
Signed-off-by: Christian Rebischke <chris@nullday.de>
-
Christian Rebischke authored
add more ci workflows
-
Christian Rebischke authored
We want to verify python/shell syntax and format. Signed-off-by: Christian Rebischke <chris@nullday.de>
-
- Oct 10, 2019
-
-
Christian Rebischke authored
enable github actions support for PRs
-
Christian Rebischke authored
Furthermore we disable travis support and link the right badge in the README. This is supposed to fix #55 Signed-off-by: Christian Rebischke <chris@nullday.de>
-
Christian Rebischke authored
This commit fixes #53 Signed-off-by: Christian Rebischke <chris@nullday.de>
-
Christian Rebischke authored
This fixes https://github.com/archlinux/arch-boxes/issues/51 Signed-off-by: Christian Rebischke <chris@nullday.de>
-
- Sep 30, 2019
-
-
Christian Rebischke authored
Signed-off-by: Christian Rebischke <chris@nullday.de>
-
Christian Rebischke authored
set executables executable and created a generic-ci.sh script. With this script we are able to use travis or github actions or any other ci system. Signed-off-by: Christian Rebischke <chris@nullday.de>
-
- Sep 10, 2019
-
-
Christian Rebischke authored
This is supposed to fix #41. Vagrant is able to provision boxes, therefore we need to make sure that the box has finished all Pacman keyring initialization before Vagrant is able to login via SSH and provision the box. Signed-off-by: Christian Rebischke <chris@nullday.de>
-
Christian Rebischke authored
-
Christian Rebischke authored
Signed-off-by: Christian Rebischke <chris@nullday.de>
-
- Sep 06, 2019
-
-
Christian Rebischke authored
added uname and check for vboxusers group
-
- Sep 04, 2019
-
-
Christian Rebischke authored
added host modules
-
- Aug 10, 2019
-
-
Christian Rebischke authored
This approach disables vagrant cloud uploads. It's supposed to fix #44 Signed-off-by: Christian Rebischke <chris@nullday.de>
-
- Aug 09, 2019
-
-
Christian Rebischke authored
Signed-off-by: Christian Rebischke <chris@nullday.de>
-
Christian Rebischke authored
Now we exit with status code 0, otherwise we will hit our monitoring to often Signed-off-by: Christian Rebischke <chris@nullday.de>
-
Christian Rebischke authored
* added python script to increase failure-tolerance Signed-off-by: Christian Rebischke <chris@nullday.de> * removed try & except block at beginning Signed-off-by: Christian Rebischke <chris@nullday.de> * refactored if blocks Signed-off-by: Christian Rebischke <chris@nullday.de> * reduce redundancy by templating packer cmd (#45) * reduce redundancy by templating packer cmd * copy list to allow repeated calls to build_packer_call without this, build_packer_call will modify PACKER_CMD_TEMPLATE unintentionally * actually call build_packer_call
-
- Aug 08, 2019
-
-
Christian Rebischke authored
-