Add script to create archive

[ci skip]
This commit is contained in:
Konstantinos Sideris 2017-12-31 14:27:25 +02:00
parent 1a3369877e
commit 799885ad24
1 changed files with 0 additions and 6 deletions

View File

@ -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 \