]> git.ipfire.org Git - people/ms/suricata.git/commitdiff
ci: buildbot is decommissioned, so remove prscript refs
authorVictor Julien <victor@inliniac.net>
Fri, 11 Dec 2020 09:19:41 +0000 (10:19 +0100)
committerVictor Julien <victor@inliniac.net>
Fri, 11 Dec 2020 09:19:41 +0000 (10:19 +0100)
.github/PULL_REQUEST_TEMPLATE.md
doc/devguide/codebase/contributing/code-submission-process.rst

index 3888e480c9789a12be22d744aefe4eff0328ccb0..7a203af6a64138f2cbbb07416150e03b05757e61 100644 (file)
@@ -11,8 +11,6 @@ Describe changes:
 -
 -
 
-[PRScript](https://redmine.openinfosecfoundation.org/projects/suricata/wiki/PRscript) output (if applicable):
-
 #suricata-verify-pr:
 #suricata-verify-repo:
 #suricata-verify-branch:
index 8a7a34a34ac5fc7763cf2e8d8d53fe3a037d8a8c..87aeb2397a2d314c1d3d836fd03d204636fb21e7 100644 (file)
@@ -37,13 +37,10 @@ A github pull request is actually just a pointer to a branch in your tree. Githu
 #. Incremental pull requests need to describe changes since the last PR
 #. Link to the ticket(s) that are addressed to it.
 #. When fixing an issue, update the issue status to ``In Review`` after submitting the PR.
-#. Links to the prscript builds*
 #. Pull requests are automatically tested using github actions (https://github.com/OISF/suricata/blob/master/.github/workflows/builds.yml).
    Failing builds won't be considered and should be closed immediately.
 #. Pull requests that change, or add a feature should include a documentation update commit
 
-  (*) access to prscript is limited to trusted devs. For the rest of you, ask Victor, Eric, Andreas or Jason to run it for you.
-
 Tests and QA
 ~~~~~~~~~~~~