Oddly enough, our mirror doesn't have pip.
Change-Id: I976a137280da2ac3184a98bd1f38131e6442f1f1
This commit is contained in:
parent
ae37e2affd
commit
5195c75940
@ -13,6 +13,7 @@ if [ ! -d ${project} ] ; then
|
||||
git clone git://github.com/openstack/${project}.git ${project} >/dev/null 2>&1
|
||||
fi
|
||||
cd ${project}
|
||||
$pip_command pip
|
||||
git fetch origin
|
||||
for branch in `git branch -a | grep remotes.origin | grep -v origin.HEAD | awk '{print $1}' ` ; do
|
||||
git reset --hard $branch
|
||||
|
Loading…
Reference in New Issue
Block a user