in reply to Consideration overhaul?

I for one would like to know when nodes were reaped if that information is available.

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.

Replies are listed 'Best First'.
Re: Re: Consideration overhaul?
by castaway (Parson) on Mar 08, 2004 at 13:38 UTC
    That was something else I was pondering.. A reaped nodes list, showing when/how etc. That (w|c)ould be useful information.

    Update: It appears the reaped-dates aren't in fact stored anywhere, from what I can see on reapnode (pmdev link). It would be an easy patch to add that info to the actual reaped node. Saving it somewhere is a bit more effort, as the reapednode table would have to be expanded a column.

    Note: There is actually a list of reaped nodes, although the 'Write-Ups' link on NodeReapers homenode shows 'none', the query behind it does show a list of reaped nodes. The dates are the original node creation dates, however.

    C.