This commit is contained in:
Mario Fetka 2017-05-23 20:44:48 +02:00
parent 9c0af0994e
commit f3f60628d2
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ function cleanup {
}
# register the cleanup function to be called on the EXIT signal
#trap cleanup EXIT
trap cleanup EXIT
# Download Files specified in files.diz
while IFS=! read type app version outputfile url md5 realver
@ -81,7 +81,7 @@ popd
VER=`cat $WORK_DIR/version.txt`
echo "Importing $DIR/../$FILENAME as $VER into git"
exit 1
#exit 1
cleanup
gbp import-orig --pristine-tar -u $VER $DIR/../$FILENAME