summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/send-pr
Commit message (Collapse)AuthorAgeFilesLines
* Add a new threads category.ceri2004-04-051-0/+1
| | | | | | | PR: gnu/65209 Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> Discussed with: julian,deischen MFC after: 1 day
* Attempt to save the last dregs of emacs users' sanity by saving theceri2003-11-121-1/+1
| | | | | | | | | | contents of the PR when an interrupt is received during the editor session. This stops the use of ^G from deleting a filled PR from underneath the user. PR: bin/59201 Submitted by: Heikki Suonsivu <hsu@evoluutio.bbnetworks.net> MFC After: 2 weeks
* Since we do not honour the Confidential: field, and as an attempt toceri2003-11-021-0/+13
| | | | | | | decrease the number of misfiled PR submissions in general, do not allow users to send a PR that contains errors. Discussed with: core
* Eliminate the need in uname(1) during install.ru2003-09-071-2/+2
|
* Back out revision 1.32; it attaches the files in the wrong section of the PR.ceri2003-08-111-3/+0
|
* Have the -a and -f options work together.ceri2003-08-111-0/+3
| | | | PR: misc/40057
* Add an amd64 category now that amd64 has its own mailing list and all.des2003-06-202-0/+4
|
* Document the MAIL_AGENT environment var.keramida2003-03-261-0/+13
| | | | | PR: 48277 Submitted by: Stefan Walter <sw@gegenunendlich.de>
* Shorten the URL to the problem-reports article.des2003-03-181-1/+1
|
* Our gnats sets Confidential to "no" by default.keramida2002-08-291-1/+1
| | | | | | PR: docs/41727 Submitted by: osgene@web.de Reviewed by: des
* Add PowerPC category.blackend2002-08-131-0/+3
| | | | | | PR: docs/41595 Submitted by: Christian Brueffer <chris@unixpages.org> MFC after: 3 days
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-1/+1
| | | | | | for a long time now. Approved by: bde
* s/${INSTALL} -c/${INSTALL} ${COPY}/ru2002-07-181-1/+1
|
* Add the "java" category.des2002-07-032-0/+4
|
* Document new categories.des2002-04-041-1/+10
| | | | | Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org> MFC after: 3 days
* Add www categorydes2002-03-201-0/+1
|
* Rename the (not really new but so far unused) sparc category to sparc64.des2002-03-191-1/+1
|
* Uncomment the powerpc category. It maps to the freebsd-ppc mailing list.des2002-03-191-1/+1
|
* Add a "standards" category at mike@'s request.des2002-03-191-0/+1
|
* Add an ia64 category; we'll need it sooner or later. Also add a commented-des2002-03-181-0/+3
| | | | | out entry for powerpc; I'll enable it when the powerpc port gets its own mailing list.
* The -a switch didn't cause send-pr to attach the specified file if thedd2002-03-091-0/+1
| | | | | | | PR template was obtained from the environment variable $PF_FORM. PR: 34831 Submitted by: Mike Makonnen <mike_makonnen@yahoo.com>
* Add some verbiage to the comments at the top of the PR template:des2002-02-181-3/+12
| | | | | | | | - point at the FDP article rather than GNU's send-pr documentation - warn the user that PRs are public information and will be published in mailing lists and on the web - suggest that the user contact security-officer@ directly if the report concerns sensitive security issues.
* Fix what was a pointless conditional. Use $GCC_EXEC_PREFIX ifcjc2002-01-101-1/+1
| | | | | | | /etc/gnats does not exist. PR: gnu/33682 Submitted by: Alan Eldridge <ports@geeksrus.net>
* Note that submitted patches are assumed to be under the same license asnik2001-08-201-0/+4
| | | | the file they patch.
* When processing -a, strip off the path of the argument before copyingdd2001-06-181-3/+4
| | | | | | it to the output. Reviewed by: alex
* Document the -a flag.alex2001-06-171-0/+12
|
* Add an -a option which will make send-pr copy the specified file intodd2001-06-171-1/+21
| | | | | | | the Fix: section. Binary files (as determined by file(1)) are uuencode'd. Submitted by: alex
* Don't allow the user to change the subject; instead, always generatedd2001-06-071-10/+19
| | | | | | | | | | it from the Synopsis field. There's no reason for the subject to be different, since all that does is cause confusion. Users may get confused because they may think the subject and synopsis are supposed to be different, and developers may get confused because it may look like there are two different problems. Requested by: ru
* Put the originator's full name in the From and Reply-to fields, anddd2001-06-031-3/+3
| | | | | | | stick their username (which sendmail will make into an e-mail address) inside '<>'. Sendmail will still DTRT with this, and it conveniently puts the submitter's name and e-mail address on one line, just like it should be after "Submitted by" in a commit message.
* Use pw(8) instead of grep'ing through /etc/passwd. This fixesdd2001-05-241-3/+3
| | | | | | automatic filling of the "Originator" field for NIS users. PR: 24372
* beforeinstall -> SCRIPTS.ru2001-04-071-6/+1
|
* MAN[1-9] -> MAN.ru2001-03-271-1/+2
|
* Assume that the submitter knows what he is doing and order then_hibma2001-01-071-1/+1
| | | | suggested actions accordingly. S)end should be the first one.
* Add two new classes of problem reports primarily for the Ports Collection:steve2000-10-292-3/+3
| | | | | | | | | | | - update: For submitting non-maintainer updates/changes - maintainer-update: For submitting maintainer updates/changes The intent is to make it easier to spot maintainer sactioned or submitted updates to ports though it might also be useful for userland code that is maintained by someone that is not a FreeBSD committer. Submitted by: nbm and many others
* Update to version 3.113. Major changes were to incorporate FreeBSD-steve2000-10-299-196/+326
| | | | | | | | | | | | specific changes into the original distribution (although sometimes with a slightly different approach) and to add two commandline options to send-pr(1): -c which allows you to specify an address to CC this PR to -s allow the severity to be specified on the commandline PR: 17922
* Stop the freebsd hardwired version of send-pr from requestingpeter2000-09-251-30/+7
| | | | | submitter-id's and try and stop people sending 'Confidential: yes' PRs. The gnats database is public.
* Don't allow people to create new PRs with a 'wish' class.steve2000-05-242-3/+3
| | | | Requested by: Sheldon Hearn <sheldonh@uunet.co.za>
* Only set $MAIL_AGENT if it isn't already defined in the environment.nik2000-04-301-1/+1
| | | | | | | No idea why this was sent in as a docs bug. . . PR: docs/17014 Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
* Add a new wishlist category.steve2000-04-182-3/+5
|
* Fix unsafe tempfile creation. This file is already off the vendorsheldonh2000-04-031-12/+13
| | | | | | | | | branch. Although this problem has been reported to the GNU folks, it's unlikely that any solution they may come up with will involve the use of mktemp(1). PR: 16942 Submitted by: Colin Phipps <crp22@cam.ac.uk>
* Provide some verbage for FreeBSD's list of categories.steve1999-12-291-0/+35
| | | | | PR: 2897 Submitted by: Stephen J. Roznowski <sjr@home.net>
* Correctly document the -V and --version options.mpp1999-10-211-3/+11
| | | | | PR: docs/14417 Submitted by: Greg Lewis <glewis@trc.adelaide.edu.au>
* Remove superfluous tab in `Fix:' field.chris1999-09-021-1/+1
| | | | Cosmetic, and done mostly for consistency.
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Add the 'advocacy' category, sort this document.billf1999-05-301-1/+2
|
* Missed a '/' in the last commit.steve1999-04-011-2/+2
| | | | | PR: 10909 Submitted by: Yasuhiro Fukama <yasuf@big.or.jp>
* Defer the expansion of $PATTERN until it has a useful value and notsteve1999-03-241-8/+7
| | | | | | | one that may have existed in the user's environment. PR: 6795 Submitted by: Greg Lehey <grog@lemis.com>
* Added a alpha category to the list.wosch1998-05-041-0/+1
|
* Added a sparc category to the list.wosch1997-12-201-0/+1
|
* fix a few spelling changesjmg1997-08-301-1/+1
| | | | | | | | Submitted by: Josh Gilliam Closes PR's: 4429, 4431-4438 PS: He has agreed to submit all contrib fixes back to the original author.
OpenPOWER on IntegriCloud