From 80f11cbf98f15e8c4429799cec9ba70d8b3ef8c1 Mon Sep 17 00:00:00 2001 From: Xicheng Chang Date: Thu, 10 Apr 2014 00:05:17 +0000 Subject: [PATCH] Remove cherrypick lines to fetch the latest compass-adapters code Change-Id: Ic89d719bbb586b52486c7142eb9a700396ee1def --- install/prepare.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install/prepare.sh b/install/prepare.sh index 6f059627..c7e4df32 100755 --- a/install/prepare.sh +++ b/install/prepare.sh @@ -23,7 +23,6 @@ copygit2dir() git reset --hard remotes/origin/master if [[ -n "$GERRIT_REFSPEC" ]];then git fetch $gerrit_repo $GERRIT_REFSPEC && git checkout FETCH_HEAD - git fetch https://review.openstack.org/stackforge/compass-adapters refs/changes/20/86120/2 && git cherry-pick FETCH_HEAD fi git clean -x -f else @@ -34,7 +33,6 @@ copygit2dir() # project=$(echo $repo|rev|cut -d '/' -f 1|rev) cd $destdir git fetch $gerrit_repo $GERRIT_REFSPEC && git checkout FETCH_HEAD - git fetch https://review.openstack.org/stackforge/compass-adapters refs/changes/20/86120/2 && git cherry-pick FETCH_HEAD fi fi cd $SCRIPT_DIR