summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-25tests: setup-alpine: test answerfile from httpsNatanael Copa
ref https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/136
2023-01-25setup-interfaces: add tests for autoNatanael Copa
2023-01-25setup-alpine: USEANSWERFILE empty case fixWilliam Wilhelm
2023-01-25setup-alpine: fix downloading answer fileWilliam Wilhelm
2023-01-24tests: version detection for edgeNatanael Copa
ref: https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10548 ref: https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/137
2023-01-24setup-apkrepos: suppress stderrWilliam Wilhelm
2023-01-24setup-apkrepos: clarify get_alpine_release behaviourWilliam Wilhelm
2023-01-24setup-apkrepos: version detection for edgeWilliam Wilhelm
2023-01-24tests: add test for interactive setup-apkreposNatanael Copa
2023-01-24setup-*: use fake apk instead of $MOCK apkNatanael Copa
2023-01-24libalpine: remove deprecated pkg_inst/pkg_deinstNatanael Copa
Been deprectated with warning for over a decade. Lets finally remove them.
2023-01-24setup-alpine: do not restart services under sshmacmpi
openrc may stop wpa-supplicant & sshd, which may kill setup in headless environment
2023-01-24tests: fix setup-alpine openrc testNatanael Copa
We may call openrc with `-n`
2023-01-24typo: setup-apkreposWilliam Wilhelm
2023-01-24setup-disk: use `openrc` instead of `rc`Natanael Copa
2023-01-24setup-disk: fix detection of EFI directoryNatanael Copa
Try autodetect the EFI directory instead of hardcoding it to /boot/efi. This is needed when /boot is the EFI directory and no encryption is used.
2023-01-24setup-disk: add test for install_mounted_rootNatanael Copa
2023-01-24tests: move fake audit to fake apkNatanael Copa
So we can re-use it
2023-01-24tests: add fake apk auditNatanael Copa
useful for `lbu package`
2022-11-23lbu.in: Remove deprecated migrate_include_exclude (and fix typo)Nikolas Garofil
2022-11-22==== release 3.15.0 =====Natanael Copa
2022-11-22setup-alpine: leave interfaces file unmodified with 'none'Natanael Copa
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10542
2022-11-21==== release 3.15.0_rc4 ====Natanael Copa
2022-11-21setup-interfaces: use 'none' to leave network unmodifiedNatanael Copa
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10542
2022-11-21make: increase test timeout to 5 secondsNatanael Copa
2022-11-21setup-apkrepos: fix random index to be POSIX compatibleNatanael Copa
$RANDOM is not in POSIX.
2022-11-21setup-apkrepos: handle network errorsNatanael Copa
2022-11-21setup-apkrepos: add test for fastest mirror (-f)Natanael Copa
2022-11-21setup-apkrepos: avoid run interactive with -r|-f|-1Natanael Copa
Avoid run interactive if the non-interactive modes fails
2022-11-21setup-apkrepos: make fastest/first/random options exclusiveNatanael Copa
Makes no sense to combine them
2022-11-21setup-apkrepos: add test for -1Natanael Copa
2022-11-21setup-apkrepos: fix mirror countingNatanael Copa
when piping the mirror list to `more` the mirror_count is set in a subshell and will end up unset. fixes error when selecting random mirror: /sbin/setup-apkrepos: line 31: arithmetic syntax error fixes commit 860b7271232a (APK Repo Setup)
2022-11-18==== release 3.15.0_rc3 ====Natanael Copa
2022-11-18setup-lbu: fix UUID= prefix in /etc/fstabNatanael Copa
2022-11-18setup-lbu: improve test coverageNatanael Copa
verify that LABEL= is added to fstab
2022-11-18tests: add fake findfs and blkid for testing setup-lbuNatanael Copa
2022-11-18Revert "setup-lbu: don't add APKOVL to fstab as read-only"Natanael Copa
ref: https://gitlab.alpinelinux.org/alpine/aports/-/issues/14064 ref: https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10531 This reverts commit 5427c716f6bee896942219cc7cee76eb07288e16.
2022-11-18setup-alpine: include /root instead of only authorized_keysNatanael Copa
This works around issue where /root might get world rx permissions. fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10532
2022-11-17==== release 3.15.0_rc2 ====Natanael Copa
2022-11-17update-kernel: add mkinitfs.conf to testsNatanael Copa
2022-11-17ci: install squashfs-tools so we actually test update-kernelNatanael Copa
2022-11-17update-kernel: handle firmware files with spacesNatanael Copa
2022-11-17update-kernel: fix firmware inclusion in modloopNatanael Copa
Some brcm firmwares uses a glob. Fix this and add tests to verify that it works as expected. fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10533
2022-11-17update-kernel: add test to verify that firmware is includedNatanael Copa
2022-11-17tests: add fake modinfoNatanael Copa
Needed to test that we get the proper firmware included in modloop with update-kernel
2022-11-17tests: add fake apkNatanael Copa
We need this to test what we get into modloop in update-kernel
2022-11-17Revert "update-kernel: fix modloop construction"Natanael Copa
This was broken. ref https://gitlab.alpinelinux.org/alpine/alpine-conf/-/merge_requests/124#note_274593 This reverts commit 1e1ac71fc0e6efe8c6bacc5ff3ba6429a97330cd.
2022-11-17update-kernel: mock depmod and mkinitfsNatanael Copa
allow pass options for mksquashfs via MKSQUASHFS_OPTS. this will allow us to pass -info as option to test what gets included in the modloop.
2022-11-17update-kernel: rename ROOT -> ROOTFSNatanael Copa
we use ROOT for testsuite
2022-11-17setup-disk: fix partitioning failureEdin Taric
Previously, setup-disk could fail when installing over an existing identical partition table. The additions ensure that a clean disklabel is created and existing partitions are wiped. Signed-off-by: Edin Taric <unicorn@regrow.earth>