Skip to content

Commit 4e00f65

Browse files
committed
test: surface generated RPM build diagnostics
1 parent b42881d commit 4e00f65

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packaging/scripts/build-rpm-package.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ if [ -f $repo_root/THIRD_PARTY_NOTICES.md ]; then cp $repo_root/THIRD_PARTY_NOTI
6262
/usr/share/turtle-term/
6363
EOF
6464

65-
rpmbuild --define "_topdir $rpmbuild_root" -bb "$spec" >/dev/null
65+
echo "building RPM with generated spec: $spec" >&2
66+
rpmbuild --define "_topdir $rpmbuild_root" -bb "$spec"
6667
rpm="$(find "$rpmbuild_root/RPMS" -name 'turtle-term-*.rpm' -print -quit)"
6768
test -n "$rpm"
6869
sha256sum "$rpm" > "$rpm.sha256"

0 commit comments

Comments
 (0)