remove RC1 from snapshots
This commit is contained in:
parent
1ef2d70d3b
commit
e77e5e58ef
|
@ -2,8 +2,8 @@
|
||||||
# Script for generating nightly Airtime snapshot packages
|
# Script for generating nightly Airtime snapshot packages
|
||||||
# Run from the directory containg the files checked out from git
|
# 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
|
#VERSION=2.2.0-rc1
|
||||||
BUILDDEST=/tmp/airtime-${VERSION}/
|
BUILDDEST=/tmp/airtime-${VERSION}/
|
||||||
DEBDIR=`pwd`/debian
|
DEBDIR=`pwd`/debian
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue