[buildd-tools-devel] [GIT] schroot branch, schroot-1.4, updated. debian/schroot-1.4.2-1-15-gb3059af

Roger Leigh rleigh at alioth.debian.org
Sun Jun 6 22:47:03 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  b3059afb25502d5e32ba4bd83b89ec7861836f5b (commit)
       via  3bbf7e565db3e3f320a742d4ac6dd53a397f0315 (commit)
       via  d37e8394c04269f1c5fd14d23d0a01984f010899 (commit)
       via  79c923a7275bf7da2c5f17c116ccbc63fc5a45fc (commit)
       via  5c547fda8bac738f7e307617902816b749b52aff (commit)
       via  4be0177a4364bc9743b094a833fac1fc04da9f54 (commit)
       via  44c72e2176de89808144667b7d9dd986a0db0dde (commit)
       via  2f026e2ce633c33d80237c9f1dab3681cd40615e (commit)
       via  582fdb74dba40ac6ac49c7473f57a2cb6debee0c (commit)
       via  ef2d7cfafdbe689ff5dc0e104cd2ed8cc3e3f3a7 (commit)
       via  79b040c875b67571a2d9a196ca1d3914fea56c86 (commit)
       via  9e03d39517533f839bb8957a5fbac8cd7494abf7 (commit)
      from  381cc480f9bc8df2a864dbe9a76aba5da8c39d98 (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 b3059afb25502d5e32ba4bd83b89ec7861836f5b
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Jun 6 23:41:30 2010 +0100

    debian: Close #492316

commit 3bbf7e565db3e3f320a742d4ac6dd53a397f0315
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Jun 6 23:35:22 2010 +0100

    debian: Install 09fsck setup script in schroot package

commit d37e8394c04269f1c5fd14d23d0a01984f010899
Author: Martin F. Krafft <madduck at debian.org>
Date:   Sun Jun 6 23:34:33 2010 +0100

    contrib: Add 09fsck setup script

commit 79c923a7275bf7da2c5f17c116ccbc63fc5a45fc
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Jun 6 23:08:50 2010 +0100

    20nssdatabases: Check database inodes inside and outside the chroot
    
    If the NSS database files inside and outside the chroot have the
    same device and inode number, we risk blanking the file when
    piping the output of getent.  stat both and check prior to
    writing.

commit 5c547fda8bac738f7e307617902816b749b52aff
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Jun 6 23:06:57 2010 +0100

    debian: Bump version to 1.4.3-1

commit 4be0177a4364bc9743b094a833fac1fc04da9f54
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Jun 6 23:06:32 2010 +0100

    NEWS: Bump version to 1.4.3

commit 44c72e2176de89808144667b7d9dd986a0db0dde
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Jun 6 22:54:37 2010 +0100

    debian: Install contrib setup script in schroot package

commit 2f026e2ce633c33d80237c9f1dab3681cd40615e
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Jun 6 22:52:08 2010 +0100

    contrib: Minor tidying of 10mount-ssh

commit 582fdb74dba40ac6ac49c7473f57a2cb6debee0c
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Jun 6 21:55:07 2010 +0100

    debian: Close #477770

commit ef2d7cfafdbe689ff5dc0e104cd2ed8cc3e3f3a7
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Jun 6 21:41:24 2010 +0100

    AUTHORS: Add Nathaniel W. Turner

commit 79b040c875b67571a2d9a196ca1d3914fea56c86
Author: Nathaniel W. Turner <nate at houseofnate.net>
Date:   Sun Jun 6 19:52:24 2010 +0100

    sbuild::session: Add SIGINT handler
    
    This addresses the case where a Ctrl-C is intended for a process
    running in the chroot; before, schroot would always exit without
    cleaning up (the most visible symptom being left-over bind-mounts
    in /var/lib/schroot/mount).  Now, cleanup occurs, and an
    appropriate error message is displayed
    ("E: Child terminated by signal ‘Interrupt’").
    
    This patch does not cover all the cases described by bug #477770,
    but I think it is a step in the right direction.
    
    Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477770
    
    Signed-off-by: Nathaniel W. Turner <nate at houseofnate.net>
    Signed-off-by: Roger Leigh <rleigh at debian.org>

commit 9e03d39517533f839bb8957a5fbac8cd7494abf7
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Jun 6 17:00:40 2010 +0100

    sbuild::util: unique_identifier should not contain odd characters
    
    Using isodate in this function caused problems with LVM snapshots
    due to lvcreate being fussy about valid LV names.  Use time(2)
    instead, which is rather simpler but a plain number doesn't cause
    problems.

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

Summary of changes:
 AUTHORS                     |    4 +++
 NEWS                        |    6 ++++-
 contrib/setup.d/10mount-ssh |   18 ++++++--------
 contrib/setup.d/Makefile.am |    1 +
 debian/changelog            |   23 +++++++++++++----
 debian/schroot.install      |    2 +
 etc/setup.d/20nssdatabases  |   13 ++++++++++
 sbuild/sbuild-session.cc    |   55 ++++++++++++++++++++++++++++++++++++++++++-
 sbuild/sbuild-session.h     |   16 ++++++++++++
 sbuild/sbuild-util.cc       |    2 +-
 10 files changed, 121 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
schroot



More information about the Buildd-tools-devel mailing list