Skip to content
Snippets Groups Projects
Commit 8c3a2bb6 authored by Matt Johnston's avatar Matt Johnston
Browse files

Archive should be bz2 nor gz

parent 923fc908
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -33,7 +33,7 @@ hg archive "$RELDIR" || exit 2
 
rm -r "$RELDIR/autom4te.cache" || exit 2
 
(cd $RELDIR/.. && tar czf $ARCHIVE `basename "$RELDIR"`) || exit 2
(cd $RELDIR/.. && tar cjf $ARCHIVE `basename "$RELDIR"`) || exit 2
 
ls -l $ARCHIVE
openssl sha1 $ARCHIVE
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment