Skip to content
Snippets Groups Projects
Commit b70d11fb authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Add missing -j flag to the archive script

[ci skip]
parent 799885ad
No related branches found
No related tags found
No related merge requests found
......@@ -5,4 +5,4 @@ PREFIX=$(basename "$(pwd -P)")
git ls-files
git submodule foreach --recursive --quiet \
'git ls-files --with-tree="$sha1" | sed "s#^#$path/#"'
} | sed "s#^#$PREFIX/#" | xargs tar -c -C.. -f "$PREFIX.tar.bz2" --
} | sed "s#^#$PREFIX/#" | xargs tar -c -j -C.. -f "$PREFIX.tar.bz2" --
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