Skip to content

Commit c7984eb

Browse files
committed
DoKernelOrg: report the sha1sum of the tarball
1 parent 42f12eb commit c7984eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DoKernelOrg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ then
9797
) || exit
9898
make clean
9999
echo >&2 "Done -- move RPMS to the master machine."
100+
(cd $HOME/rpms && sha1sum TARPIT/$V.$arch.$dist.tar) >&2
100101
echo >&2 "scp $HOME/rpms/TARPIT/$V.$arch.$dist.tar master.kernel.org:rpms/TARPIT"
101102
exit
102103
fi

0 commit comments

Comments
 (0)