Add generation of SHA-1 hash.

This commit is contained in:
Kurt Zeilenga 2005-04-02 22:19:15 +00:00
parent 28666f5ea8
commit 5c1d9a1748

View File

@ -64,6 +64,7 @@ echo "Rolling up $OL_STRING ..."
tar cf $RELNAME.tar $RELNAME
gzip -9 -c $RELNAME.tar > $RELNAME.tgz
md5 $RELNAME.tgz > $RELNAME.md5
sha1 $RELNAME.tgz > $RELNAME.sha1
rm -f $RELNAME.tar
ls -l $RELNAME.*