aboutsummaryrefslogtreecommitdiff
path: root/.gitlab/ci/build-inside-vm.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix shellcheck complains in CI scriptsDavid Runge2021-04-301-3/+4
| | | | | | | | | | .gitlab/ci/build-host.sh: Change the readonly TMPDIR variable to a global tmpdir variable and set it in the `init()` function. .gitlab/ci/build-inside-vm.sh: Change assigning the readonly tmpdir variable directly to assigning it after declaring it. Change `cleanup()` and `create_zsync_delta()` to use bash-style statements and also check whether SUDO_GID is set before using it.
* Create zsync control file for delta downloadsJonathon Fernyhough2021-03-141-0/+10
|
* Add scripts for continuous integrationDavid Runge2021-01-311-0/+39
.gitlab/ci/build-host.sh: Add script to be run in a container with access to qemu. It is a slight modification of arch-boxes' build-host.sh script to cater to the specific archiso requirements. .gitlab/ci/build-inside-vm.sh: Add script to be run in virtualized environment, established by build-host.sh. This script builds the actual archiso profiles and creates checksum for the resulting image files.