mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-12 15:10:31 +08:00
Add generation of SHA-1 hash.
This commit is contained in:
parent
28666f5ea8
commit
5c1d9a1748
@ -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.*
|
||||
|
Loading…
x
Reference in New Issue
Block a user