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
index 7e3e9c6070..ef4b8154fb 100755 --- a/DoKernelOrg +++ b/DoKernelOrg @@ -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