[buildd-tools-devel] [GIT] schroot branch schroot-1.6 updated. debian/schroot-1.6.5-1-32-ga0d850c

Roger Leigh rleigh at moszumanska.debian.org
Sun Dec 15 19:47:16 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, schroot-1.6 has been updated
       via  a0d850cdda9f84c915d797a533761e19c0d79ff7 (commit)
       via  211508babe01f7a8bab08459234f2ba220065952 (commit)
       via  7e9686f2d4ef416cd241e07ed425391cf9b0711e (commit)
       via  16099d2544e698cbadedbcfcd5e8b74f13b1689e (commit)
      from  0ed09637c6384e35d8da1b0998005b71abb3e06b (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 a0d850cdda9f84c915d797a533761e19c0d79ff7
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun Dec 15 19:17:25 2013 +0000

    NEWS: Document lockdev removal

commit 211508babe01f7a8bab08459234f2ba220065952
Author: Roger Leigh <rleigh at debian.org>
Date:   Mon Apr 1 21:24:53 2013 +0100

    README: Remove liblockdev and libuuid

commit 7e9686f2d4ef416cd241e07ed425391cf9b0711e
Author: Roger Leigh <rleigh at debian.org>
Date:   Mon Apr 1 17:53:48 2013 +0100

    debian: Remove liblockdev from Build-Depends
    
    Conflicts:
    	debian/changelog

commit 16099d2544e698cbadedbcfcd5e8b74f13b1689e
Author: Roger Leigh <rleigh at debian.org>
Date:   Mon Apr 1 17:52:19 2013 +0100

    Remove device locking
    
    - All use of liblockdev has been removed.
    - sbuild::device_lock has been removed; it may be restored using
      flock(2) at a later date, but the flock semantics are different
      to liblockdev persistent LCK.. lockfiles.
    - sbuild::chroot_block_device and sbuild::chroot_lvm_snapshot no
      longer use sbuild::device_lock; in reality, the use of
      device_lock here was ineffectual at best, so should not result
      in unsafe use of block devices, since we rely on lvcreate/
      lvremove to do appropriate locking for us.  For plain block
      devices and source chroots, these are not session-capable and
      so locking is pointless here anyway.
    - setupd.5/05lvm no longer releases locks with schroot-releaselock.
    - schroot-releaselock has been removed.
    
    Conflicts:
    	bin/schroot-releaselock/Makefile.am
    	bin/schroot-releaselock/schroot-releaselock-main.cc
    	bin/schroot-releaselock/schroot-releaselock-main.h
    	bin/schroot-releaselock/schroot-releaselock-options.cc
    	bin/schroot-releaselock/schroot-releaselock-options.h
    	bin/schroot-releaselock/schroot-releaselock.cc
    	doc/schroot.dox.in
    	sbuild/Makefile.am
    	sbuild/sbuild-config.h.in

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

Summary of changes:
 CMakeLists.txt                                     |   8 --
 NEWS                                               |  10 ++
 README                                             |   2 -
 bin/CMakeLists.txt                                 |   1 -
 bin/Makefile.am                                    |   1 -
 bin/schroot-releaselock/.gitignore                 |   1 -
 bin/schroot-releaselock/CMakeLists.txt             |  32 -----
 bin/schroot-releaselock/Makefile.am                |  38 ------
 .../schroot-releaselock-main.cc                    | 121 -----------------
 bin/schroot-releaselock/schroot-releaselock-main.h |  89 ------------
 .../schroot-releaselock-options.cc                 |  93 -------------
 .../schroot-releaselock-options.h                  |  74 ----------
 bin/schroot-releaselock/schroot-releaselock.cc     |  47 -------
 configure.ac                                       |  30 +----
 debian/changelog                                   |   1 +
 debian/control                                     |   1 -
 doc/sbuild.dox.cmake                               |   3 +-
 doc/sbuild.dox.in                                  |   3 +-
 doc/schroot.dox.in                                 |   1 -
 etc/setup.d/05lvm                                  |   9 --
 po/POTFILES.in                                     |   3 -
 sbuild/CMakeLists.txt                              |   1 -
 sbuild/Makefile.am                                 |   2 +-
 sbuild/sbuild-chroot-block-device.cc               |  27 ----
 sbuild/sbuild-chroot-lvm-snapshot.cc               |  27 ----
 sbuild/sbuild-config.h.cmake                       |   3 -
 sbuild/sbuild-config.h.in                          |   3 -
 sbuild/sbuild-lock.cc                              | 126 +----------------
 sbuild/sbuild-lock.h                               |  35 -----
 sbuild/sbuild.pc.in                                |   2 +-
 test/sbuild-lock.cc                                | 150 ---------------------
 31 files changed, 20 insertions(+), 924 deletions(-)
 delete mode 100644 bin/schroot-releaselock/.gitignore
 delete mode 100644 bin/schroot-releaselock/CMakeLists.txt
 delete mode 100644 bin/schroot-releaselock/Makefile.am
 delete mode 100644 bin/schroot-releaselock/schroot-releaselock-main.cc
 delete mode 100644 bin/schroot-releaselock/schroot-releaselock-main.h
 delete mode 100644 bin/schroot-releaselock/schroot-releaselock-options.cc
 delete mode 100644 bin/schroot-releaselock/schroot-releaselock-options.h
 delete mode 100644 bin/schroot-releaselock/schroot-releaselock.cc


hooks/post-receive
-- 
schroot



More information about the Buildd-tools-devel mailing list