From 207b1978a1a28f175842b6f68bd308c1d2bbfa6c Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Thu, 20 Sep 2012 20:05:09 -0400 Subject: [PATCH] create .deb with rc1 suffix for nightly --- gen-snapshot.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gen-snapshot.sh b/gen-snapshot.sh index fe7afdec4..4aa241978 100755 --- a/gen-snapshot.sh +++ b/gen-snapshot.sh @@ -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