We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f03f1b8 commit b29935fCopy full SHA for b29935f
backend_modules/libvirt/host/combustion
@@ -198,7 +198,8 @@ TEST_PACKAGES="$TEST_PACKAGES expect bind-utils"
198
%{ endif }
199
TEST_PACKAGES="$TEST_PACKAGES andromeda-dummy milkyway-dummy virgo-dummy timezone wget"
200
zypper --non-interactive install $TEST_PACKAGES
201
-
+# cleanup - ignore errors for missing repos and suppress output
202
+zypper rr leap_pool_repo leap_update_repo >/dev/null 2>&1 || true
203
204
205
# Disabling this timer safely by masking it (systemctl might still be unavailable during the Combustion phase)
0 commit comments