Skip to content

Commit b818ef9

Browse files
committed
fixup: fix tar exclude rule
Former-commit-id: c3975c9
1 parent 6edf7d5 commit b818ef9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extras/package.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ echo muxto.hide=true >> boards.txt
2222

2323
CORE_BASE=`basename $PWD`
2424
cd ..
25-
tar $EXCLUDE_TAGS --exclude='*.vscode*' --exclude='*tar*' --exclude='*json*' --exclude='*.git*' --exclude='*e2studio*' --exclude='*extras*' -cjhvf $FILENAME $CORE_BASE
25+
tar $EXCLUDE_TAGS --exclude='*.vscode*' --exclude='*.tar.*' --exclude='*.json*' --exclude='*.git*' --exclude='*e2studio*' --exclude='*extras*' -cjhvf $FILENAME $CORE_BASE
2626
cd -
2727

2828
mv ../$FILENAME .
@@ -51,7 +51,7 @@ echo muxto.hide=true >> boards.txt
5151

5252
CORE_BASE=`basename $PWD`
5353
cd ..
54-
tar $EXCLUDE_TAGS --exclude='*.vscode*' --exclude='*tar*' --exclude='*json*' --exclude='*.git*' --exclude='*e2studio*' --exclude='*extras*' -cjhvf $FILENAME $CORE_BASE
54+
tar $EXCLUDE_TAGS --exclude='*.vscode*' --exclude='*.tar.*' --exclude='*.json*' --exclude='*.git*' --exclude='*e2studio*' --exclude='*extras*' -cjhvf $FILENAME $CORE_BASE
5555
cd -
5656

5757
mv ../$FILENAME .

0 commit comments

Comments
 (0)