[buildd-tools-devel] [GIT] sbuild branch buildd-0.61.0 updated. debian/sbuild-0.61.0-1-81-g97f5b25

Roger Leigh rleigh at alioth.debian.org
Sat Nov 26 15:01:38 UTC 2011


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-0.61.0 has been updated
       via  97f5b25902bc99632cd743aafecd8c13bd1df370 (commit)
       via  fee2c15d07bc998f275b6bf5e22730e4b08947cf (commit)
      from  ed52584794830aee7e8880e7bf2ca554a307ecd6 (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 97f5b25902bc99632cd743aafecd8c13bd1df370
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun May 29 13:19:48 2011 +0100

    Sbuild::Chroot: Use /var/lib/sbuild/chroot-lock
    
    /var/lock may be a symlink to /run/lock on the host, which makes
    direct access using $target/var/lock impossible from the host.
    Switch to using /var/lib/sbuild which is guaranteed to be a real
    directory.
    
    Conflicts:
    
    	lib/Sbuild/Chroot.pm

commit fee2c15d07bc998f275b6bf5e22730e4b08947cf
Author: Roger Leigh <rleigh at debian.org>
Date:   Wed Jun 1 11:37:05 2011 +0100

    Sbuild::Chroot: Create chroot lock inside chroot
    
    To avoid issues with /var/lock being an absolute symlink to
    /run/lock on the host (which may or may not exist depending upon
    which Debian version the host is running, and which causes the
    chroot lock to be shared amongst multiple build chroots), the
    chroot lock is created and removed inside the chroot.  Inside the
    chroot, absolute symlinks will always point inside the chroot, so
    /var/lock will always be a valid (and unshared) location.
    
    Conflicts:
    
    	lib/Sbuild/Chroot.pm

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

Summary of changes:
 lib/Sbuild/Chroot.pm |  118 ++++++++++++++++++++++++++++++++++----------------
 1 files changed, 81 insertions(+), 37 deletions(-)


hooks/post-receive
-- 
sbuild



More information about the Buildd-tools-devel mailing list