Skip to content

Commit

Permalink
Quieter build
Browse files Browse the repository at this point in the history
  • Loading branch information
major committed Jan 26, 2024
1 parent a738839 commit 700fd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ sed -i "s/CURRENT_COMMIT_GOES_HERE/${CURRENT_COMMIT}/" $SPEC
rpmdev-spectool -R -g $SPEC
rpmbuild -bs $SPEC | tee /tmp/srpm-name.txt
SRPM_NAME=$(grep Wrote /tmp/srpm-name.txt | awk '{print $2}')
mock -r /etc/mock/fedora-${FEDORA_RELEASE}-x86_64.cfg --postinstall $SRPM_NAME
mock --quiet --root /etc/mock/fedora-${FEDORA_RELEASE}-x86_64.cfg --postinstall $SRPM_NAME
rpmlint /var/lib/mock/fedora-${FEDORA_RELEASE}-x86_64/result/*.rpm

0 comments on commit 700fd1a

Please sign in to comment.