Bump
This commit is contained in:
parent
675b2b9ecd
commit
8d72e8b68b
@ -14,7 +14,7 @@ function cleanup {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# register the cleanup function to be called on the EXIT signal
|
# register the cleanup function to be called on the EXIT signal
|
||||||
#trap cleanup EXIT
|
trap cleanup EXIT
|
||||||
|
|
||||||
# Download Files specified in files.diz
|
# Download Files specified in files.diz
|
||||||
while IFS=! read type app version outputfile url md5
|
while IFS=! read type app version outputfile url md5
|
||||||
@ -60,7 +60,9 @@ popd
|
|||||||
|
|
||||||
VER=`cat $WORK_DIR/version.txt`
|
VER=`cat $WORK_DIR/version.txt`
|
||||||
echo "Importing $DIR/../$FILENAME as $VER into git"
|
echo "Importing $DIR/../$FILENAME as $VER into git"
|
||||||
#cleanup
|
|
||||||
|
cleanup
|
||||||
|
|
||||||
gbp import-orig --pristine-tar -u $VER $DIR/../$FILENAME
|
gbp import-orig --pristine-tar -u $VER $DIR/../$FILENAME
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user