[Pkg-libvirt-commits] [libguestfs] branch experimental updated (c140eab -> 8477c18)

Hilko Bengen bengen at moszumanska.debian.org
Wed Feb 26 08:45:14 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a change to branch experimental
in repository libguestfs.

      from  c140eab   1:1.25.36-1
       new  6b71b81   appliance: Use configurable separator character for LIBGUESTFS_PATH.
       new  5d2b0d1   fish: small refactor of config reading code
       new  8577ade   fish: change order of config files being read
       new  62cb3a6   launch: libvirt: Don't include hpet XML fragment on ARM.
       new  8b1f1c1   fish: use XDG paths for the config file
       new  bb35e72   builder: move the XDG path handling in an own file
       new  479665e   ppc64: Disable hpet fragment in libvirt XML.
       new  482fefa   ppc64: Don't add -no-hpet with the direct backend either.
       new  4c5a6af   builder: accept also '_' in group names
       new  7f77f4f   mllib: add an hook to cleanup directories on exit
       new  7794d9a   builder: Add ScientificLinux 6.5.
       new  c79c62a   mllib: add a binding for mkdtemp
       new  dd03d38   builder: use a disposable GPG keyring for every Sigchecker
       new  35e53c0   builder: allow Sigchecker to import keys from file
       new  838a3c9   Version 1.25.37.
       new  0c85470   Imported Upstream version 1.25.37
       new  593a71a   Merge tag 'upstream/1.25.37'
       new  02bf897   Rebased patch-queue; added patch to remove cruft from appliance
       new  8477c18   1:1.25.37-1

The 19 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 BUGS                                               |   2 +-
 ChangeLog                                          | 133 +++
 builder/Makefile.am                                |   4 +
 builder/Makefile.in                                |   4 +
 builder/builder.ml                                 |   3 +-
 builder/cmdline.ml                                 |   9 +-
 builder/index-scan.c                               |  96 +-
 builder/index-scan.l                               |   2 +-
 builder/index-validate.c                           |   8 +
 builder/{setlocale.ml => paths.ml}                 |  17 +-
 builder/sigchecker.ml                              | 105 ++-
 builder/sigchecker.mli                             |   6 +-
 builder/website/index                              |  12 +-
 builder/website/index.asc                          |  38 +-
 builder/website/scientificlinux-6.xz.sig           |  28 +-
 builder/website/scientificlinux.sh                 |   3 +-
 config.h.in                                        |   3 +
 configure                                          |  36 +-
 configure.ac                                       |   6 +-
 debian/changelog                                   |   7 +
 ...0001-Fix-for-systemd-based-Debian-systems.patch |   4 +-
 .../0002-Fix-guestfs-supermin-appliance-path.patch |   6 +-
 .../0003-remove-last-trace-of-ntfsprogs.patch      |   6 +-
 ...-failed-attempt-at-building-out-of-tree-s.patch |   4 +-
 .../0005-Disable-gnulib-tests-by-default.patch     |  10 +-
 .../0006-golang-Fix-for-out-of-tree-builds.patch   |   4 +-
 ...p-Lintian-overrides-initramfs-related-stu.patch |  22 +
 debian/patches/series                              |   1 +
 fish/config.c                                      | 147 ++--
 fish/guestfish.pod                                 |   9 +-
 fish/libguestfs-tools.conf.pod                     |  52 +-
 fuse/guestmount.pod                                |   4 +
 gobject/docs/guestfs-docs.sgml                     |   4 +-
 gobject/docs/html/index.html                       |   2 +-
 m4/libtool.m4                                      |   4 +-
 mllib/Makefile.am                                  |   5 +
 mllib/Makefile.in                                  |   5 +
 mllib/common_utils.ml                              |  23 +
 mllib/config.ml                                    |   2 +-
 sparsify/statvfs-c.c => mllib/mkdtemp-c.c          |  37 +-
 builder/pxzcat.ml => mllib/mkdtemp.ml              |   4 +-
 mllib/{perl_edit.mli => mkdtemp.mli}               |   5 +-
 po-docs/ja.po                                      | 960 ++++++++++----------
 po-docs/ja/guestfish.1                             |  16 +-
 po-docs/ja/guestfish.pod                           |   8 +-
 po-docs/ja/guestfs-erlang.3                        |   4 +-
 po-docs/ja/guestfs-examples.3                      |   4 +-
 po-docs/ja/guestfs-faq.1                           |   4 +-
 po-docs/ja/guestfs-golang.3                        |   4 +-
 po-docs/ja/guestfs-java.3                          |   4 +-
 po-docs/ja/guestfs-lua.3                           |   4 +-
 po-docs/ja/guestfs-ocaml.3                         |   4 +-
 po-docs/ja/guestfs-performance.1                   |   4 +-
 po-docs/ja/guestfs-perl.3                          |   4 +-
 po-docs/ja/guestfs-python.3                        |   4 +-
 po-docs/ja/guestfs-recipes.1                       |   4 +-
 po-docs/ja/guestfs-release-notes.1                 |   4 +-
 po-docs/ja/guestfs-ruby.3                          |   4 +-
 po-docs/ja/guestfs-testing.1                       |   4 +-
 po-docs/ja/guestfs.3                               |   4 +-
 po-docs/ja/guestfsd.8                              |   4 +-
 po-docs/ja/guestmount.1                            |  12 +-
 po-docs/ja/guestmount.pod                          |   4 +
 po-docs/ja/guestunmount.1                          |   4 +-
 po-docs/ja/libguestfs-make-fixed-appliance.1       |   4 +-
 po-docs/ja/libguestfs-test-tool.1                  |   4 +-
 po-docs/ja/libguestfs-tools.conf.5                 |  41 +-
 po-docs/ja/libguestfs-tools.conf.pod               |  50 +-
 po-docs/ja/virt-alignment-scan.1                   |   4 +-
 po-docs/ja/virt-builder.1                          |   4 +-
 po-docs/ja/virt-cat.1                              |   4 +-
 po-docs/ja/virt-copy-in.1                          |   4 +-
 po-docs/ja/virt-copy-out.1                         |   4 +-
 po-docs/ja/virt-df.1                               |   4 +-
 po-docs/ja/virt-edit.1                             |   4 +-
 po-docs/ja/virt-filesystems.1                      |   4 +-
 po-docs/ja/virt-format.1                           |   4 +-
 po-docs/ja/virt-index-validate.1                   |   4 +-
 po-docs/ja/virt-inspector.1                        |   4 +-
 po-docs/ja/virt-list-filesystems.1                 |   4 +-
 po-docs/ja/virt-list-partitions.1                  |   4 +-
 po-docs/ja/virt-ls.1                               |   4 +-
 po-docs/ja/virt-make-fs.1                          |   4 +-
 po-docs/ja/virt-rescue.1                           |  12 +-
 po-docs/ja/virt-rescue.pod                         |   4 +
 po-docs/ja/virt-resize.1                           |   4 +-
 po-docs/ja/virt-sparsify.1                         |   4 +-
 po-docs/ja/virt-sysprep.1                          |   4 +-
 po-docs/ja/virt-tar-in.1                           |   4 +-
 po-docs/ja/virt-tar-out.1                          |   4 +-
 po-docs/ja/virt-tar.1                              |   4 +-
 po-docs/ja/virt-win-reg.1                          |   4 +-
 po-docs/libguestfs-docs.pot                        | 914 ++++++++++---------
 po-docs/uk.po                                      | 978 +++++++++++----------
 po-docs/uk/guestfish.1                             |  16 +-
 po-docs/uk/guestfish.pod                           |   8 +-
 po-docs/uk/guestfs-erlang.3                        |   4 +-
 po-docs/uk/guestfs-examples.3                      |   4 +-
 po-docs/uk/guestfs-faq.1                           |   4 +-
 po-docs/uk/guestfs-golang.3                        |   4 +-
 po-docs/uk/guestfs-java.3                          |   4 +-
 po-docs/uk/guestfs-lua.3                           |   4 +-
 po-docs/uk/guestfs-ocaml.3                         |   4 +-
 po-docs/uk/guestfs-performance.1                   |   4 +-
 po-docs/uk/guestfs-perl.3                          |   4 +-
 po-docs/uk/guestfs-python.3                        |   4 +-
 po-docs/uk/guestfs-recipes.1                       |   4 +-
 po-docs/uk/guestfs-release-notes.1                 |   4 +-
 po-docs/uk/guestfs-ruby.3                          |   4 +-
 po-docs/uk/guestfs-testing.1                       |   4 +-
 po-docs/uk/guestfs.3                               |   4 +-
 po-docs/uk/guestfsd.8                              |   4 +-
 po-docs/uk/guestmount.1                            |  12 +-
 po-docs/uk/guestmount.pod                          |   4 +
 po-docs/uk/guestunmount.1                          |   4 +-
 po-docs/uk/libguestfs-make-fixed-appliance.1       |   4 +-
 po-docs/uk/libguestfs-test-tool.1                  |   4 +-
 po-docs/uk/libguestfs-tools.conf.5                 |  41 +-
 po-docs/uk/libguestfs-tools.conf.pod               |  50 +-
 po-docs/uk/virt-alignment-scan.1                   |   4 +-
 po-docs/uk/virt-builder.1                          |   4 +-
 po-docs/uk/virt-cat.1                              |   4 +-
 po-docs/uk/virt-copy-in.1                          |   4 +-
 po-docs/uk/virt-copy-out.1                         |   4 +-
 po-docs/uk/virt-df.1                               |   4 +-
 po-docs/uk/virt-edit.1                             |   4 +-
 po-docs/uk/virt-filesystems.1                      |   4 +-
 po-docs/uk/virt-format.1                           |   4 +-
 po-docs/uk/virt-index-validate.1                   |   4 +-
 po-docs/uk/virt-inspector.1                        |   4 +-
 po-docs/uk/virt-list-filesystems.1                 |   4 +-
 po-docs/uk/virt-list-partitions.1                  |   4 +-
 po-docs/uk/virt-ls.1                               |   4 +-
 po-docs/uk/virt-make-fs.1                          |   4 +-
 po-docs/uk/virt-rescue.1                           |  12 +-
 po-docs/uk/virt-rescue.pod                         |   4 +
 po-docs/uk/virt-resize.1                           |   4 +-
 po-docs/uk/virt-sparsify.1                         |   4 +-
 po-docs/uk/virt-sysprep.1                          |   4 +-
 po-docs/uk/virt-tar-in.1                           |   4 +-
 po-docs/uk/virt-tar-out.1                          |   4 +-
 po-docs/uk/virt-tar.1                              |   4 +-
 po-docs/uk/virt-win-reg.1                          |   4 +-
 po/POTFILES                                        |   1 +
 po/POTFILES-ml                                     |   2 +
 po/en_GB.gmo                                       | Bin 8160 -> 8160 bytes
 po/en_GB.po                                        | 325 +++----
 po/es.gmo                                          | Bin 67778 -> 67778 bytes
 po/es.po                                           | 325 +++----
 po/gu.gmo                                          | Bin 48801 -> 48801 bytes
 po/gu.po                                           | 325 +++----
 po/hi.gmo                                          | Bin 39716 -> 39716 bytes
 po/hi.po                                           | 325 +++----
 po/kn.gmo                                          | Bin 48001 -> 48001 bytes
 po/kn.po                                           | 325 +++----
 po/libguestfs.pot                                  | 327 +++----
 po/ml.gmo                                          | Bin 51795 -> 51795 bytes
 po/ml.po                                           | 325 +++----
 po/mr.gmo                                          | Bin 85591 -> 85591 bytes
 po/mr.po                                           | 325 +++----
 po/nl.gmo                                          | Bin 122565 -> 122565 bytes
 po/nl.po                                           | 325 +++----
 po/or.gmo                                          | Bin 47615 -> 47615 bytes
 po/or.po                                           | 325 +++----
 po/pa.gmo                                          | Bin 74683 -> 74683 bytes
 po/pa.po                                           | 325 +++----
 po/pl.gmo                                          | Bin 88447 -> 88447 bytes
 po/pl.po                                           | 325 +++----
 po/ta.gmo                                          | Bin 42849 -> 42849 bytes
 po/ta.po                                           | 325 +++----
 po/te.gmo                                          | Bin 45450 -> 45450 bytes
 po/te.po                                           | 325 +++----
 po/uk.gmo                                          | Bin 209759 -> 209759 bytes
 po/uk.po                                           | 325 +++----
 rescue/virt-rescue.pod                             |   4 +
 src/appliance.c                                    |   4 +-
 src/launch-direct.c                                |   6 +-
 src/launch-libvirt.c                               |   7 +
 src/libguestfs.pc                                  |   2 +-
 tests/guests/guest-aux/fedora-name.db              | Bin 12288 -> 12288 bytes
 tests/guests/guest-aux/fedora-packages.db          | Bin 12288 -> 12288 bytes
 181 files changed, 5148 insertions(+), 4111 deletions(-)
 copy builder/{setlocale.ml => paths.ml} (76%)
 create mode 100644 debian/patches/0007-Debian-Strip-Lintian-overrides-initramfs-related-stu.patch
 copy sparsify/statvfs-c.c => mllib/mkdtemp-c.c (58%)
 copy builder/pxzcat.ml => mllib/mkdtemp.ml (87%)
 copy mllib/{perl_edit.mli => mkdtemp.mli} (85%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list