diff --git a/schutzbot/mockbuild.sh b/schutzbot/mockbuild.sh index 2f763bc04..2306c56d8 100755 --- a/schutzbot/mockbuild.sh +++ b/schutzbot/mockbuild.sh @@ -88,7 +88,7 @@ fi # Compile RPMs in a mock chroot greenprint "🎁 Building RPMs with mock" -sudo mock -v -r $MOCK_CONFIG --resultdir $REPO_DIR --with=tests \ +sudo mock -r $MOCK_CONFIG --resultdir $REPO_DIR --with=tests \ rpmbuild/SRPMS/*.src.rpm osbuild/rpmbuild/SRPMS/*.src.rpm # Change the ownership of all of our repo files from root to our CI user. @@ -126,4 +126,4 @@ enabled=1 gpgcheck=0 # Default dnf repo priority is 99. Lower number means higher priority. priority=5 -EOF \ No newline at end of file +EOF