extracting patches from GNATS mails ?

Mark Linimon linimon at lonesome.com
Sun Dec 26 17:42:22 PST 2004


On Mon, 27 Dec 2004, Ion-Mihai Tetcu wrote:

> The space wouldn't be a problem and setting up a GNATS replica neither,
> I presume, but modifying the script ... hm

Index: getpr
===================================================================
RCS file: /home/FreeBSD/pcvs/ports/Tools/scripts/getpr,v
retrieving revision 1.4
diff -u -r1.4 getpr
--- getpr	28 Jul 2004 07:17:29 -0000	1.4
+++ getpr	27 Dec 2004 01:35:30 -0000
@@ -30,7 +30,10 @@
 
 open(D, "> $pr") or die "$pr: $!";
 open(PATCH, "> pr-patch") or die "pr-patch: $!";
-open(PR, " ${ssh} ${user}freefall.freebsd.org query-pr.real -F $pr | ") or die $!;
+# remote system
+# open(PR, " ${ssh} ${user}freefall.freebsd.org query-pr.real -F $pr | ") or die $!;
+# local system
+open(PR, " query-pr -F $pr | ") or die $!;
 
 my $fix = "";
 my $infix = 0;

Seems to DTRT here.  I guess I should leave this in my local tree this
way :-)

mcl




More information about the freebsd-ports mailing list