[buildd-tools-devel] [GIT] sbuild branch, master, updated. debian/sbuild-0.60.1-1-19-gd89ed77

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, master has been updated
       via  d89ed7745d8b03dc59fe07e3e4eb05155c4f8076 (commit)
       via  27d9e4080ec16395826ccce9b3e8e80d27df44c6 (commit)
       via  b85bf91ba12df6600c3a5531055db5a8a5e2242a (commit)
      from  8c0ec0e5827b679e4bed2e461466fb45a86f1b38 (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 d89ed7745d8b03dc59fe07e3e4eb05155c4f8076
Merge: 27d9e40 8c0ec0e
Author: Roger Leigh <rleigh at debian.org>
Date:   Wed Aug 4 23:10:34 2010 +0100

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

commit 27d9e4080ec16395826ccce9b3e8e80d27df44c6
Author: Roger Leigh <rleigh at debian.org>
Date:   Wed Aug 4 23:09:35 2010 +0100

    debian: Close #591620

commit b85bf91ba12df6600c3a5531055db5a8a5e2242a
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 ++-
 debian/changelog    |    5 ++++-
 2 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
sbuild



More information about the Buildd-tools-devel mailing list