use the right revision

This commit is contained in:
Jesse Andrews 2011-11-06 00:32:21 -07:00
parent 0c0089576a
commit 11416bfeaf

View file

@ -175,7 +175,7 @@ git clone https://github.com/cloudbuilders/devstack.git
cd devstack cd devstack
git remote set-url origin `cd $TOP_DIR; git remote show origin | grep Fetch | awk '{print $3}'` git remote set-url origin `cd $TOP_DIR; git remote show origin | grep Fetch | awk '{print $3}'`
git fetch git fetch
git checkout $GIT_COMMIT git checkout `git rev-parse HEAD`
cat > localrc <<LOCAL_EOF cat > localrc <<LOCAL_EOF
`cat $TOP_DIR/localrc` `cat $TOP_DIR/localrc`
LOCAL_EOF LOCAL_EOF