gen snapshot of current branch

This commit is contained in:
Martin Konecny 2013-06-13 17:27:22 -04:00
parent caa3b420c4
commit 05f462f388

View file

@ -6,7 +6,7 @@ VERSION=2.4.0~$(date "+%Y%m%d")
BUILDDEST=/tmp/airtime-${VERSION}/
DEBDIR=`pwd`/debian
git checkout 2.4.x
git checkout $(git branch | grep "^*" | cut -d' ' -f 2)
git pull
echo "cleaning up previous build..."