]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dev-new-setup: fetch tags from ceph.git 581/head
authorAlfredo Deza <adeza@redhat.com>
Thu, 1 Dec 2016 15:09:08 +0000 (10:09 -0500)
committerAlfredo Deza <adeza@redhat.com>
Thu, 1 Dec 2016 15:09:08 +0000 (10:09 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-dev-new-setup/build/build

index 1c7ea9a691c8c655fd31eaf2e81e8cb46e1d293d..f7f142ea319954ce5969521a2d54f84c5c3f68e5 100644 (file)
@@ -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}