[buildd-tools-devel] [GIT] schroot branch schroot-1.6 updated. debian/schroot-1.6.3-1-21-gb3e5849

Roger Leigh rleigh at alioth.debian.org
Wed Oct 24 22:53:56 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, schroot-1.6 has been updated
       via  b3e58491d89c1cf2e221301c9358c8433dfc753e (commit)
       via  19293f7a7b0943997397ef30465cd11686990a9b (commit)
       via  e0e5b34fbd9ebdd08ba3220b1704569a65957b34 (commit)
      from  a6f731475a077ffd1a347d178be3e9bc89d18e2c (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 b3e58491d89c1cf2e221301c9358c8433dfc753e
Author: Roger Leigh <rleigh at debian.org>
Date:   Wed Oct 24 23:40:00 2012 +0100

    sbuild::chroot_facet_session: strip namespace from selected name

commit 19293f7a7b0943997397ef30465cd11686990a9b
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 e0e5b34fbd9ebdd08ba3220b1704569a65957b34
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                 |   50 ++++++++++-------------
 sbuild/sbuild-chroot-config.h                  |   12 ++++++
 sbuild/sbuild-chroot-facet-session-clonable.cc |   14 +++++++
 sbuild/sbuild-chroot-facet-session.cc          |    5 ++-
 5 files changed, 53 insertions(+), 44 deletions(-)


hooks/post-receive
-- 
schroot



More information about the Buildd-tools-devel mailing list