File tree Expand file tree Collapse file tree 3 files changed +10
-17
lines changed Expand file tree Collapse file tree 3 files changed +10
-17
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,6 @@ case "${TEST_SCENARIO:=}" in
3838 RUN_OPTS=" $RUN_OPTS "
3939 PREPARE_OPTS=" $PREPARE_OPTS --overlay"
4040 ;;&
41- * systemd-main* )
42- bots/image-customize --fresh -v --script test/vm.systemd-main " $TEST_OS "
43- RUN_OPTS=" $RUN_OPTS "
44- PREPARE_OPTS=" $PREPARE_OPTS --overlay"
45- ;;&
4641 * updates-testing* )
4742 bots/image-customize --fresh -v --script test/vm.updates-testing " $TEST_OS "
4843 RUN_OPTS=" $RUN_OPTS "
Original file line number Diff line number Diff line change @@ -6,4 +6,14 @@ exec >&2
66dnf -y copr enable rpmsoftwaremanagement/dnf-nightly
77dnf -y copr enable @storage/udisks-daily
88dnf -y --setopt=install_weak_deps=False update
9+
10+ grep -q ' ID=.*fedora' /etc/os-release
11+
12+ # systemd main branch builds
13+ . /etc/os-release
14+ fedora_release=" Fedora_${VERSION_ID} "
15+ echo " https://download.opensuse.org/repositories/system:systemd/${fedora_release} /system:systemd.repo"
16+ dnf config-manager addrepo --from-repofile=" https://download.opensuse.org/repositories/system:systemd/${fedora_release} /system:systemd.repo"
17+ dnf -y update --repo=system_systemd --setopt=install_weak_deps=False
18+
919/var/lib/download-package-sets.sh
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments