Date: Sun, 26 Dec 2004 19:42:21 -0600 (CST) From: Mark Linimon <linimon@lonesome.com> To: Ion-Mihai Tetcu <itetcu@people.tecnik93.com> Cc: Thierry Thomas <thierry@FreeBSD.org> Subject: Re: extracting patches from GNATS mails ? Message-ID: <Pine.LNX.4.44.0412261940550.11409-100000@pancho> In-Reply-To: <20041227011149.1933e90e@it.buh.tecnik93.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.44.0412261940550.11409-100000>