Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1266

Modified Files:
        ChangeLog Engine.pm 
Log Message:
Omission from the buildlock overhaul


Index: Engine.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Engine.pm,v
retrieving revision 1.367
retrieving revision 1.368
diff -u -d -r1.367 -r1.368
--- Engine.pm   24 Mar 2006 00:11:51 -0000      1.367
+++ Engine.pm   24 Mar 2006 15:19:43 -0000      1.368
@@ -1337,7 +1337,7 @@
 
                # Check that it's not currently building, hoepfully we won't 
have
                # to invoke dpkg.
-               if (my $fh = Fink::PkgVersion->can_remove_buildlock($lockfile)) 
{
+               if (my $fh = Fink::Finally::Buildlock->can_remove($lockfile)) {
                        push @bls, $lockpkg;
                        close $fh;      # Another process could try to remove 
the BL between
                                                # now and when we actually 
perform the removal. That's

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1301
retrieving revision 1.1302
diff -u -d -r1.1301 -r1.1302
--- ChangeLog   24 Mar 2006 02:43:45 -0000      1.1301
+++ ChangeLog   24 Mar 2006 15:19:43 -0000      1.1302
@@ -1,3 +1,7 @@
+2006-03-24  Daniel Macks  <[EMAIL PROTECTED]>
+
+       * Engine.pm: Use new Buildlock::can_remove method
+
 2006-03-23  Daniel Macks  <[EMAIL PROTECTED]>
 
        * Finally/Buildlock.pm: Hardcode lock-package PreRm scripts to use



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to