[buildd-tools-devel] [GIT] schroot branch, schroot-1.4, updated. debian/schroot-1.4.7-1-13-g4d4a37a
Roger Leigh
rleigh at alioth.debian.org
Sat Jul 10 23:59:49 UTC 2010
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.4 has been updated
via 4d4a37a7532fbf154ba4f0348ba3b960757282b1 (commit)
via 8773e4ca298cb03f459b3a0f5d18004f31a6b4c9 (commit)
via 5bfe4d6f665c8ff2725f1f78cbe8677d519fe862 (commit)
via 03509b86c3d378340c36dd8bdb749238a91d6799 (commit)
via 13fd685b1f7e87f3387dc6be7061cf34ad424d86 (commit)
via 55515dcad8f39df5c46097fe605fe9773b04e29e (commit)
via d98be5b49c08dd521002b458b118530d90a8eee0 (commit)
via aa4e8b08855960e01e551e96e0ae5fdfa6a4406e (commit)
via 71e82a3003ce27be9f2b9d7e866f5277c1f21e40 (commit)
via 6b5bf7d74ed17d2a31b021dcfea8984b7a4beee2 (commit)
via 24c7730b0b688702d80070662612fe4af1d50f01 (commit)
via 80d430bb738d61a3cf4502a7a26f407cd8dde577 (commit)
via 95f0367e0b68f7e823d1bbcd7847b02045ac797f (commit)
from bc876777a316c0c19f5077794be3594f3b698f9d (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 4d4a37a7532fbf154ba4f0348ba3b960757282b1
Author: Roger Leigh <rleigh at debian.org>
Date: Sun Jul 11 00:59:05 2010 +0100
NEWS: Bump version to 1.4.8 and document namespace changes
commit 8773e4ca298cb03f459b3a0f5d18004f31a6b4c9
Author: Roger Leigh <rleigh at debian.org>
Date: Sun Jul 11 00:46:36 2010 +0100
sbuild::chroot_config: validate canonicalises namespace
This means all chroot names in use have a valid namespace.
schroot can use the session namespace for searching when
running sessions etc.
commit 5bfe4d6f665c8ff2725f1f78cbe8677d519fe862
Author: Roger Leigh <rleigh at debian.org>
Date: Sun Jul 11 00:45:34 2010 +0100
sbuild::chroot_config: Add session chroot compatibility alias
commit 03509b86c3d378340c36dd8bdb749238a91d6799
Author: Roger Leigh <rleigh at debian.org>
Date: Sun Jul 11 00:42:53 2010 +0100
sbuild::session: Use chroot_config::find_alias correctly
Always throw an error if the chroot wasn't found. This
failed (or rather didn't fail) in the case of the root user
where authentication can't fail and so only a warning was
issued, followed by a segfault due to the chroot being
invalid.
commit 13fd685b1f7e87f3387dc6be7061cf34ad424d86
Author: Roger Leigh <rleigh at debian.org>
Date: Sat Jul 10 23:57:43 2010 +0100
sbuild::chroot_config: Move -source alias handling here
No longer manage in sbuild::chroot_facet_source_clonable,
which doesn't need to care about these details. chroot_config
places the aliases in the source namespace, and the -source
compatibibility aliases in the chroot namespace.
commit 55515dcad8f39df5c46097fe605fe9773b04e29e
Author: Roger Leigh <rleigh at debian.org>
Date: Sat Jul 10 23:34:08 2010 +0100
test::sbuild_chroot_config: Drop old comment
commit d98be5b49c08dd521002b458b118530d90a8eee0
Author: Roger Leigh <rleigh at debian.org>
Date: Sat Jul 10 23:33:28 2010 +0100
test: Use new chroot_config interface
commit aa4e8b08855960e01e551e96e0ae5fdfa6a4406e
Author: Roger Leigh <rleigh at debian.org>
Date: Sat Jul 10 23:33:13 2010 +0100
dchroot: Use new chroot_config interface
commit 71e82a3003ce27be9f2b9d7e866f5277c1f21e40
Author: Roger Leigh <rleigh at debian.org>
Date: Sat Jul 10 21:47:35 2010 +0100
sbuild: Remove unnecessary use of sbuild namespace qualifiers
commit 6b5bf7d74ed17d2a31b021dcfea8984b7a4beee2
Author: Roger Leigh <rleigh at debian.org>
Date: Sat Jul 10 21:33:48 2010 +0100
sbuild::chroot: Replace use of get_active with facet checking
commit 24c7730b0b688702d80070662612fe4af1d50f01
Author: Roger Leigh <rleigh at debian.org>
Date: Sat Jul 10 21:24:54 2010 +0100
schroot::options_base: --info displays sources by default
commit 80d430bb738d61a3cf4502a7a26f407cd8dde577
Author: Roger Leigh <rleigh at debian.org>
Date: Sat Jul 10 17:04:23 2010 +0100
sbuild::chroot_config: Add namespaces
commit 95f0367e0b68f7e823d1bbcd7847b02045ac797f
Author: Roger Leigh <rleigh at debian.org>
Date: Sat Jul 10 16:43:49 2010 +0100
schroot::options_base: --chroot-name only works with --begin-session
-----------------------------------------------------------------------
Summary of changes:
NEWS | 38 +++-
bin/dchroot-dsa/dchroot-dsa-chroot-config.cc | 14 +-
bin/dchroot-dsa/dchroot-dsa-chroot-config.h | 8 +-
bin/dchroot/dchroot-chroot-config.cc | 14 +-
bin/dchroot/dchroot-chroot-config.h | 8 +-
bin/schroot/schroot-main-base.cc | 89 +++---
bin/schroot/schroot-main.cc | 2 +-
bin/schroot/schroot-options-base.cc | 43 ++--
bin/schroot/schroot-options-base.h | 4 +-
bin/schroot/schroot-options.cc | 7 +-
man/schroot.1.in | 23 +-
sbuild/sbuild-auth-null.cc | 2 +-
sbuild/sbuild-auth-pam.cc | 6 +-
sbuild/sbuild-auth.cc | 4 +-
sbuild/sbuild-chroot-block-device-base.cc | 2 +-
sbuild/sbuild-chroot-block-device.cc | 12 +-
sbuild/sbuild-chroot-btrfs-snapshot.cc | 21 +-
sbuild/sbuild-chroot-config.cc | 379 ++++++++++++++++++------
sbuild/sbuild-chroot-config.h | 110 +++++--
sbuild/sbuild-chroot-directory.cc | 6 +-
sbuild/sbuild-chroot-facet-mountable.cc | 9 +-
sbuild/sbuild-chroot-facet-session-clonable.cc | 55 ++--
sbuild/sbuild-chroot-facet-session.cc | 4 +-
sbuild/sbuild-chroot-facet-source-clonable.cc | 12 +-
sbuild/sbuild-chroot-facet-union.cc | 11 +-
sbuild/sbuild-chroot-file.cc | 13 +-
sbuild/sbuild-chroot-loopback.cc | 4 +-
sbuild/sbuild-chroot-lvm-snapshot.cc | 26 +-
sbuild/sbuild-chroot.cc | 72 ++++-
sbuild/sbuild-chroot.h | 1 +
sbuild/sbuild-log.cc | 9 +-
sbuild/sbuild-run-parts.cc | 6 +-
sbuild/sbuild-session.cc | 43 +--
sbuild/sbuild-util.cc | 4 +-
test/sbuild-chroot-block-device.cc | 2 +-
test/sbuild-chroot-btrfs-snapshot.cc | 2 +-
test/sbuild-chroot-config.cc | 71 +++--
test/sbuild-chroot-directory.cc | 4 +-
test/sbuild-chroot-file.cc | 2 +-
test/sbuild-chroot-loopback.cc | 2 +-
test/sbuild-chroot-lvm-snapshot.cc | 4 +-
test/sbuild-chroot.cc | 2 +-
test/test-sbuild-chroot.h | 10 +-
43 files changed, 758 insertions(+), 402 deletions(-)
hooks/post-receive
--
schroot
More information about the Buildd-tools-devel
mailing list