Henrik Gombos
Henrik Gombos
Install AUR helper (paru) into Arch test container and improve maintenance of test containers. Pulls in https://github.com/dracutdevs/dracut/pull/2427 as one of the commits in this PR. ## Checklist - [X] I...
Moved test/TEST-01-BASIC/test-init.sh → modules.d/80test-root/test-init.sh . Changed test-init.sh so that it can call out test specific init and used it in TEST-16. This should help making steps towards https://github.com/dracutdevs/dracut/issues/2383 . ##...
Test 50 and 60 have a dependency on the ifcfg dracut module. If ifcfg dracut module is not available, than the preconditions for these tests are not met. Since ifcfg...
modules.d/99base/switch_root use to be a native binary that was built, but not anymore.
Remove dist make target as it is no longer used or maintained.
Now that tools/release.sh supports all steps described in RELEASE.md, update RELEASE.md and point it to release.sh as the canonical manual way to make a release. Automates fix for https://github.com/dracutdevs/dracut/issues/1850
If RELEASE Github variable set, or manual github action, than run the job as before. After https://github.com/dracutdevs/dracut/commit/9e1e924550a23b7fbbca5f752f32a749631db116 automatic releases are generated even on forked repos. Use the same idea as...
Run only nfsv4 tests unless nfs4 is not available ## Checklist - [X] I have tested it locally - [ ] I have reviewed and updated any documentation if relevant...
After https://github.com/dracutdevs/dracut/commit/fd9cd02cb21f25d32fec4cd9889457ea6361f45e, tests no longer requires to be root. Being able to run VMs to run tests is required, but that should not imply root user. Fixes https://github.com/dracutdevs/dracut/issues/1147 and https://bugs.gentoo.org/298014