gen snapshot of current branch
This commit is contained in:
parent
caa3b420c4
commit
05f462f388
1 changed files with 1 additions and 1 deletions
|
@ -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..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue