DoKernelOrg: report the sha1sum of the tarball

Junio C Hamano committed Apr 25, 2011 at 12:41 UTC c7984ebb405bfcc778cd95176cb4f88e2b60c2a5
1 file changed +1
DoKernelOrg
+1
@@ -97,6 +97,7 @@ then
97 ) || exit
98 make clean
99 echo >&2 "Done -- move RPMS to the master machine."
100 + (cd $HOME/rpms && sha1sum TARPIT/$V.$arch.$dist.tar) >&2
101 echo >&2 "scp $HOME/rpms/TARPIT/$V.$arch.$dist.tar master.kernel.org:rpms/TARPIT"
102 exit
103 fi