From: Alfredo Deza Date: Thu, 1 Dec 2016 15:09:08 +0000 (-0500) Subject: ceph-dev-new-setup: fetch tags from ceph.git X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=fab8ceb2d6d961524fd35082dd237f0c54ff37d7;p=ceph-build.git ceph-dev-new-setup: fetch tags from ceph.git Signed-off-by: Alfredo Deza --- diff --git a/ceph-dev-new-setup/build/build b/ceph-dev-new-setup/build/build index 1c7ea9a6..f7f142ea 100644 --- a/ceph-dev-new-setup/build/build +++ b/ceph-dev-new-setup/build/build @@ -1,5 +1,10 @@ #!/bin/bash -ex +# Since this job is now pulling from ceph-ci.git, there aren't any tags as they +# exist in ceph.git and the Ceph's versioning scheme wants to have them to +# construct the actual version. This doesn't happen when building from ceph.git +git fetch --tags git://github.com/ceph/ceph.git + BRANCH=`branch_slash_filter $BRANCH` SHA1=${GIT_COMMIT}