]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
buildpackages: enforce ceph-object-corpus canonical URL
authorLoic Dachary <ldachary@redhat.com>
Fri, 9 Oct 2015 09:57:40 +0000 (11:57 +0200)
committerLoic Dachary <ldachary@redhat.com>
Fri, 9 Oct 2015 09:57:40 +0000 (11:57 +0200)
Signed-off-by: Loic Dachary <loic@dachary.org>
tasks/buildpackages/common.sh

index de8f34045b00017ed3549d2e18aaf7a679b1b77d..6c523188c6e4c1a68f8828b3959ebd7f3904deb1 100644 (file)
@@ -26,4 +26,6 @@ function get_ceph() {
     test -d ceph || git clone ${git_ceph_url}
     cd ceph
     git checkout ${sha1}
+    # see http://tracker.ceph.com/issues/13426
+    perl -pi -e 's|git://ceph.com/git/ceph-object-corpus.git|https://github.com/ceph/ceph-object-corpus.git|' .gitmodules
 }