Daniel Macks wrote:

On Fri, Aug 20, 2004 at 12:55:02AM +0200, Martin Costabel wrote:


Yes, I think it is a bug in the new fink.

In SelfUpdate.pm, the line

    next unless ($tree =~ /stable/);

was changed to

    next unless ($tree eq "stable" or $tree eq "unstable");

But $tree is typically something like "stable/crypto", so this never matches. This was added 6 weeks ago, but since developers never use selfupdate-rsync, it was not noticed until the CVS HEAD hit the streets :-)
Bug author CCed.



Fixed in CVS HEAD. Please check that this now works correctly, and we'll push a new fink pkg ASAP.

dan



Yes, the new version works fine for me. I've got the standard looking rsync command now.


And I thought, wow, they cleaned it up and made the rsync command that much shorter. Good work :)

Blair



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to