aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/send-pr/send-pr.sh
Commit message (Collapse)AuthorAgeFilesLines
* Remove send-pr, the supported interface to submit bugs is now viaGavin Atkinson2014-06-141-591/+0
| | | | | | | | | | | | https://bugs.freebsd.org/submit/ Removing send-pr also removes one more piece of non-BSD-licensed software. Hat: bugmeister MFC after: 3 days Notes: svn path=/head/; revision=267486
* Add support for the "&" character in usernames.Eitan Adler2012-10-221-3/+8
| | | | | | | | | | | | Charlie & finally has his last name. PR: gnu/37910 Submitted by: Harry Newton <harry_newton@telinco.co.uk> Approved by: cperciva MFC after: 1 week Notes: svn path=/head/; revision=241857
* Don't lie about saved reports.Philip Paeps2007-06-021-1/+1
| | | | | | | | | PR: gnu/89777 Submitted by: edwin MFC after: 1 day Notes: svn path=/head/; revision=170209
* Fix vim syntax highlighting. Vim complained about the (comment). The syntaxPhilip Paeps2006-11-011-1/+1
| | | | | | | file is also called "sendpr", not "send-pr". Notes: svn path=/head/; revision=163867
* Add vim syntax highlighting support to the send-pr(1) utility.David E. O'Brien2005-10-241-0/+2
| | | | | | | | PR: 35333 Submitted by: Hendrik Scholz <hendrik@scholz.net> Notes: svn path=/head/; revision=151599
* Use a safe temporary file for saving out the PR if send-pr isCeri Davies2004-09-141-1/+1
| | | | | | | | | | interrupted. MT5: 7 days MT4: 7 days Notes: svn path=/head/; revision=135246
* Attempt to save the last dregs of emacs users' sanity by saving theCeri Davies2003-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 Notes: svn path=/head/; revision=122587
* Since we do not honour the Confidential: field, and as an attempt toCeri Davies2003-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 Notes: svn path=/head/; revision=121900
* Back out revision 1.32; it attaches the files in the wrong section of the PR.Ceri Davies2003-08-111-3/+0
| | | | Notes: svn path=/head/; revision=118796
* Have the -a and -f options work together.Ceri Davies2003-08-111-0/+3
| | | | | | | PR: misc/40057 Notes: svn path=/head/; revision=118793
* Shorten the URL to the problem-reports article.Dag-Erling Smørgrav2003-03-181-1/+1
| | | | Notes: svn path=/head/; revision=112374
* The -a switch didn't cause send-pr to attach the specified file if theDima Dorfman2002-03-091-0/+1
| | | | | | | | | | PR template was obtained from the environment variable $PF_FORM. PR: 34831 Submitted by: Mike Makonnen <mike_makonnen@yahoo.com> Notes: svn path=/head/; revision=91926
* Add some verbiage to the comments at the top of the PR template:Dag-Erling Smørgrav2002-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. Notes: svn path=/head/; revision=90840
* Fix what was a pointless conditional. Use $GCC_EXEC_PREFIX ifCrist J. Clark2002-01-101-1/+1
| | | | | | | | | | /etc/gnats does not exist. PR: gnu/33682 Submitted by: Alan Eldridge <ports@geeksrus.net> Notes: svn path=/head/; revision=89183
* Note that submitted patches are assumed to be under the same license asNik Clayton2001-08-201-0/+4
| | | | | | | the file they patch. Notes: svn path=/head/; revision=81974
* When processing -a, strip off the path of the argument before copyingDima Dorfman2001-06-181-3/+4
| | | | | | | | | it to the output. Reviewed by: alex Notes: svn path=/head/; revision=78438
* Add an -a option which will make send-pr copy the specified file intoDima Dorfman2001-06-171-1/+21
| | | | | | | | | | the Fix: section. Binary files (as determined by file(1)) are uuencode'd. Submitted by: alex Notes: svn path=/head/; revision=78375
* Don't allow the user to change the subject; instead, always generateDima Dorfman2001-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 Notes: svn path=/head/; revision=77846
* Put the originator's full name in the From and Reply-to fields, andDima Dorfman2001-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. Notes: svn path=/head/; revision=77643
* Use pw(8) instead of grep'ing through /etc/passwd. This fixesDima Dorfman2001-05-241-3/+3
| | | | | | | | | automatic filling of the "Originator" field for NIS users. PR: 24372 Notes: svn path=/head/; revision=77107
* Assume that the submitter knows what he is doing and order theNick Hibma2001-01-071-1/+1
| | | | | | | suggested actions accordingly. S)end should be the first one. Notes: svn path=/head/; revision=70755
* Add two new classes of problem reports primarily for the Ports Collection:Steve Price2000-10-291-2/+2
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=67909
* Update to version 3.113. Major changes were to incorporate FreeBSD-Steve Price2000-10-291-61/+59
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=67908
* Stop the freebsd hardwired version of send-pr from requestingPeter Wemm2000-09-251-30/+7
| | | | | | | | submitter-id's and try and stop people sending 'Confidential: yes' PRs. The gnats database is public. Notes: svn path=/head/; revision=66368
* Don't allow people to create new PRs with a 'wish' class.Steve Price2000-05-241-2/+2
| | | | | | | Requested by: Sheldon Hearn <sheldonh@uunet.co.za> Notes: svn path=/head/; revision=60882
* Only set $MAIL_AGENT if it isn't already defined in the environment.Nik Clayton2000-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> Notes: svn path=/head/; revision=59807
* Add a new wishlist category.Steve Price2000-04-181-2/+2
| | | | Notes: svn path=/head/; revision=59366
* Fix unsafe tempfile creation. This file is already off the vendorSheldon Hearn2000-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> Notes: svn path=/head/; revision=58968
* Remove superfluous tab in `Fix:' field.Chris Costello1999-09-021-1/+1
| | | | | | | Cosmetic, and done mostly for consistency. Notes: svn path=/head/; revision=50800
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Missed a '/' in the last commit.Steve Price1999-04-011-2/+2
| | | | | | | | PR: 10909 Submitted by: Yasuhiro Fukama <yasuf@big.or.jp> Notes: svn path=/head/; revision=45235
* Defer the expansion of $PATTERN until it has a useful value and notSteve Price1999-03-241-8/+7
| | | | | | | | | | one that may have existed in the user's environment. PR: 6795 Submitted by: Greg Lehey <grog@lemis.com> Notes: svn path=/head/; revision=44996
* Remove "support" class since we don't provide support services to users.Paul Richards1997-06-071-3/+3
| | | | Notes: svn path=/head/; revision=26502
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22996
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Various fixes and FreeBSD modifications:Joerg Wunsch1996-10-191-7/+43
| | | | | | | | | | | | | | | | | | | | . remove the blubber about `submitter-id's from the man page, we don't use them, . use REPLY_TO or REPLYTO in preference over LOGNAME as the value for the Reply-To address (closes PRs 1471 and its duplicates 1472 and 1823), . don't abuse ~/.signature as ORGANIZATION, this is almost always useless blunder, . actually list the Categories again, instead of xrefing to ``see above'' (closes PR 1835), . check the Synopsis field for being not empty, . make the mail Subject the same as Synopsis if left blank (closes PR 1209). The remaining open send-pr related PRs (184 and its duplicate 1047, and 1415) are pilot errors or local hardware problems. Notes: svn path=/head/; revision=19039
* address @freefall.cdrom.com -> @freebsd.orgPoul-Henning Kamp1994-11-101-1/+1
| | | | Notes: svn path=/head/; revision=4332
* Completed last fix: don't use backquotes in here-documents; it confusesGarrett Wollman1994-10-221-10/+2
| | | | | | | | ash. (The backquotes were only used to implement a slower version of ${foo-$bar} anyway.) Notes: svn path=/head/; revision=3804
* I really, really don't want to know why adding a blank line betweenGarrett Wollman1994-10-221-0/+1
| | | | | | | __EOF__ and a done command lets fixes this script for ash... Notes: svn path=/head/; revision=3802
* Fix some bad spacing in send-pr.sh that stopped mail working,Paul Richards1994-08-291-2/+2
| | | | | | | | changed the category selection. Submitted by: Paul Richards Notes: svn path=/head/; revision=2385
* Added send-pr for sending in bug reports.Paul Richards1994-08-291-0/+523
Reviewed by: Submitted by: Notes: svn path=/head/; revision=2382