commit | 11416bfeafd4c3872a704348b6a4445636203f9a | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Sun Nov 06 00:32:21 2011 -0700 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Sun Nov 06 00:32:21 2011 -0700 |
tree | e447a5d8a9daf1b8f16f8e3bca8200f91d63da2d | |
parent | 0c0089576a36d4d432cb7377c7ab9304cc37ecb8 [diff] [blame] |
use the right revision
diff --git a/tools/build_uec.sh b/tools/build_uec.sh index 98b39b9..2a69952 100755 --- a/tools/build_uec.sh +++ b/tools/build_uec.sh
@@ -175,7 +175,7 @@ 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 +git checkout `git rev-parse HEAD` cat > localrc <<LOCAL_EOF `cat $TOP_DIR/localrc` LOCAL_EOF