diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2015-03-30 21:13:12 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2015-03-30 21:13:12 +0000 |
commit | 88944e3161bb76ea10277282261af8c2db14cd66 (patch) | |
tree | 069f786c9566a41bfb26bba1e2df0900803eefc5 /Tools/scripts/README | |
parent | 5be0968ee9699f704760bd19860edd62479c5954 (diff) | |
download | ports-88944e3161bb76ea10277282261af8c2db14cd66.tar.gz ports-88944e3161bb76ea10277282261af8c2db14cd66.zip |
Add getpatch.sh, a shell script only tool to download patch attachments on bug tracking systems
Notes
Notes:
svn path=/head/; revision=382731
Diffstat (limited to 'Tools/scripts/README')
-rw-r--r-- | Tools/scripts/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README index 22ab3c67380f..458328bc4f0e 100644 --- a/Tools/scripts/README +++ b/Tools/scripts/README @@ -31,6 +31,7 @@ distclean - compare md5 sums of distfiles in ports/distfiles with currently explicit_lib_depends.sh - shows the current explicit dependency list of libs for a given installed port getpatch - downloads patch attachments from a Bug Tracking Systems +getpatch.sh - downloads patch attachments from a Bug Tracking Systems (plain shell script) getpr - downloads a problem report from GNATS and attempts to extract the patch, shar, uuencoded file from it. this probably needs to be checked for potential security problems. |