mirror of
https://github.com/clearml/dropbear
synced 2025-02-12 07:25:30 +00:00
remove .hgtags from release
This commit is contained in:
parent
0ac33d22f7
commit
2f618af086
@ -33,7 +33,9 @@ hg archive "$RELDIR" || exit 2
|
|||||||
|
|
||||||
rm -r "$RELDIR/autom4te.cache" || exit 2
|
rm -r "$RELDIR/autom4te.cache" || exit 2
|
||||||
|
|
||||||
(cd $RELDIR/.. && tar cjf $ARCHIVE `basename "$RELDIR"`) || exit 2
|
rm "$RELDIR/.hgtags"
|
||||||
|
|
||||||
|
(cd "$RELDIR/.." && tar cjf $ARCHIVE `basename "$RELDIR"`) || exit 2
|
||||||
|
|
||||||
ls -l $ARCHIVE
|
ls -l $ARCHIVE
|
||||||
openssl sha -sha256 $ARCHIVE
|
openssl sha -sha256 $ARCHIVE
|
||||||
|
Loading…
Reference in New Issue
Block a user