Add script to create archive
[ci skip]
This commit is contained in:
parent
1a3369877e
commit
799885ad24
@ -1,12 +1,6 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
TAG=`git tag -l --points-at HEAD`
|
||||
PREFIX=$(basename "$(pwd -P)")
|
||||
|
||||
if [ ! -z $TAG ]; then
|
||||
PREFIX=$(basename "$(pwd -P)").$TAG
|
||||
fi
|
||||
|
||||
{
|
||||
git ls-files
|
||||
git submodule foreach --recursive --quiet \
|
||||
|
Loading…
Reference in New Issue
Block a user