[buildd-tools-devel] [GIT] sbuild branch, buildd, updated. debian/sbuild-0.60.0-1-49-g9d0e838

Roger Leigh rleigh at alioth.debian.org
Wed Aug 4 22:11:44 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "sbuild".

The branch, buildd has been updated
       via  9d0e838624e0c6c02c2b4899382737e2368e0566 (commit)
       via  3f99f62b7ba0ed1426e9bfbfe1b7d2e8ff8a3033 (commit)
      from  83eb51acea1a360813267969c324a8305213a8fb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9d0e838624e0c6c02c2b4899382737e2368e0566
Merge: 3f99f62 83eb51a
Author: Roger Leigh <rleigh at debian.org>
Date:   Wed Aug 4 23:11:39 2010 +0100

    Merge branch 'buildd' of ssh+git://git.debian.org/git/buildd-tools/sbuild into buildd

commit 3f99f62b7ba0ed1426e9bfbfe1b7d2e8ff8a3033
Author: Sebastian Andrzej Siewior <bigeasy at linutronix.de>
Date:   Wed Aug 4 10:35:21 2010 +0200

    buildd-uploader: don't kill the lock if not the owner
    
    The following happens to people which have to upload quite a lot on a
    slow uplink:
    - buildd-uploader is invoked, starts the upload process and creats a
      lock named buildd-uploader.lock
    - a second buildd-uploader instance is invoked. It notices the lock,
      doesn't do a thing except it kills the lock due to the following
      END statement:
      |if (defined($conf) &&
      |      defined($uploader) &&
      |      defined($uploader->get('Uploader Lock')));
    
      'Uploader Lock' is defined at this point but it is 0 because this
      instance does not own the lock
    - a third instance of buildd-uploader is invoked which will upload
      packages.
    
    Signed-off-by: Sebastian Andrzej Siewior <bigeasy at linutronix.de>

-----------------------------------------------------------------------

Summary of changes:
 bin/buildd-uploader |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
sbuild



More information about the Buildd-tools-devel mailing list