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

Roger Leigh rleigh at alioth.debian.org
Sat Nov 3 13:50:17 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  9949eeb75cbce0cd4a91214068a8e17988d36108 (commit)
       via  b8ced7cd596d0d2dc2c076a66adad3e44084149d (commit)
       via  f81ee71c96dd82aaec4b22713f1a0cdd2bf5ca05 (commit)
       via  7987500edeb61b4fe7d049449c7f21df39a5a845 (commit)
       via  296227002aad9dd035a6bd35408cc02f8cd8fa73 (commit)
       via  fb3d06f7e39835fd0843f9db55914ff1941e17ed (commit)
      from  8ca23e847dead20240f3262e2cb90289721afd4d (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 9949eeb75cbce0cd4a91214068a8e17988d36108
Author: Roger Leigh <rleigh at debian.org>
Date:   Sat Nov 3 13:37:48 2012 +0000

    debian: Document unshare and exec script changes

commit b8ced7cd596d0d2dc2c076a66adad3e44084149d
Author: Roger Leigh <rleigh at debian.org>
Date:   Sat Nov 3 13:08:15 2012 +0000

    sbuild::chroot_facet_userdata: Allow retrieval of userdata with type conversion

commit f81ee71c96dd82aaec4b22713f1a0cdd2bf5ca05
Author: Roger Leigh <rleigh at debian.org>
Date:   Sat Nov 3 13:07:58 2012 +0000

    NEWS: Document unshare and exec script support

commit 7987500edeb61b4fe7d049449c7f21df39a5a845
Author: Roger Leigh <rleigh at debian.org>
Date:   Sat Nov 3 13:05:04 2012 +0000

    sbuild: Add unsharing of network devices
    
    Add support for unshare(CLONE_NEWNET):
    - add chroot_facet_unshare
    - use "unshare.newnet" key
    - restore use of exec scripts, but just as an
      addition argument to existing setup scripts
    - add 60unshare setup script

commit 296227002aad9dd035a6bd35408cc02f8cd8fa73
Author: Roger Leigh <rleigh at debian.org>
Date:   Sat Nov 3 13:03:18 2012 +0000

    sbuild::chroot_facet_userdata: treat unused keys as userdata

commit fb3d06f7e39835fd0843f9db55914ff1941e17ed
Author: Roger Leigh <rleigh at debian.org>
Date:   Thu Nov 1 23:42:11 2012 +0000

    sbuild::chroot: Add get_used_keys method
    
    This splits out the used_keys functionality from set_keyfile.
    This is so that the keys used may be queried separately from
    keyfile loading.

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

Summary of changes:
 NEWS                                               |    8 +
 debian/changelog                                   |    9 +
 etc/setup.d/{50chrootname => 60unshare}            |   16 ++-
 sbuild/Makefile.am                                 |   17 ++-
 sbuild/sbuild-chroot-block-device-base.cc          |   14 ++-
 sbuild/sbuild-chroot-block-device-base.h           |    6 +-
 sbuild/sbuild-chroot-block-device.cc               |   11 +-
 sbuild/sbuild-chroot-block-device.h                |    6 +-
 sbuild/sbuild-chroot-btrfs-snapshot.cc             |   18 ++-
 sbuild/sbuild-chroot-btrfs-snapshot.h              |    6 +-
 sbuild/sbuild-chroot-custom.cc                     |   18 ++-
 sbuild/sbuild-chroot-custom.h                      |    6 +-
 sbuild/sbuild-chroot-directory-base.cc             |   16 ++-
 sbuild/sbuild-chroot-directory-base.h              |    6 +-
 sbuild/sbuild-chroot-directory.cc                  |   11 +-
 sbuild/sbuild-chroot-directory.h                   |    6 +-
 sbuild/sbuild-chroot-facet-mountable.cc            |   14 +-
 sbuild/sbuild-chroot-facet-mountable.h             |    6 +-
 sbuild/sbuild-chroot-facet-personality.cc          |   10 +-
 sbuild/sbuild-chroot-facet-personality.h           |    6 +-
 sbuild/sbuild-chroot-facet-session-clonable.cc     |    8 +-
 sbuild/sbuild-chroot-facet-session-clonable.h      |    6 +-
 sbuild/sbuild-chroot-facet-session.cc              |   22 ++-
 sbuild/sbuild-chroot-facet-session.h               |    6 +-
 sbuild/sbuild-chroot-facet-source-clonable.cc      |   18 ++-
 sbuild/sbuild-chroot-facet-source-clonable.h       |    6 +-
 sbuild/sbuild-chroot-facet-source.cc               |    8 +-
 sbuild/sbuild-chroot-facet-source.h                |    6 +-
 sbuild/sbuild-chroot-facet-union.cc                |   18 ++-
 sbuild/sbuild-chroot-facet-union.h                 |    6 +-
 sbuild/sbuild-chroot-facet-unshare.cc              |  158 ++++++++++++++++++++
 ...personality.h => sbuild-chroot-facet-unshare.h} |   58 +++++---
 sbuild/sbuild-chroot-facet-userdata.cc             |   90 +++++++++++-
 sbuild/sbuild-chroot-facet-userdata.h              |   40 ++++-
 sbuild/sbuild-chroot-facet.h                       |   11 +-
 sbuild/sbuild-chroot-file.cc                       |   18 ++-
 sbuild/sbuild-chroot-file.h                        |    6 +-
 sbuild/sbuild-chroot-loopback.cc                   |   14 ++-
 sbuild/sbuild-chroot-loopback.h                    |    6 +-
 sbuild/sbuild-chroot-lvm-snapshot.cc               |   16 ++-
 sbuild/sbuild-chroot-lvm-snapshot.h                |    6 +-
 sbuild/sbuild-chroot.cc                            |  156 +++++++-------------
 sbuild/sbuild-chroot.h                             |   18 ++-
 sbuild/sbuild-session.cc                           |   95 ++++++++-----
 test/sbuild-chroot-facet-userdata.cc               |    4 +
 test/sbuild-chroot.cc                              |    9 +-
 test/test-sbuild-chroot.h                          |    9 +
 47 files changed, 734 insertions(+), 294 deletions(-)
 copy etc/setup.d/{50chrootname => 60unshare} (67%)
 create mode 100644 sbuild/sbuild-chroot-facet-unshare.cc
 copy sbuild/{sbuild-chroot-facet-personality.h => sbuild-chroot-facet-unshare.h} (62%)


hooks/post-receive
-- 
schroot



More information about the Buildd-tools-devel mailing list