use master instead of devel for nightlies

This commit is contained in:
Martin Konecny 2013-04-14 18:10:35 -04:00
parent 3c68a295b4
commit 592b532b79
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ VERSION=2.3.0~$(date "+%Y%m%d")
BUILDDEST=/tmp/airtime-${VERSION}/
DEBDIR=`pwd`/debian
git checkout devel
git checkout master
git pull
echo "cleaning up previous build..."