Use rootful container for testing

This commit is contained in:
2025-04-24 09:43:02 -04:00
parent 5770c407a0
commit 0e9ed34fce

View File

@@ -1774,7 +1774,7 @@ main() {
fi fi
if ((BUILD_SWITCH)) && [[ $ID != "arch" ]]; then if ((BUILD_SWITCH)) && [[ $ID != "arch" ]]; then
acquire_deb_new || { err "Could not download Media Center DEB package"; return 1; } acquire_deb_new || acquire_deb || { err "Could not download Media Center DEB package"; return 1; }
if [[ $BUILD_TARGET =~ centos|fedora|suse || $CREATEREPO_TARGET =~ centos|fedora|suse ]]; then if [[ $BUILD_TARGET =~ centos|fedora|suse || $CREATEREPO_TARGET =~ centos|fedora|suse ]]; then
install_package dpkg rpm-build install_package dpkg rpm-build