summaryrefslogtreecommitdiffstats
path: root/php-firebase-php-jwt-get-source.sh
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-04-03 07:55:45 +0200
committerRemi Collet <fedora@famillecollet.com>2017-04-03 07:55:45 +0200
commit40b9564b05d65b26a4b891108832e3d21310a219 (patch)
treeccbad1da08e0f71c4d3c480eb8ac181d85fde827 /php-firebase-php-jwt-get-source.sh
parent9f7fd9ab970cfc759f55571285c2e7f64cc7e9c8 (diff)
backport
Diffstat (limited to 'php-firebase-php-jwt-get-source.sh')
-rwxr-xr-xphp-firebase-php-jwt-get-source.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/php-firebase-php-jwt-get-source.sh b/php-firebase-php-jwt-get-source.sh
index ba71f5d..4ad1051 100755
--- a/php-firebase-php-jwt-get-source.sh
+++ b/php-firebase-php-jwt-get-source.sh
@@ -43,6 +43,8 @@ print "GIT_REPO = $GIT_REPO"
print "GIT_DIR = $GIT_DIR"
TEMP_DIR=$(mktemp --dir)
+TAR_FILE=$PWD/${NAME}-${VERSION}-${GIT_COMMIT}.tar.gz
+CMP_FILE=$PWD/composer.json
pushd $TEMP_DIR
print "Cloning git repo..."
@@ -51,6 +53,7 @@ pushd $TEMP_DIR
pushd $GIT_DIR
print "Checking out commit..."
$GIT checkout $GIT_COMMIT
+ cp composer.json $CMP_FILE
popd
TAR_DIR=${GIT_NAME}-${GIT_COMMIT}
@@ -58,7 +61,6 @@ pushd $TEMP_DIR
mv $GIT_DIR $TAR_DIR
- TAR_FILE=`$RPM --eval='%{_sourcedir}'`/${NAME}-${VERSION}-${GIT_COMMIT}.tar.gz
print "TAR_FILE = $TAR_FILE"
[ -e $TAR_FILE ] && rm -f $TAR_FILE