DoKernelOrg: report the sha1sum of the tarball

This commit is contained in:
Junio C Hamano 2011-04-25 12:41:46 -07:00
parent 42f12ebe4c
commit c7984ebb40

View File

@ -97,6 +97,7 @@ then
) || exit
make clean
echo >&2 "Done -- move RPMS to the master machine."
(cd $HOME/rpms && sha1sum TARPIT/$V.$arch.$dist.tar) >&2
echo >&2 "scp $HOME/rpms/TARPIT/$V.$arch.$dist.tar master.kernel.org:rpms/TARPIT"
exit
fi