Update Dojo to 1.9.1

https://fedorahosted.org/freeipa/ticket/3904
This commit is contained in:
Petr Vobornik
2014-01-21 12:04:03 +01:00
committed by Martin Kosek
parent bdb3095ade
commit 2d1e8d2e49
6 changed files with 17 additions and 16 deletions
File diff suppressed because one or more lines are too long
+3 -2
View File
@@ -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