summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorceri <ceri@FreeBSD.org>2003-11-02 17:35:33 +0000
committerceri <ceri@FreeBSD.org>2003-11-02 17:35:33 +0000
commit109d46c916fe905b2d0f4d03304a045dd86f88eb (patch)
tree5ac26750e08339a0ad2e868c247771fb69bff273 /gnu
parentf4d1f7a456cee0bdcd4ebf8c8faec1a5f2c8c0a8 (diff)
downloadFreeBSD-src-109d46c916fe905b2d0f4d03304a045dd86f88eb.zip
FreeBSD-src-109d46c916fe905b2d0f4d03304a045dd86f88eb.tar.gz
Since we do not honour the Confidential: field, and as an attempt to
decrease the number of misfiled PR submissions in general, do not allow users to send a PR that contains errors. Discussed with: core
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/send-pr/send-pr.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/gnu/usr.bin/send-pr/send-pr.sh b/gnu/usr.bin/send-pr/send-pr.sh
index b776d37..f80a0a4 100644
--- a/gnu/usr.bin/send-pr/send-pr.sh
+++ b/gnu/usr.bin/send-pr/send-pr.sh
@@ -317,6 +317,10 @@ SEND-PR: BE ADVISED THAT FREEBSD PROBLEM REPORTS ARE PUBLIC INFORMATION AND
SEND-PR: WILL BE PUBLISHED AS-IS ON THE PROJECT'S MAILING LISTS AND WEB SITES.
SEND-PR: DO NOT SUBMIT ANY INFORMATION YOU DO NOT WANT MADE PUBLIC.
SEND-PR:
+SEND-PR: If you wish to submit a problem report confidentially, then contact
+SEND-PR: the FreeBSD bugmaster (bugmaster@FreeBSD.org) to arrange for a
+SEND-PR: relevant developer to be contacted.
+SEND-PR:
SEND-PR: For sensitive security issues, consider contacting the FreeBSD
SEND-PR: security officer team (security-officer@freebsd.org) directly.
SEND-PR:
@@ -501,6 +505,15 @@ while true; do
continue 2
;;
s*)
+ if [ $CNT -lt 6 ]; then
+ if [ -z "$BATCH" ]; then
+ echo "But there are still errors in the problem report!"
+ continue 2
+ else
+ echo "Errors found in PR"
+ exit 1
+ fi
+ fi
break 2
;;
esac
OpenPOWER on IntegriCloud