diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-12-31 14:27:25 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-12-31 14:27:25 +0200 |
commit | 799885ad243076b2436ec7943b585c4da3e7ea08 (patch) | |
tree | e45f41106f42378c384042b43edcc1502c7a0adb /scripts | |
parent | Update travis (diff) | |
download | nheko-799885ad243076b2436ec7943b585c4da3e7ea08.tar.xz |
Add script to create archive
[ci skip]
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/archive.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/archive.sh b/scripts/archive.sh index d963e51e..49137984 100755 --- a/scripts/archive.sh +++ b/scripts/archive.sh @@ -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 \ |