commit | 81881ec89f9c1b8872270e6e8c85891394370578 | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Sun Nov 06 00:22:41 2011 -0700 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Sun Nov 06 00:22:41 2011 -0700 |
tree | a480028d0e6af5cba195b940142f1057e444b1eb | |
parent | 6b1c26e96194d8a20d25cf3b11674d2a2fe72136 [diff] |
use the right devstack sha
diff --git a/tools/build_uec.sh b/tools/build_uec.sh index 240ea78..cb1ce2d 100755 --- a/tools/build_uec.sh +++ b/tools/build_uec.sh
@@ -173,6 +173,9 @@ apt-get install git -y git clone https://github.com/cloudbuilders/devstack.git cd devstack +git remote set-url origin `cd $TOP_DIR; git remote show origin | grep Fetch | awk '{print $3}'` +git fetch +git checkout $GIT_COMMIT cat > localrc <<EOF `cat $TOP_DIR/localrc` EOF