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

Roger Leigh rleigh at alioth.debian.org
Sat May 4 21:33:17 UTC 2013


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  d630103fc2fce03441f1776805004614f01b5cee (commit)
       via  15be2514e15126c7ffffd51fa9949afc4acde4ab (commit)
       via  94cf82932dae40885351869a243829a660820af2 (commit)
       via  ec0d913bf1b9a3c070f4448087f43fe369603691 (commit)
       via  8be36ad53a52d3283f76c4217dbe9eaed1c7026b (commit)
      from  fa1477405fc781d754cda16ac3b3e209d6a0c00f (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 d630103fc2fce03441f1776805004614f01b5cee
Author: Roger Leigh <rleigh at debian.org>
Date:   Sat May 4 22:32:45 2013 +0100

    chroot::facet: Update doxygen description

commit 15be2514e15126c7ffffd51fa9949afc4acde4ab
Author: Roger Leigh <rleigh at debian.org>
Date:   Sat May 4 22:27:32 2013 +0100

    sbuild::chroot: Don't install session_clonable facet automatically
    
    Require it to be installed by facets which provide the
    functionality.

commit 94cf82932dae40885351869a243829a660820af2
Author: Roger Leigh <rleigh at debian.org>
Date:   Sat May 4 21:56:48 2013 +0100

    sbuild::chroot: Automatically install factory-created facets
    
    Automatically create facets with auto_install set to true.
    Add add_facet_by_name method to avoid type errors using the
    plain add_facet interface.

commit ec0d913bf1b9a3c070f4448087f43fe369603691
Author: Roger Leigh <rleigh at debian.org>
Date:   Sat May 4 21:55:53 2013 +0100

    chroot::facet::factory: Add auto_install property

commit 8be36ad53a52d3283f76c4217dbe9eaed1c7026b
Author: Roger Leigh <rleigh at debian.org>
Date:   Sat May 4 21:53:52 2013 +0100

    sbuild: Move session_flags from chroot to chroot::facet
    
    This breaks a circular dependency between the two classes.
    The flags are also used primarily by the facets, so this is
    a better location for them.

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

Summary of changes:
 lib/sbuild/chroot/chroot.cc                 |   26 +++-----
 lib/sbuild/chroot/chroot.h                  |   85 ++++++++++++---------------
 lib/sbuild/chroot/facet/block-device.cc     |    5 ++
 lib/sbuild/chroot/facet/btrfs-snapshot.cc   |   11 +++-
 lib/sbuild/chroot/facet/btrfs-snapshot.h    |    2 +-
 lib/sbuild/chroot/facet/custom.cc           |   17 +++++-
 lib/sbuild/chroot/facet/custom.h            |    6 ++-
 lib/sbuild/chroot/facet/directory.cc        |    6 ++
 lib/sbuild/chroot/facet/facet.cc            |    4 +-
 lib/sbuild/chroot/facet/facet.h             |   52 ++++++++++++++--
 lib/sbuild/chroot/facet/factory.cc          |   16 +++++-
 lib/sbuild/chroot/facet/factory.h           |    8 +++
 lib/sbuild/chroot/facet/file.cc             |   11 +++-
 lib/sbuild/chroot/facet/file.h              |    2 +-
 lib/sbuild/chroot/facet/fsunion.cc          |    7 +-
 lib/sbuild/chroot/facet/fsunion.h           |    2 +-
 lib/sbuild/chroot/facet/loopback.cc         |    7 ++
 lib/sbuild/chroot/facet/lvm-snapshot.cc     |   11 +++-
 lib/sbuild/chroot/facet/lvm-snapshot.h      |    2 +-
 lib/sbuild/chroot/facet/mountable.cc        |    1 +
 lib/sbuild/chroot/facet/personality.cc      |    1 +
 lib/sbuild/chroot/facet/plain.cc            |   10 +---
 lib/sbuild/chroot/facet/plain.h             |    4 -
 lib/sbuild/chroot/facet/session-clonable.cc |    5 +-
 lib/sbuild/chroot/facet/session-clonable.h  |    2 +-
 lib/sbuild/chroot/facet/session.cc          |    1 +
 lib/sbuild/chroot/facet/source-clonable.cc  |    7 +-
 lib/sbuild/chroot/facet/source-clonable.h   |    2 +-
 lib/sbuild/chroot/facet/source.cc           |    1 +
 lib/sbuild/chroot/facet/unshare.cc          |    1 +
 lib/sbuild/chroot/facet/userdata.cc         |    1 +
 lib/sbuild/session.cc                       |    4 +-
 test/sbuild/chroot/block-device.cc          |   12 ++--
 test/sbuild/chroot/btrfs-snapshot.cc        |    8 +-
 test/sbuild/chroot/chroot.cc                |   14 ++++-
 test/sbuild/chroot/custom.cc                |    8 +-
 test/sbuild/chroot/directory.cc             |   12 ++--
 test/sbuild/chroot/file.cc                  |    8 +-
 test/sbuild/chroot/loopback.cc              |   12 ++--
 test/sbuild/chroot/lvm-snapshot.cc          |    8 +-
 test/sbuild/chroot/plain.cc                 |    2 +-
 41 files changed, 254 insertions(+), 150 deletions(-)


hooks/post-receive
-- 
schroot



More information about the Buildd-tools-devel mailing list