Bump
This commit is contained in:
parent
676c462745
commit
0bda5353aa
@ -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
|
||||
@ -80,7 +80,7 @@ VER=`cat $WORK_DIR/version.txt`
|
||||
echo "Importing $DIR/../$FILENAME as $VER into git"
|
||||
#exit 1
|
||||
|
||||
#cleanup
|
||||
#gbp import-orig --pristine-tar -u $VER $DIR/../$FILENAME
|
||||
cleanup
|
||||
gbp import-orig --pristine-tar -u $VER $DIR/../$FILENAME
|
||||
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user