mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-07-29 15:55:47 -05:00
committed by
Martin Kosek
parent
bdb3095ade
commit
2d1e8d2e49
File diff suppressed because one or more lines are too long
@@ -164,7 +164,8 @@ if [[ $DOJO = $YES ]] ; then
|
||||
git clean -dfx
|
||||
git checkout master
|
||||
git fetch --tags
|
||||
git pull
|
||||
git fetch
|
||||
git branch -D $BRANCH
|
||||
git checkout $BRANCH
|
||||
fi
|
||||
popd
|
||||
@@ -185,7 +186,7 @@ if [[ $UTIL = $YES ]] ; then
|
||||
git checkout master
|
||||
git fetch --tags
|
||||
git fetch
|
||||
git pull
|
||||
git branch -D $BRANCH
|
||||
git checkout $BRANCH
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user