]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-pr-commits/build: Fix Sign your work url 1030/head
authorJos Collin <jcollin@redhat.com>
Wed, 16 May 2018 03:38:26 +0000 (09:08 +0530)
committerJos Collin <jcollin@redhat.com>
Wed, 16 May 2018 03:38:26 +0000 (09:08 +0530)
Signed-off-by: Jos Collin <jcollin@redhat.com>
ceph-pr-commits/build/test_commits.py

index 93366742b0cc341e465245a1a1221ec9e01ada7d..0debe9904572b61f5c1e26f7c44040a9eb038c57 100644 (file)
@@ -54,7 +54,7 @@ class TestSignedOffByCommits(object):
                 msg = (
                     "\nFollowing commit is not signed, please make sure all commits",
                     "\nare signed following the 'Submitting Patches' guide:",
-                    "\nhttps://github.com/ceph/ceph/blob/master/SubmittingPatches#L61",
+                    "\nhttps://github.com/ceph/ceph/blob/master/SubmittingPatches.rst#1-sign-your-work",
                     "\n",
                     commit)
                 raise AssertionError, ' '.join(msg)