[buildd-tools-devel] [GIT] schroot branch, master, updated. schroot-1.1.6-257-gee45bea

Roger Leigh rleigh at alioth.debian.org
Sun Jul 5 22:38:10 UTC 2009


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  ee45beabf3212707c4492aedf4df7597f3d516d5 (commit)
       via  b2b97969b33d7e9be6de49597ca33a87e7b15c66 (commit)
       via  1176d3aacf3ed7f9783e036d47bcdc3ae1e34f02 (commit)
       via  7ac6634d4ec672868694f72070e2aa60aff95f78 (commit)
       via  775db410ec04bd92878e17542796b712ef2237d2 (commit)
       via  6347d1102aaf5b77a2bf756733b107e9db5a44d7 (commit)
      from  0b4a5118386ab83197a209c597abebb416f0935e (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 ee45beabf3212707c4492aedf4df7597f3d516d5
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Jul 5 23:37:17 2009 +0100

    [sbuild::chroot] get_mount_location is not virtual
    
    Not overridden in any derived classes, and of no benefit.

commit b2b97969b33d7e9be6de49597ca33a87e7b15c66
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Jul 5 23:34:17 2009 +0100

    [sbuild::chroot_mountable] get|set_mount_device are pure virtual

commit 1176d3aacf3ed7f9783e036d47bcdc3ae1e34f02
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Jul 5 23:33:11 2009 +0100

    [setup] 15killprocs doesn't abort if there's no mount location set
    
    Not all chroot types set it, so just exit without error if not present.

commit 7ac6634d4ec672868694f72070e2aa60aff95f78
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Jul 5 23:32:52 2009 +0100

    [setup] 05union doesn't abort for non-union supporting chroots

commit 775db410ec04bd92878e17542796b712ef2237d2
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Jul 5 23:31:32 2009 +0100

    [sbuild::session] Correct check for plain chroot type
    
    Inverse check caused mount location to not be set for non-plain
    chroot types.

commit 6347d1102aaf5b77a2bf756733b107e9db5a44d7
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Jul 5 23:26:36 2009 +0100

    [sbuild] Split chroot_plain into chroot_plain_base
    
    chroot_plain and chroot_directory inherit from chroot_plain_base.
    This allows dynamic_cast to chroot_plain from chroot_directory to
    fail due to not being in the inheritance hierarchy for directory.

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

Summary of changes:
 etc/setup.d/05union                                |    2 +-
 etc/setup.d/15killprocs                            |    5 +-
 sbuild/Makefile.am                                 |    2 +
 sbuild/sbuild-chroot-directory.cc                  |   11 ++--
 sbuild/sbuild-chroot-directory.h                   |    4 +-
 sbuild/sbuild-chroot-mountable.cc                  |   15 +----
 sbuild/sbuild-chroot-mountable.h                   |    6 +-
 ...chroot-plain.cc => sbuild-chroot-plain-base.cc} |   57 +++++----------
 ...d-chroot-plain.h => sbuild-chroot-plain-base.h} |   21 ++----
 sbuild/sbuild-chroot-plain.cc                      |   76 --------------------
 sbuild/sbuild-chroot-plain.h                       |   37 +---------
 sbuild/sbuild-chroot.h                             |    2 +-
 sbuild/sbuild-session.cc                           |    3 +-
 13 files changed, 45 insertions(+), 196 deletions(-)
 copy sbuild/{sbuild-chroot-plain.cc => sbuild-chroot-plain-base.cc} (69%)
 copy sbuild/{sbuild-chroot-plain.h => sbuild-chroot-plain-base.h} (84%)


hooks/post-receive
-- 
schroot



More information about the Buildd-tools-devel mailing list