From 5195c75940d835c247d9a844ba78bc923c3d9876 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sun, 8 Jul 2012 14:28:52 -0500 Subject: [PATCH] Oddly enough, our mirror doesn't have pip. Change-Id: I976a137280da2ac3184a98bd1f38131e6442f1f1 --- modules/pypimirror/files/pull-repo.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/pypimirror/files/pull-repo.sh b/modules/pypimirror/files/pull-repo.sh index 58aa9e618c..8fd48c2f88 100644 --- a/modules/pypimirror/files/pull-repo.sh +++ b/modules/pypimirror/files/pull-repo.sh @@ -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