[Pkg-libvirt-commits] [libguestfs] branch experimental updated (8914f90 -> 7005019)

Hilko Bengen bengen at moszumanska.debian.org
Thu Mar 20 23:05:33 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  8914f90   1:1.25.43-1
       new  7c484a0   Ship libguestfs0 with supermin 5 appliance in /usr/lib/<multiarch> -- no more update-libguestfs-appliance
       new  602fa0d   1:1.25.43-2
       new  dcacc42   Fixed build-dependencies for non-x86 architectures
       new  b559f0b   1:1.25.43-3
       new  8ba31e6   builder: use Filename.check_suffix
       new  3cffc28   builder: move some language-related code into a Languages module
       new  6379c85   builder: output translated notes also in --notes
       new  72d1a63   builder: add languages.ml to POTFILES-ml
       new  71dfd73   appliance: Don't rebuild everything if just the daemon changes.
       new  013ed9f   appliance: Cosmetic rearrangement of supermin.d/* targets.
       new  7942cbf   drivers: group drive creation params in an own struct
       new  cc49524   builder: show the architecture in the short --list output
       new  b1cf624   builder: complete architecture handling
       new  46e30c1   daemon: fstrim: When debugging, capture and print fstrim -v output.
       new  5e105e0   daemon: fstrim: Fix fstrim so it trims the correct filesystem.
       new  2b4baf3   launch: libvirt: Move the is_kvm flag (derived from libvirt capabilities) to backend data struct.
       new  073f90e   sparsify: Remove unused variable definition.
       new  8df1388   sparsify: Capture any exceptions and display nicer error messages.
       new  d263a30   sparsify: Remove unused 'open' directive.
       new  63e8368   sparsify: Move command line parsing code to separate file.
       new  a665a57   sparsify: Refactor command line parsing to pass back a mode.
       new  2489692   sparsify: Move copying-mode code to a separate file.
       new  53afa03   builder: fix typo in comment
       new  499b9ee   New API parameter: Add discard parameter to guestfs_add_drive_opts.
       new  452b228   New API: blkdiscard - discard all blocks on a block device.
       new  b408419   New API: blkdiscardzeroes - do discarded blocks read back as zeroes?
       new  a9fc093   tests: Add tests of discard support.
       new  3106789   Pass cachemode parameter from add-domain to add-drive.
       new  93f1bfc   Pass discard parameter from add-domain to add-drive.
       new  fb3afdf   virt-format: Discard the data on the disks.
       new  b48e885   sysprep: Add disks with discard = "besteffort".
       new  e3a32f9   sparsify: Add virt-sparsify --in-place mode.
       new  b7cec3e   sparsify: Add a test of the virt-sparsify --in-place option.
       new  80d77e9   FAQ: Document virt-sparsify >= 1.26 can do in-place sparsification.
       new  8df1c47   FAQ: Remove section that only applied to obsolete Fedora & RHEL releases.
       new  a13109c   FAQ: Make issues which will be fixed in libguestfs >= 1.26 / supermin >= 5.
       new  04aaa6d   appliance: Fix 'make clean' in appliance subdirectory.
       new  5fbbfe7   php: add a custom PHP runner for tests
       new  e411cf8   php: remove the custom "env" loading in tests
       new  083203c   php: fix crash with OStringList optional arguments
       new  bd226af   Version 1.25.44.
       new  b96dfa6   gitignore: appliance: Don't ignore some files which are now obsolete and should be removed.
       new  8584c8c   gobject: Don't ignore old generated files.
       new  9b883d3   tests/discard: Ensure a significant number of blocks are freed up on the host.
       new  accf1b6   tests: fstrim: Remount the disk.
       new  38fbda9   tests: provide a simple way to extract the tests data from run
       new  56efdb2   tests: skip the output of test-virt-rescue.pl from RUN_OUTPUT_FILE
       new  55730f6   Revert "tests: fstrim: Remount the disk."
       new  d46ceea   tests: fstrim: Sync before running fstrim.
       new  bae2134   tests/discard: sync before close isn't necessary.
       new  93335b5   appliance: init: Remove unnecessary comment, whitespace changes.
       new  7fe365e   tests/regressions/rhbz895904.sh: Rewrite without multi-line expression.
       new  455ccc1   Add tests/run-xml-to-junit.* to EXTRA_DIST.
       new  996c0a2   Version 1.25.45.
       new  4921710   Imported Upstream version 1.25.45
       new  93a1c1c   Merge tag 'upstream/1.25.45'
       new  58dc76d   Fixed up build-dependencies so we can at least have a stab at building on !x86
       new  65f4846   Updated symbols file
       new  7005019   1:1.25.45-1

The 59 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:
 .gitignore                                         |     8 +-
 BUGS                                               |    13 +-
 ChangeLog                                          |   444 +
 Makefile.am                                        |     3 +
 Makefile.in                                        |    51 +-
 appliance/Makefile.am                              |    67 +-
 appliance/Makefile.in                              |    68 +-
 appliance/init                                     |     3 +-
 builder/Makefile.am                                |    12 +-
 builder/Makefile.in                                |    12 +-
 builder/{setlocale.mli => architecture.ml}         |    33 +-
 builder/builder.ml                                 |    39 +-
 builder/cmdline.ml                                 |    25 +-
 builder/downloader.ml                              |     8 +-
 builder/downloader.mli                             |    12 +-
 builder/index_parser.ml                            |    22 +-
 builder/languages.ml                               |    57 +
 mllib/mkdtemp.ml => builder/languages.mli          |     4 +-
 builder/list_entries.ml                            |    38 +-
 builder/sources.ml                                 |     5 +-
 builder/test-virt-builder-list.sh                  |    14 +-
 builder/test-virt-builder.sh                       |     1 +
 mllib/mkdtemp-c.c => builder/uname-c.c             |    25 +-
 builder/{sources.mli => uname.ml}                  |    12 +-
 builder/{sources.mli => uname.mli}                 |    13 +-
 builder/virt-builder.pod                           |    19 +-
 configure                                          |    33 +-
 configure.ac                                       |     5 +-
 csharp/Libguestfs.cs                               |    29 +
 daemon/Makefile.am                                 |     1 +
 daemon/Makefile.in                                 |   108 +-
 daemon/actions.h                                   |     2 +
 daemon/blkdiscard.c                                |   125 +
 daemon/fstrim.c                                    |    25 +-
 daemon/guestfs_protocol.c                          |    30 +
 daemon/guestfs_protocol.h                          |    25 +-
 daemon/names.c                                     |     2 +
 daemon/optgroups.c                                 |     2 +
 daemon/optgroups.h                                 |    10 +
 daemon/stubs.c                                     |    92 +
 debian/changelog                                   |    23 +
 debian/control                                     |    63 +
 debian/libguestfs-tools.README                     |     9 -
 debian/libguestfs-tools.config                     |     8 -
 debian/libguestfs-tools.dirs                       |     1 -
 debian/libguestfs-tools.install                    |     3 -
 debian/libguestfs-tools.manpages                   |     1 -
 debian/libguestfs-tools.postinst                   |     6 +-
 debian/libguestfs-tools.postrm                     |    24 -
 debian/libguestfs-tools.templates                  |    22 -
 debian/libguestfs0.install                         |     1 +
 debian/libguestfs0.lintian-overrides               |     5 +
 debian/libguestfs0.symbols                         |     2 +
 .../0001-Fix-guestfs-supermin-appliance-path.patch |    38 -
 ...failed-attempt-at-building-out-of-tree-s.patch} |     0
 ...> 0002-golang-Fix-for-out-of-tree-builds.patch} |     0
 debian/patches/series                              |     5 +-
 debian/rules                                       |    45 +-
 debian/update-guestfs-appliance                    |    13 -
 debian/update-guestfs-appliance.8                  |    37 -
 erlang/erl-guestfs.c                               |    51 +
 erlang/guestfs.erl                                 |     8 +
 examples/guestfs-faq.pod                           |   125 +-
 fish/cmds-gperf.c                                  |  1906 +--
 fish/cmds-gperf.gperf                              |     4 +
 fish/cmds.c                                        |    94 +-
 fish/completion.c                                  |     2 +
 fish/guestfish-actions.pod                         |    58 +-
 fish/options.c                                     |     5 +
 fish/options.h                                     |     1 +
 format/format.c                                    |    13 +
 generator/actions.ml                               |    66 +-
 generator/php.ml                                   |     2 +-
 gobject/docs/guestfs-docs.sgml                     |     4 +-
 gobject/docs/guestfs-sections.txt                  |     2 +
 gobject/docs/html/GuestfsAddDomain.html            |    20 +
 gobject/docs/html/GuestfsAddDrive.html             |    10 +
 gobject/docs/html/GuestfsSession.html              |   126 +
 gobject/docs/html/api-index-full.html              |    20 +
 gobject/docs/html/guestfs.devhelp2                 |     5 +
 gobject/docs/html/index.html                       |     2 +-
 gobject/docs/html/index.sgml                       |     5 +
 gobject/docs/tmpl/optargs-add_domain.sgml          |    10 +
 gobject/docs/tmpl/optargs-add_drive.sgml           |     5 +
 gobject/docs/tmpl/session.sgml                     |    22 +
 gobject/include/guestfs-gobject/session.h          |     2 +
 gobject/src/optargs-add_domain.c                   |    60 +-
 gobject/src/optargs-add_drive.c                    |    31 +-
 gobject/src/session.c                              |   122 +
 golang/src/libguestfs.org/guestfs/guestfs.go       |    58 +
 haskell/Guestfs.hs                                 |    26 +
 java/com/redhat/et/libguestfs/GuestFS.java         |   107 +-
 java/com_redhat_et_libguestfs_GuestFS.c            |    49 +-
 java/com_redhat_et_libguestfs_GuestFS.h            |    24 +-
 lua/lua-guestfs.c                                  |    57 +
 ocaml/guestfs-c-actions.c                          |   100 +-
 ocaml/guestfs.ml                                   |     8 +-
 ocaml/guestfs.mli                                  |    20 +-
 perl/Guestfs.xs                                    |    37 +
 perl/lib/Sys/Guestfs.pm                            |    77 +-
 php/extension/guestfs_php.c                        |   100 +-
 php/extension/guestfs_php_001.phpt                 |    14 -
 php/extension/guestfs_php_002.phpt                 |    14 -
 php/extension/guestfs_php_003.phpt                 |    14 -
 php/extension/php-for-tests.sh.in                  |     4 +
 php/extension/php_guestfs_php.h                    |     2 +
 php/run-php-tests.sh                               |     2 +-
 po-docs/ja.po                                      | 13458 +++++++++---------
 po-docs/ja/guestfish-actions.pod                   |    55 +-
 po-docs/ja/guestfish.1                             |    61 +-
 po-docs/ja/guestfs-actions.pod                     |    62 +
 po-docs/ja/guestfs-availability.pod                |     8 +
 po-docs/ja/guestfs-erlang.3                        |     4 +-
 po-docs/ja/guestfs-examples.3                      |     4 +-
 po-docs/ja/guestfs-faq.1                           |   117 +-
 po-docs/ja/guestfs-faq.pod                         |   119 +-
 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                               |    78 +-
 po-docs/ja/guestfsd.8                              |     4 +-
 po-docs/ja/guestmount.1                            |     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                 |     4 +-
 po-docs/ja/virt-alignment-scan.1                   |     4 +-
 po-docs/ja/virt-builder.1                          |    33 +-
 po-docs/ja/virt-builder.pod                        |    28 +-
 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                           |     4 +-
 po-docs/ja/virt-resize.1                           |     4 +-
 po-docs/ja/virt-sparsify.1                         |    63 +-
 po-docs/ja/virt-sparsify.pod                       |    59 +-
 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                        | 11638 ++++++++--------
 po-docs/uk.po                                      | 13464 ++++++++++---------
 po-docs/uk/guestfish-actions.pod                   |    55 +-
 po-docs/uk/guestfish.1                             |    61 +-
 po-docs/uk/guestfs-actions.pod                     |    62 +
 po-docs/uk/guestfs-availability.pod                |     8 +
 po-docs/uk/guestfs-erlang.3                        |     4 +-
 po-docs/uk/guestfs-examples.3                      |     4 +-
 po-docs/uk/guestfs-faq.1                           |   117 +-
 po-docs/uk/guestfs-faq.pod                         |   119 +-
 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                               |    78 +-
 po-docs/uk/guestfsd.8                              |     4 +-
 po-docs/uk/guestmount.1                            |     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                 |     4 +-
 po-docs/uk/virt-alignment-scan.1                   |     4 +-
 po-docs/uk/virt-builder.1                          |    33 +-
 po-docs/uk/virt-builder.pod                        |    28 +-
 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                           |     4 +-
 po-docs/uk/virt-resize.1                           |     4 +-
 po-docs/uk/virt-sparsify.1                         |    63 +-
 po-docs/uk/virt-sparsify.pod                       |    59 +-
 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                                        |     2 +
 po/POTFILES-ml                                     |     6 +
 po/en_GB.gmo                                       |   Bin 8160 -> 8160 bytes
 po/en_GB.po                                        |  2405 ++--
 po/es.gmo                                          |   Bin 67778 -> 67778 bytes
 po/es.po                                           |  2405 ++--
 po/gu.gmo                                          |   Bin 48801 -> 48801 bytes
 po/gu.po                                           |  2405 ++--
 po/hi.gmo                                          |   Bin 39716 -> 39716 bytes
 po/hi.po                                           |  2405 ++--
 po/kn.gmo                                          |   Bin 48001 -> 48001 bytes
 po/kn.po                                           |  2405 ++--
 po/libguestfs.pot                                  |  2407 ++--
 po/ml.gmo                                          |   Bin 51795 -> 51795 bytes
 po/ml.po                                           |  2405 ++--
 po/mr.gmo                                          |   Bin 85591 -> 85591 bytes
 po/mr.po                                           |  2405 ++--
 po/nl.gmo                                          |   Bin 122565 -> 122144 bytes
 po/nl.po                                           |  2428 ++--
 po/or.gmo                                          |   Bin 47615 -> 47615 bytes
 po/or.po                                           |  2405 ++--
 po/pa.gmo                                          |   Bin 74683 -> 74683 bytes
 po/pa.po                                           |  2405 ++--
 po/pl.gmo                                          |   Bin 88447 -> 88447 bytes
 po/pl.po                                           |  2405 ++--
 po/ta.gmo                                          |   Bin 42849 -> 42849 bytes
 po/ta.po                                           |  2405 ++--
 po/te.gmo                                          |   Bin 45450 -> 45450 bytes
 po/te.po                                           |  2405 ++--
 po/uk.gmo                                          |   Bin 209759 -> 209124 bytes
 po/uk.po                                           |  2426 ++--
 python/guestfs-py.c                                |   112 +-
 python/guestfs.py                                  |    59 +-
 ruby/ext/guestfs/_guestfs.c                        |   118 +
 run.in                                             |    12 +
 sparsify/Makefile.am                               |    13 +-
 sparsify/Makefile.in                               |    14 +-
 sparsify/cmdline.ml                                |   199 +
 sparsify/copying.ml                                |   276 +
 sparsify/in_place.ml                               |   143 +
 sparsify/sparsify.ml                               |   437 +-
 ...-sparsify.sh => test-virt-sparsify-in-place.sh} |    28 +-
 sparsify/virt-sparsify.pod                         |    63 +-
 src/MAX_PROC_NR                                    |     2 +-
 src/actions-0.c                                    |    20 +-
 src/actions-2.c                                    |   107 +-
 src/actions-3.c                                    |    94 +
 src/actions-variants.c                             |     9 +
 src/drives.c                                       |   454 +-
 src/guestfs-actions.pod                            |    65 +
 src/guestfs-availability.pod                       |    10 +
 src/guestfs-internal-frontend.h                    |     4 +
 src/guestfs-internal.h                             |     9 +
 src/guestfs.h                                      |    17 +
 src/guestfs_protocol.c                             |    30 +
 src/guestfs_protocol.h                             |    25 +-
 src/guestfs_protocol.x                             |    18 +-
 src/launch-direct.c                                |   117 +-
 src/launch-libvirt.c                               |   117 +-
 src/launch-uml.c                                   |     6 +
 src/libguestfs.syms                                |     2 +
 src/libvirt-domain.c                               |    32 +
 sysprep/main.ml                                    |    12 +-
 tests/c-api/tests.c                                |    46 +-
 tests/{disk-labels => discard}/Makefile.am         |     6 +-
 tests/{network => discard}/Makefile.in             |    12 +-
 tests/discard/test-blkdiscard.pl                   |   117 +
 tests/discard/test-discard.pl                      |   117 +
 tests/discard/test-fstrim.pl                       |   125 +
 tests/guests/guest-aux/fedora-name.db              |   Bin 12288 -> 12288 bytes
 tests/guests/guest-aux/fedora-packages.db          |   Bin 12288 -> 12288 bytes
 tests/regressions/rhbz895904.sh                    |    13 +-
 tests/run-xml-to-junit.sh                          |    24 +
 tests/run-xml-to-junit.xsl                         |    41 +
 286 files changed, 45621 insertions(+), 39176 deletions(-)
 copy builder/{setlocale.mli => architecture.ml} (57%)
 create mode 100644 builder/languages.ml
 copy mllib/mkdtemp.ml => builder/languages.mli (87%)
 copy mllib/mkdtemp-c.c => builder/uname-c.c (71%)
 copy builder/{sources.mli => uname.ml} (80%)
 copy builder/{sources.mli => uname.mli} (79%)
 create mode 100644 daemon/blkdiscard.c
 delete mode 100644 debian/libguestfs-tools.README
 delete mode 100755 debian/libguestfs-tools.config
 delete mode 100644 debian/libguestfs-tools.manpages
 delete mode 100755 debian/libguestfs-tools.postrm
 delete mode 100644 debian/libguestfs-tools.templates
 create mode 100644 debian/libguestfs0.lintian-overrides
 delete mode 100644 debian/patches/0001-Fix-guestfs-supermin-appliance-path.patch
 rename debian/patches/{0002-perl-revert-failed-attempt-at-building-out-of-tree-s.patch => 0001-perl-revert-failed-attempt-at-building-out-of-tree-s.patch} (100%)
 rename debian/patches/{0003-golang-Fix-for-out-of-tree-builds.patch => 0002-golang-Fix-for-out-of-tree-builds.patch} (100%)
 delete mode 100755 debian/update-guestfs-appliance
 delete mode 100644 debian/update-guestfs-appliance.8
 create mode 100755 php/extension/php-for-tests.sh.in
 create mode 100644 sparsify/cmdline.ml
 create mode 100644 sparsify/copying.ml
 create mode 100644 sparsify/in_place.ml
 copy sparsify/{test-virt-sparsify.sh => test-virt-sparsify-in-place.sh} (64%)
 copy tests/{disk-labels => discard}/Makefile.am (90%)
 copy tests/{network => discard}/Makefile.in (99%)
 create mode 100755 tests/discard/test-blkdiscard.pl
 create mode 100755 tests/discard/test-discard.pl
 create mode 100755 tests/discard/test-fstrim.pl
 create mode 100755 tests/run-xml-to-junit.sh
 create mode 100644 tests/run-xml-to-junit.xsl

-- 
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