[211] in athena10
Re: /svn/athena r22979 - trunk/debathena/scripts
daemon@ATHENA.MIT.EDU (Timothy G Abbott)
Sun May 25 03:53:06 2008
Date: Sun, 25 May 2008 03:52:22 -0400 (EDT)
From: Timothy G Abbott <tabbott@MIT.EDU>
To: athena10@mit.edu
In-Reply-To: <200805250717.DAA00280@drugstore.mit.edu>
Message-ID: <Pine.LNX.4.64L.0805250340360.28639@vinegar-pot.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
I should note that this does represent a feature that we're losing from
sbuildhack. The patch I sent to Debian to add --apt-update does not
attempt to use locking on an apt repository to prevent chroots from trying
to run apt-get update while a package is being uploaded; this will cause
problems if one tries to use the build-all system with parallel make.
We should think about what the right way to make this work is.
-Tim Abbott
On Sun, 25 May 2008, tabbott@MIT.EDU wrote:
> Author: tabbott
> Date: 2008-05-25 03:17:10 -0400 (Sun, 25 May 2008)
> New Revision: 22979
>
> Modified:
> trunk/debathena/scripts/SbuildHack.pm
> Log:
> Remove old locking code from SbuildHack.pm.
>
>
> Modified: trunk/debathena/scripts/SbuildHack.pm
> ===================================================================
> --- trunk/debathena/scripts/SbuildHack.pm 2008-05-25 07:03:27 UTC (rev 22978)
> +++ trunk/debathena/scripts/SbuildHack.pm 2008-05-25 07:17:10 UTC (rev 22979)
> @@ -1,7 +1,6 @@
> package SbuildHack;
>
> use Sbuild qw(binNMU_version);
> -use Fcntl qw(:flock);
>
> sub new_binNMU_version {
> my $v = shift;
>
>