Tweak the packaging scripts. Add a starting point for the uploader.

This commit is contained in:
Paul Chote
2010-11-21 13:06:38 +13:00
parent dba7335594
commit 5764bc1c1c
5 changed files with 34 additions and 3 deletions

View File

@@ -9,7 +9,9 @@ fi
# Resolve the absolute source path from the location of this script
SRCDIR=$(readlink -f $(dirname $0)/../)
BUILTDIR="${SRCDIR}/packaging/built"
VERSION=`echo $1 | grep -o "[0-9]\\+-\\?[0-9]\\?"`
# TODO: Shift this into the checkout-and-build script
#VERSION=`echo $1 | grep -o "[0-9]\\+-\\?[0-9]\\?"`
VERSION=$1
OUTPUTDIR=$(readlink -f $2)
# Build the code and push the files into a clean dir