add sets and create branch based on origin/master

Signed-off-by: Nico Schottelius <nico@denkbrett.schottelius.org>
This commit is contained in:
Nico Schottelius 2008-07-29 17:08:03 +02:00
parent 91ff7c76f4
commit 94968996c2
1 changed files with 4 additions and 2 deletions

View File

@ -25,11 +25,13 @@ date="$(date +%Y%m%d)"
parallel="-j8"
(
set -e
set -x
cd "$builddir"
# update
# update / change branch
git-fetch
git-checkout -b $date $date
git-checkout -b "next-${date}" "origin/master"
# clean
make $parallel clean