[buildd-tools-devel] [GIT] schroot branch master updated. debian/schroot-1.6.3-1-14-g02fa2ae

Roger Leigh rleigh at alioth.debian.org
Wed Oct 24 22:29:32 UTC 2012


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 "schroot".

The branch, master has been updated
       via  02fa2aefc24e95852aa991f720b3c9dc53583d1c (commit)
       via  e72a81e4d439f4b78149e99a987f50ab46fc75d7 (commit)
      from  6457e4d9c11ded6edacb7b53ed1da32577474b43 (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 02fa2aefc24e95852aa991f720b3c9dc53583d1c
Author: Roger Leigh <rleigh at debian.org>
Date:   Wed Oct 24 23:25:10 2012 +0100

    sbuild: Don't call set_mount_device indirectly from ctor
    
    See #691376.
    
    sbuild::chroot_block_device_base::set_device was called from
    the chroot_block_device_base ctor, and called
    sbuild::chroot_facet_mountable::set_mount_device for all chroot
    types except lvm-snapshot.  However, dynamic_cast<> fails during
    construction, leading to the mount device being overwritten, and
    --recover-session mounting the source LV rather than the snapshot
    LV.  This patch moves the call to set_mount_device to the session
    clone operation in sbuild::chroot_facet_session_clonable, which
    is where the equivalent operation is done for lvm-snapshot.  This
    is done prior to lvm-snapshot to ensure that the snapshot is not
    overwritten here either.

commit e72a81e4d439f4b78149e99a987f50ab46fc75d7
Author: Roger Leigh <rleigh at debian.org>
Date:   Wed Oct 24 21:26:11 2012 +0100

    Revert "sbuild::chroot_config: Remove namespace from alias"
    
    This reverts commit 7003080d7b41b301fbb932c89f45135293a97859.

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

Summary of changes:
 sbuild/sbuild-chroot-block-device-base.cc      |   16 +---------------
 sbuild/sbuild-chroot-config.cc                 |    7 +------
 sbuild/sbuild-chroot-facet-session-clonable.cc |   14 ++++++++++++++
 3 files changed, 16 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
schroot



More information about the Buildd-tools-devel mailing list