]> git.apps.os.sepia.ceph.com Git - autobuild-ceph.git/commit
Get SHA1 from branches.sh instead of running rev-parse.
authorSandon Van Ness <sandon@inktank.com>
Thu, 10 Jul 2014 22:57:24 +0000 (15:57 -0700)
committerSandon Van Ness <sandon@inktank.com>
Thu, 10 Jul 2014 22:57:24 +0000 (15:57 -0700)
commit7900c8f89ec63b427540eac09154b95b54648846
treedd24de2186116e6bb980949f4c43d234c05b4b6d
parent36cf810f37c46b721c0710f024d671c2ea88bd67
Get SHA1 from branches.sh instead of running rev-parse.

Doing a git-rev parse gives the wrong (non-detatched) sha1 of the
actual tag instead of the commit which means for tags we get the
wrong sha1. Instead use branches.sh with -v which gives the
expected sha1.

Signed-off-by: Sandon Van Ness <sandon@inktank.com>
run-real