Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2002 09:51:43 -0500
From:      Eric Anderson <anderson@centtech.com>
To:        Eric Anderson <anderson@centtech.com>
Cc:        e0025974@student.tuwien.ac.at, Michael Lucas <mwlucas@blackhelicopters.org>, freebsd-doc@freebsd.org
Subject:   Re: PR search engine
Message-ID:  <3DAC2B7F.2080705@centtech.com>
References:  <20021015101156.B29445@blackhelicopters.org> <20021015145026.GA56648@huckfinn.arved.de> <3DAC2ABB.5070603@centtech.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Eric Anderson wrote:
> Tilman Linneweh wrote:
> 
>>> So, I got an email from someone asking about being sponsored for a
>>> commit bit.  I went to check his PR record, and found none.  His
>>> response boiled down to "That's odd, here are several I submitted."
>>>
>>> If I search all closed PRs for on originator of
>>> "mwlucas@blackhelicopters.org", I see there are no hits there.  That's
>>> quite odd; presumably, Bruce made the mark of the Beastie on my
>>> forehead for *some* reason.
>>>
>>> Anyone know why the PR search engine seems to be broken?  The
>>> following link used to return a reasonable list, and no longer does.
>>
>>
>>
>> I have noticed this too.
>>
>> The search engine on our local mirror still works:
>> http://www.at.freebsd.org/cgi/query-pr-summary.cgi?query
>>
>> Produces 0 matches:
>> http://www.freebsd.org/cgi/query-pr-summary.cgi?originator=Tilman+Linneweh 
>>
>>
>> Produces around 40 matches:
>> http://www.at.freebsd.org/cgi/query-pr-summary.cgi?originator=Tilman+Linneweh 
>>
> 
> 
> I think the query-pr cgi script changed from query-pr to query-pr.cgi, 
> and the query-pr-summary.cgi file still shows the old name (query-pr).
> 
> I see that you have the old query-pr still on your server, so possibly 
> you have both, and freebsd.org only has the new query-pr.cgi?
> 
> I'm not sure about the new/old part really, I'm jsut thinking either it 
> was erased, renamed, or something like that.
> 
> Eric


Ok, so now I'm replying to myself.. Anyway, look at line 398 in the 
query-pr-summary.cgi script:

     open(Q, "query-pr $report 2>/dev/null |") || die "Cannot query the 
PR's\n";

Shouldn't that be:

     open(Q, "query-pr.cgi $report 2>/dev/null |") || die "Cannot query 
the PR's\n";

??

Eric


-- 
------------------------------------------------------------------
Eric Anderson	   Systems Administrator      Centaur Technology
Skydiving - safer than the stock market.
------------------------------------------------------------------


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DAC2B7F.2080705>