create .deb with rc1 suffix for nightly

This commit is contained in:
Martin Konecny 2012-09-20 20:05:09 -04:00
parent c03eb5bf40
commit 207b1978a1
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
# Script for generating nightly Airtime snapshot packages
# Run from the directory containg the files checked out from git
VERSION=2.2.0~$(date "+%Y%m%d")
#VERSION=2.2.0~$(date "+%Y%m%d")
VERSION=2.2.0-rc1
BUILDDEST=/tmp/airtime-${VERSION}/
DEBDIR=`pwd`/debian