]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dev-setup: define SHA1 at the very beginning so it is available when posting... 494/head
authorAlfredo Deza <adeza@redhat.com>
Wed, 28 Sep 2016 21:42:05 +0000 (17:42 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 28 Sep 2016 21:42:22 +0000 (17:42 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-dev-setup/build/build

index 2931f453acd8917825be00142d8ae068adfd898f..59ce06bacbfa0f99802217597750d3c0c0044c58 100644 (file)
@@ -1,6 +1,7 @@
 #!/bin/bash -ex
 
 BRANCH=`branch_slash_filter $BRANCH`
+SHA1=${GIT_COMMIT}
 
 # split on '/' to get just 'wip-mybranch' when input is like: origin/wip-mybranch