]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-deploy-docs: update Git URLs
authorKen Dreyer <kdreyer@redhat.com>
Wed, 28 Oct 2015 22:16:37 +0000 (16:16 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Wed, 28 Oct 2015 22:23:07 +0000 (16:23 -0600)
Don't refer to ".git" in the HTTPS urls.

In addition to providing consistency, this change also un-breaks the
githubweb commit viewer (github was 404'ing on these URLs)

ceph-deploy-docs/config/definitions/ceph-deploy-docs.yml

index eae4286374b1b6c4700e789a61f638e763305e51..cec41c2e9affc1c62c01f733cf222b4edc145f3f 100644 (file)
 
     scm:
       - git:
-          url: https://github.com/ceph/ceph-deploy.git
+          url: https://github.com/ceph/ceph-deploy
           branches:
             - master
           browser: githubweb
-          browser-url: https://github.com/ceph/ceph-deploy.git
+          browser-url: https://github.com/ceph/ceph-deploy
           skip-tag: true
           timeout: 20