From fab8ceb2d6d961524fd35082dd237f0c54ff37d7 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 1 Dec 2016 10:09:08 -0500 Subject: [PATCH] ceph-dev-new-setup: fetch tags from ceph.git Signed-off-by: Alfredo Deza --- ceph-dev-new-setup/build/build | 5 +++++ 1 file changed, 5 insertions(+) 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} -- 2.39.5