]> git.puffer.fish Git - matthieu/frr.git/commitdiff
doc: remove mailing list patch submission
authorDavid Lamparter <equinox@diac24.net>
Mon, 20 Apr 2020 21:20:13 +0000 (23:20 +0200)
committerDavid Lamparter <equinox@diac24.net>
Mon, 20 Apr 2020 21:20:13 +0000 (23:20 +0200)
Last patch sent in on the mailing list was in July 2018.  If someone
sends a patch we can still pick it up, but practiced reality is quite
clearly PRs on github.

Signed-off-by: David Lamparter <equinox@diac24.net>
doc/developer/workflow.rst

index e36b57a5aae03e2dd786eca793e2883261497ad0..f283f69afbd79738d540eccb0080f3a12acd324a 100644 (file)
@@ -203,7 +203,6 @@ Submitting Patches and Enhancements
 
 FRR accepts patches from two sources:
 
-- Email (git format-patch)
 - GitHub pull request
 
 Contributors are highly encouraged to use GitHub's fork-and-PR workflow. It is
@@ -228,29 +227,6 @@ summary of the included patches.  The description should provide
 additional details that will help the reviewer to understand the context
 of the included patches.
 
-Patch Submission via Mailing List
----------------------------------
-
-As an alternative submission method, a patch can be mailed to the
-development mailing list. Patches received on the mailing list will be
-picked up by Patchwork and tested against the latest development branch.
-
-The recommended way to send the patch (or series of NN patches) to the
-list is by using ``git send-email`` as follows (assuming they are the N
-most recent commit(s) in your git history)::
-
-    git send-email -NN --annotate --to=dev@lists.frrouting.org
-
-If your commits do not already contain a ``Signed-off-by`` line, then
-use the following command to add it (after making sure you agree to the
-Developer Certificate of Origin as outlined above)::
-
-    git send-email -NN --annotate --signoff --to=dev@lists.frrouting.org
-
-Submitting multi-commit patches as a GitHub pull request is **strongly
-encouraged** and increases the probability of your patch getting reviewed and
-merged in a timely manner.
-
 .. _license-for-contributions:
 
 License for Contributions