index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-26 | .gitlab/ci/build-host.sh: install erofs-utils | nl6720 | |
Allow building ISOs with EROFS airootfs images in CI. | |||
2021-03-21 | .gitlab/ci/build-host.sh: Do not upgrade packages with files in ↵ | nl6720 | |
/usr/lib/modules/ Packages with files in /usr/lib/modules/ depend on the current kernel, thus they should not be updated. | |||
2021-03-14 | .gitlab/ci/build-host.sh: increase mksquashfs timeout to 40 minutes | nl6720 | |
Some mksquashfs runs take a very long time and 1000 seconds might not be enough. | |||
2021-03-14 | Create zsync control file for delta downloads | Jonathon Fernyhough | |
2021-01-31 | build-host.sh: Style and syntax fixes | David Runge | |
.gitlab/ci/build-host.sh: Set shebang to /usr/bin/env bash to be more portable/flexible. Turn all posix statements ([]) to bash style statements ([[]]), as we are using bash. Terminate the list of parameters to rm or cp with --. Replace the implementation of finding a local ISO to use with one that relies on a sorted list of potential images. Use virtio-net-pci for networking with qemu. Set the cow_spacesize to 4G for the archiso environment. Use --needed in the call to pacman to not re-install already up-to-date targets. Attempt a full system upgrade (but ignore the kernel). Increase the timeout for when installing packages to the archiso environment using pacman to 120s, as a system upgrade is being done as well. Use systemctl poweroff -i to shut down the virtual machine as it is more future proof and robust. | |||
2021-01-31 | Add scripts for continuous integration | David Runge | |
.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. |