We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b42881d commit 4e00f65Copy full SHA for 4e00f65
1 file changed
packaging/scripts/build-rpm-package.sh
@@ -62,7 +62,8 @@ if [ -f $repo_root/THIRD_PARTY_NOTICES.md ]; then cp $repo_root/THIRD_PARTY_NOTI
62
/usr/share/turtle-term/
63
EOF
64
65
-rpmbuild --define "_topdir $rpmbuild_root" -bb "$spec" >/dev/null
+echo "building RPM with generated spec: $spec" >&2
66
+rpmbuild --define "_topdir $rpmbuild_root" -bb "$spec"
67
rpm="$(find "$rpmbuild_root/RPMS" -name 'turtle-term-*.rpm' -print -quit)"
68
test -n "$rpm"
69
sha256sum "$rpm" > "$rpm.sha256"
0 commit comments