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

Roger Leigh rleigh at alioth.debian.org
Sun May 5 00:01:00 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, master has been updated
       via  6ad0fe07b6e68e484810a67f747ee21eed69ddfe (commit)
       via  44cd88a4e2e2fe5cfb5eaa5a0b7afdcbbcc1dfe9 (commit)
       via  9f8ad585580b6340b032b5e05ab6425a67a434be (commit)
      from  1ef1e72b29fbb849d7219b83fd9ac5c396f0b386 (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 6ad0fe07b6e68e484810a67f747ee21eed69ddfe
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun May 5 01:00:52 2013 +0100

    po: Update

commit 44cd88a4e2e2fe5cfb5eaa5a0b7afdcbbcc1dfe9
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun May 5 01:00:40 2013 +0100

    po: Update POTFILES.in with new source files

commit 9f8ad585580b6340b032b5e05ab6425a67a434be
Author: Roger Leigh <rleigh at debian.org>
Date:   Sun May 5 00:52:20 2013 +0100

    all: Place const before typename for const references

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

Summary of changes:
 bin/dchroot-dsa/session.cc                   |   10 +-
 bin/dchroot-dsa/session.h                    |    8 +-
 bin/dchroot/session.cc                       |   10 +-
 bin/dchroot/session.h                        |    8 +-
 lib/bin-common/main.cc                       |   10 +-
 lib/bin-common/main.h                        |    6 +-
 lib/bin-common/option-action.cc              |    8 +-
 lib/bin-common/option-action.h               |   14 +-
 lib/bin-common/options.h                     |    2 +-
 lib/bin-common/run.h                         |    4 +-
 lib/dchroot-common/main.cc                   |    4 +-
 lib/dchroot-common/main.h                    |    4 +-
 lib/dchroot-common/session.cc                |    6 +-
 lib/dchroot-common/session.h                 |    6 +-
 lib/sbuild/auth/auth.cc                      |   18 +-
 lib/sbuild/auth/auth.h                       |   16 +-
 lib/sbuild/auth/deny.cc                      |    6 +-
 lib/sbuild/auth/deny.h                       |    4 +-
 lib/sbuild/auth/pam-message.cc               |    2 +-
 lib/sbuild/auth/pam-message.h                |    2 +-
 lib/sbuild/auth/pam.cc                       |   10 +-
 lib/sbuild/auth/pam.h                        |    4 +-
 lib/sbuild/chroot/chroot.cc                  |   38 +-
 lib/sbuild/chroot/chroot.h                   |   44 +-
 lib/sbuild/chroot/config.cc                  |   90 +-
 lib/sbuild/chroot/config.h                   |   62 +-
 lib/sbuild/chroot/facet/block-device-base.cc |    4 +-
 lib/sbuild/chroot/facet/block-device-base.h  |    4 +-
 lib/sbuild/chroot/facet/block-device.cc      |   10 +-
 lib/sbuild/chroot/facet/block-device.h       |    8 +-
 lib/sbuild/chroot/facet/btrfs-snapshot.cc    |   18 +-
 lib/sbuild/chroot/facet/btrfs-snapshot.h     |   18 +-
 lib/sbuild/chroot/facet/custom.cc            |    2 +-
 lib/sbuild/chroot/facet/custom.h             |    2 +-
 lib/sbuild/chroot/facet/directory-base.cc    |    4 +-
 lib/sbuild/chroot/facet/directory-base.h     |    4 +-
 lib/sbuild/chroot/facet/facet.cc             |    2 +-
 lib/sbuild/chroot/facet/facet.h              |   10 +-
 lib/sbuild/chroot/facet/file.cc              |    8 +-
 lib/sbuild/chroot/facet/file.h               |    8 +-
 lib/sbuild/chroot/facet/fsunion.cc           |   20 +-
 lib/sbuild/chroot/facet/fsunion.h            |   20 +-
 lib/sbuild/chroot/facet/loopback.cc          |   12 +-
 lib/sbuild/chroot/facet/loopback.h           |   12 +-
 lib/sbuild/chroot/facet/lvm-snapshot.cc      |   18 +-
 lib/sbuild/chroot/facet/lvm-snapshot.h       |   16 +-
 lib/sbuild/chroot/facet/mountable.cc         |    8 +-
 lib/sbuild/chroot/facet/mountable.h          |    8 +-
 lib/sbuild/chroot/facet/personality.cc       |    4 +-
 lib/sbuild/chroot/facet/personality.h        |    4 +-
 lib/sbuild/chroot/facet/session-clonable.cc  |    6 +-
 lib/sbuild/chroot/facet/session-clonable.h   |    6 +-
 lib/sbuild/chroot/facet/session-setup.h      |    8 +-
 lib/sbuild/chroot/facet/session.cc           |   10 +-
 lib/sbuild/chroot/facet/session.h            |    6 +-
 lib/sbuild/chroot/facet/source-clonable.cc   |   10 +-
 lib/sbuild/chroot/facet/source-clonable.h    |   10 +-
 lib/sbuild/chroot/facet/source-setup.h       |    2 +-
 lib/sbuild/chroot/facet/unshare.cc           |    2 +-
 lib/sbuild/chroot/facet/unshare.h            |    2 +-
 lib/sbuild/chroot/facet/userdata.cc          |   40 +-
 lib/sbuild/chroot/facet/userdata.h           |   34 +-
 lib/sbuild/custom-error.h                    |    8 +-
 lib/sbuild/environment.cc                    |   14 +-
 lib/sbuild/environment.h                     |   30 +-
 lib/sbuild/error.h                           |   22 +-
 lib/sbuild/error.tcc                         |    4 +-
 lib/sbuild/feature.cc                        |    4 +-
 lib/sbuild/feature.h                         |    4 +-
 lib/sbuild/format-detail.cc                  |   12 +-
 lib/sbuild/format-detail.h                   |   14 +-
 lib/sbuild/i18n.h                            |    2 +-
 lib/sbuild/keyfile-reader.cc                 |    4 +-
 lib/sbuild/keyfile-reader.h                  |    4 +-
 lib/sbuild/keyfile-writer.cc                 |   10 +-
 lib/sbuild/keyfile-writer.h                  |   14 +-
 lib/sbuild/keyfile.cc                        |  106 ++--
 lib/sbuild/keyfile.h                         |  252 +++---
 lib/sbuild/lock.cc                           |    4 +-
 lib/sbuild/lock.h                            |    2 +-
 lib/sbuild/log.cc                            |   18 +-
 lib/sbuild/log.h                             |    8 +-
 lib/sbuild/mntstream.cc                      |    6 +-
 lib/sbuild/mntstream.h                       |    6 +-
 lib/sbuild/parse-error.h                     |   36 +-
 lib/sbuild/parse-value.cc                    |    4 +-
 lib/sbuild/parse-value.h                     |    6 +-
 lib/sbuild/personality.cc                    |    6 +-
 lib/sbuild/personality.h                     |   10 +-
 lib/sbuild/regex.h                           |   10 +-
 lib/sbuild/run-parts.cc                      |   16 +-
 lib/sbuild/run-parts.h                       |   14 +-
 lib/sbuild/session.cc                        |   76 +-
 lib/sbuild/session.h                         |   26 +-
 lib/sbuild/types.h                           |    4 +-
 lib/sbuild/util.cc                           |   56 +-
 lib/sbuild/util.h                            |   74 +-
 lib/schroot-common/main.cc                   |    6 +-
 lib/schroot-common/main.h                    |    4 +-
 libexec/mount/main.cc                        |   12 +-
 libexec/mount/main.h                         |    8 +-
 po/POTFILES.in                               |   77 +-
 po/cs.po                                     | 1180 +++++++++++++------------
 po/da.po                                     | 1190 +++++++++++++------------
 po/de.po                                     | 1202 +++++++++++++-------------
 po/en.po                                     | 1161 ++++++++++++------------
 po/eu.po                                     | 1158 ++++++++++++------------
 po/fr.po                                     | 1193 +++++++++++++------------
 po/it.po                                     | 1228 +++++++++++++-------------
 po/pt.po                                     | 1174 +++++++++++++------------
 po/schroot.pot                               |  805 +++++++----------
 po/sv.po                                     | 1089 +++++++++++------------
 po/vi.po                                     | 1197 +++++++++++++------------
 po/zh_CN.po                                  | 1160 ++++++++++++------------
 test/sbuild/chroot/chroot.h                  |   24 +-
 test/sbuild/lock.cc                          |    6 +-
 test/sbuild/log.cc                           |    2 +-
 test/sbuild/parse-value.cc                   |    4 +-
 118 files changed, 7721 insertions(+), 7801 deletions(-)


hooks/post-receive
-- 
schroot



More information about the Buildd-tools-devel mailing list