Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Sep 2003 22:24:47 +0900 (JST)
From:      Norikatsu Shigemura <nork@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        re@FreeBSD.org
Subject:   gnu/56554: add Cc: maintainer feature to send-pr
Message-ID:  <200309071324.h87DOl9T071428@sakura.ninth-nine.com>
Resent-Message-ID: <200309071330.h87DU74j087801@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         56554
>Category:       gnu
>Synopsis:       add Cc: maintainer feature to send-pr
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 07 06:30:07 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Norikatsu Shigemura
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
Ensure Technology Ltd.
>Environment:
System: FreeBSD nadesico.ninth-nine.com 5.1-CURRENT FreeBSD 5.1-CURRENT #29: Fri Sep 5 02:07:55 JST 2003 nork@nadesico.ninth-nine.com:/usr/obj/usr/src/sys/NADESICO i386
>Description:
	Almost submitter using send-pr(1) forgot to contact to maintainer.
	I(as FreeBSD committer) should contact to maintainer instead of
	submitter.  I think this is tired and slow work doing.
>How-To-Repeat:
	N/A
>Fix:
	send-pr's patch for 5-current (send-pr.current.diff).
	send-pr's patch for 4-stable  (send-pr.stable.diff).

	Anyone, would you please commit before 4.9-RELEASE?

--- send-pr.current.diff begins here ---
Index: send-pr.sh
===================================================================
RCS file: /home/ncvs/src/gnu/usr.bin/send-pr/send-pr.sh,v
retrieving revision 1.33
diff -u -r1.33 send-pr.sh
--- send-pr.sh	11 Aug 2003 19:41:14 -0000	1.33
+++ send-pr.sh	7 Sep 2003 13:05:00 -0000
@@ -136,7 +136,7 @@
        [-c address] [-a file] [--version]"
 REMOVE=
 BATCH=
-CC=
+CC="<please set maintainer address if exists>"
 SEVERITY_C=
 
 while [ $# -gt 0 ]; do
--- send-pr.current.diff ends here ---

--- send-pr.stable.diff begins here ---
Index: send-pr.sh
===================================================================
RCS file: /home/ncvs/src/gnu/usr.bin/send-pr/send-pr.sh,v
retrieving revision 1.13.2.11
diff -u -r1.13.2.11 send-pr.sh
--- send-pr.sh	19 Mar 2002 00:33:35 -0000	1.13.2.11
+++ send-pr.sh	7 Sep 2003 13:06:00 -0000
@@ -136,7 +136,7 @@
        [-c address] [-a file] [--version]"
 REMOVE=
 BATCH=
-CC=
+CC="<please set maintainer address if exists>"
 SEVERITY_C=
 
 while [ $# -gt 0 ]; do
--- send-pr.stable.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309071324.h87DOl9T071428>