Skip to content

Commit 39845d3

Browse files
committed
extras: pack.release: Few touches
Signed-off-by: Dakkshesh <[email protected]>
1 parent 96cc1db commit 39845d3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

extras/pack.release.bash

+4-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ THIS_SCRIPT_NAME=`basename $0`
2626
rm -f avr-$VERSION.tar.bz2
2727

2828
cd ..
29-
tar --transform "s|$FOLDERNAME|$FOLDERNAME-$VERSION|g" --exclude=extras/** --exclude=.git* --exclude=.idea -cjf avr-$VERSION.tar.bz2 $FOLDERNAME
29+
tar --transform "s|$FOLDERNAME|$FOLDERNAME-$VERSION|g" --exclude=extras/** --exclude=.git* --exclude=.idea -cjf cba-avr-$VERSION.tar.bz2 $FOLDERNAME
3030
cd -
3131

32-
mv ../avr-$VERSION.tar.bz2 .
32+
mv ../cba-avr-$VERSION.tar.bz2 .
33+
echo "SHA256: $(sha256sum cba-avr-${VERSION}.tar.bz2)"
34+
echo "size: $(stat -c%s cba-avr-${VERSION}.tar.bz2)"
3335

0 commit comments

Comments
 (0)