[Pkg-libvirt-commits] [libguestfs] branch experimental updated (67fd31b -> c6814c2)
Hilko Bengen
bengen at moszumanska.debian.org
Fri May 9 12:55:35 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 67fd31b Updated watch file
adds a78cd21 Version 1.27.0.
adds 723adad Imported Upstream version 1.27.0
new effcb99 builder: Link virt-index-validate with gnulib.
new a7a239f builder: Use libgnu.la instead of -lgnu.
new 4cea94a daemon: parted: part-get-name: Don't leak partition type string.
new 410aae4 make-fs: Check for error return from guestfs_statvfs.
new 15b06d6 make-fs: Close FILE* along error path.
new c865753 rescue: Don't leak various variables when using --suggest option with multi-boot guests.
new f6a3774 rescue: Add a regression test for virt-rescue --suggest option.
new eff7aed builder: Remove recursive include of index-parse.h.
new 30bdadf builder: Disable internal parallel xzcat on RHEL 6.
new ebda77b virt-builder: Add --machine-readable option, as in virt-resize and virt-sparsify.
new bc1a415 utils: Remove for-loop variable decl.
new 768ab2e utils: Move guestfs___validate_guid out of utils.c.
new fcbfc47 python: Add a Python setup.py script.
new 6af2306 python: Remove unnecessary library dependencies.
new 1893ead handle: Free g->backend_settings.
new d137ad5 New APIs: set-backend-setting, get-backend-setting, clear-backend-setting.
new 5d4e4e7 ocaml: Add ESRCH to Guestfs.Errno module.
new 7e39cd4 Remove internal libvirt_setlinux* APIs and use backend settings instead.
new 0d9a61a src: Fix test-utils.c to test the validate_guid function again.
new 957afde python: Add README.txt to EXTRA_DIST.
new 4916806 Version 1.27.1.
new cf31656 Add the now mandatory arch=ARCH field to the index file examples.
new 7c1d95c rescue: Fix the --suggest regression test so it works when using UML backend.
new c58bef5 Version 1.27.2.
new 10a89ea Imported Upstream version 1.27.2
new 07dff75 sparsify: Remove duplicate "EXIT STATUS" sections from man page.
new b03b3f6 sparsify: Reorder external programs in SEE ALSO section.
new 84f646a src/launch: improve the addition of the no-hpet option
new 8c46a64 customize: Add customize/*.ml files for translation.
new 3fa5096 customize: Add a "finishing" message at the end.
new 9cbb619 builder: better handle some index parsing errors
new 795a162 builder: Don't use configure to generate test-index file.
new 358c657 builder: Rearrange EXTRA_DIST in alphabetical order.
new d268cfd builder: Add test of virt-index-validate.
new b7ad029 appliance: exclude pkg-config, doc-base, and reportbug stuff
new 82b486a appliance: Avoid touching appliance/supermin.d directory.
new 55437e4 mllib: utils: Add mapi function.
new 7173883 recipes: Update the section on installing packages.
new df0d197 Version 1.27.3.
new 582f60a Imported Upstream version 1.27.3
new f63d827 customize: add the chmod command
new 466885b configure: Add message about GNUlib tests.
new 595bd50 sparsify: Relax test constraint (RHBZ#1079210).
new ffffe71 build: Remove code coverage and code profiling options.
new 0c35c3a sysprep: remove systemd journals
new fc9a422 sysprep: remove more anaconda configs/logs
new b08955e sysprep: remove the lightdm logs
new ccf84d7 sysprep: remove debian-installer files
new d413c94 sysprep: remove debug, syslog and faillog logs
new f7d2738 sysprep: remove apt and aptitude logs
new 54d1f6e sysprep: remove the exim logs
new 65b8edd sysprep: remove ConsoleKit logs
new 97c57a8 sparsify: Use automake to build and link virt-sparsify binary.
new 47ec61e listfs: If LDM not available, don't inhibit partition detection (RHBZ#1079182).
new c78b932 builder: set an empty XDG_CONFIG_HOME in tests
new 8f3959e sparsify: Fix automake build.
new 8ae2a8a sysprep: remove also hidden files/dirs in temporary dirs
new 040694a Version 1.27.4.
new 93b892d Imported Upstream version 1.27.4
new 87d79c2 builder: add per-repository proxy configuration
new 3c260f2 configure: Fix tests of qemu on ARM.
new 1898d45 Version 1.27.5.
new 4c7212d Imported Upstream version 1.27.5
new 27355c9 disk-create: Fix this API so it works correctly with block devices (RHBZ#1088262).
new 9515345 builder: Suggest using virt-install --os-variant option in virt-builder man page.
new e1a82bb builder: If using -v (verbose), ensure #disk_create runs verbose too.
new 909c10d sparsify: If using -v (verbose), ensure #disk_create runs verbose too.
new 0316d24 daemon: parted: part-get-name: switch from sgdisk to parted (RHBZ#1088424).
new fbae7f3 ruby: tests: isolate boilerplate in common file
new 2f5e906 ruby: tests: convert from Test::Unit to MiniTest (RHBZ#1085029)
new b176bde FAQ: Describe better how to compile libguestfs from source using alternate qemu/supermin/kernel.
new 3f4903e Version 1.27.6.
new ad31884 Imported Upstream version 1.27.6
new e41ff6b Merge tag 'upstream/1.27.6'
new 9a92419 Updated symbols file
new 1cf2c95 Split off ZFS-specific dependencies from libguestfs (Closes: #648291)
new f7eb647 Added patch for building with qemu 2+
new c6814c2 1:1.27.6-1
The 78 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 | 17 +-
AUTHORS | 1 +
BUGS | 18 +-
ChangeLog | 689 ++
Makefile.am | 3 +-
Makefile.in | 6 +-
align/Makefile.am | 1 -
align/Makefile.in | 4 -
appliance/Makefile.am | 17 +-
appliance/Makefile.in | 20 +-
appliance/excludefiles.in | 3 +
bash/Makefile.in | 3 -
builder/Makefile.am | 20 +-
builder/Makefile.in | 33 +-
builder/builder.ml | 15 +-
builder/cmdline.ml | 17 +-
builder/downloader.ml | 44 +-
builder/downloader.mli | 15 +-
builder/index-parse.c | 64 +-
builder/index-parse.h | 11 +-
builder/index-parse.y | 2 +-
builder/index-scan.c | 33 +-
builder/index-scan.l | 5 +-
builder/index_parser.ml | 4 +-
builder/index_parser.mli | 2 +-
builder/list_entries.ml | 4 +-
builder/list_entries.mli | 2 +-
builder/pxzcat-c.c | 32 +-
builder/pxzcat.ml | 1 +
builder/pxzcat.mli | 3 +
builder/sources.ml | 12 +-
builder/sources.mli | 1 +
builder/{test-index.in => test-index} | 0
builder/test-virt-builder-list.sh | 1 +
builder/test-virt-builder-planner.sh | 1 +
builder/test-virt-builder.sh | 1 +
builder/test-virt-index-validate-bad-1 | 8 +
.../test-virt-index-validate-good-1 | 0
builder/test-virt-index-validate-good-2 | 2 +
.../test-virt-index-validate.sh | 9 +-
builder/virt-builder.pod | 69 +-
builder/website/Makefile.in | 3 -
cat/Makefile.am | 3 -
cat/Makefile.in | 6 -
config.h.in | 9 +
configure | 118 +-
configure.ac | 63 +-
csharp/Libguestfs.cs | 46 +-
csharp/Makefile.in | 3 -
customize/Makefile.am | 2 -
customize/Makefile.in | 5 -
customize/customize_cmdline.ml | 12 +
customize/customize_cmdline.mli | 2 +
customize/customize_main.ml | 1 +
customize/customize_run.ml | 8 +
customize/test-virt-customize.sh | 1 +
daemon/Makefile.in | 3 -
daemon/blkdiscard.c | 3 +
daemon/optgroups.h | 1 -
daemon/parted.c | 82 +-
daemon/stubs.c | 10 -
debian/changelog | 9 +
debian/control | 14 +
debian/libguestfs-zfs-fuse.install | 1 +
debian/libguestfs0.install | 8 +-
debian/libguestfs0.symbols | 5 +-
...ake-sure-grep-matches-qemu-2.x-version-st.patch | 21 +
debian/patches/series | 1 +
debian/rules | 12 +
df/Makefile.am | 1 -
df/Makefile.in | 4 -
diff/Makefile.am | 1 -
diff/Makefile.in | 4 -
edit/Makefile.am | 1 -
edit/Makefile.in | 4 -
erlang/Makefile.am | 3 +-
erlang/Makefile.in | 6 +-
erlang/erl-guestfs.c | 48 +
erlang/examples/Makefile.in | 3 -
erlang/guestfs.erl | 12 +
examples/Makefile.am | 24 +-
examples/Makefile.in | 27 +-
examples/guestfs-faq.pod | 56 +-
examples/guestfs-recipes.pod | 32 +-
fish/Makefile.am | 1 -
fish/Makefile.in | 4 -
fish/cmds-gperf.c | 1925 +--
fish/cmds-gperf.gperf | 9 +
fish/cmds.c | 112 +-
fish/completion.c | 3 +
fish/guestfish-actions.pod | 50 +
format/Makefile.am | 1 -
format/Makefile.in | 4 -
fuse/Makefile.am | 7 +-
fuse/Makefile.in | 10 +-
generator/Makefile.in | 3 -
generator/actions.ml | 148 +-
generator/customize.ml | 10 +
generator/ocaml.ml | 3 +
gnulib/lib/Makefile.in | 3 -
gnulib/tests/Makefile.in | 3 -
gobject/Makefile.in | 3 -
gobject/docs/Makefile.in | 3 -
gobject/docs/guestfs-docs.sgml | 4 +-
gobject/docs/guestfs-sections.txt | 3 +
gobject/docs/html/GuestfsSession.html | 174 +-
gobject/docs/html/api-index-full.html | 12 +
gobject/docs/html/guestfs.devhelp2 | 3 +
gobject/docs/html/index.html | 2 +-
gobject/docs/html/index.sgml | 3 +
gobject/docs/tmpl/session.sgml | 34 +
gobject/include/guestfs-gobject/session.h | 3 +
gobject/src/session.c | 127 +-
golang/Makefile.in | 3 -
golang/examples/Makefile.in | 3 -
golang/src/libguestfs.org/guestfs/guestfs.go | 57 +-
haskell/Guestfs.hs | 39 +
haskell/Makefile.in | 3 -
inspector/Makefile.am | 1 -
inspector/Makefile.in | 4 -
java/Makefile.in | 3 -
java/com/redhat/et/libguestfs/GuestFS.java | 95 +-
java/com_redhat_et_libguestfs_GuestFS.c | 65 +
java/com_redhat_et_libguestfs_GuestFS.h | 24 +
java/examples/Makefile.in | 3 -
lua/Makefile.in | 3 -
lua/examples/Makefile.in | 3 -
lua/lua-guestfs.c | 71 +
make-fs/Makefile.am | 1 -
make-fs/Makefile.in | 4 -
make-fs/make-fs.c | 28 +-
mllib/Makefile.am | 2 -
mllib/Makefile.in | 5 -
mllib/common_utils.ml | 8 +
ocaml/Makefile.in | 3 -
ocaml/examples/Makefile.in | 3 -
ocaml/guestfs-c-actions.c | 90 +
ocaml/guestfs-c.c | 8 +
ocaml/guestfs.ml | 8 +
ocaml/guestfs.mli | 15 +-
perl/Guestfs.xs | 41 +
perl/Makefile.in | 3 -
perl/examples/Makefile.in | 3 -
perl/lib/Sys/Guestfs.pm | 71 +-
php/Makefile.in | 3 -
php/extension/guestfs_php.c | 111 +
php/extension/php_guestfs_php.h | 3 +
po-docs/Makefile.in | 3 -
po-docs/ja.po | 11966 +++++++++---------
po-docs/ja/Makefile.in | 3 -
po-docs/ja/customize-options.pod | 7 +
po-docs/ja/guestfish-actions.pod | 45 +
po-docs/ja/guestfish.1 | 52 +-
po-docs/ja/guestfs-actions.pod | 58 +
po-docs/ja/guestfs-availability.pod | 2 +-
po-docs/ja/guestfs-erlang.3 | 4 +-
po-docs/ja/guestfs-examples.3 | 4 +-
po-docs/ja/guestfs-faq.1 | 57 +-
po-docs/ja/guestfs-faq.pod | 55 +-
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 | 39 +-
po-docs/ja/guestfs-recipes.pod | 30 +-
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 | 67 +-
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/sysprep-extra-options.pod | 7 +
po-docs/ja/sysprep-operations.pod | 12 +
po-docs/ja/virt-alignment-scan.1 | 4 +-
po-docs/ja/virt-builder.1 | 78 +-
po-docs/ja/virt-builder.pod | 67 +-
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 | 9 +-
po-docs/ja/virt-sparsify.pod | 6 +-
po-docs/ja/virt-sysprep.1 | 23 +-
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 | 10254 ++++++++--------
po-docs/uk.po | 11996 ++++++++++---------
po-docs/uk/Makefile.in | 3 -
po-docs/uk/customize-options.pod | 7 +
po-docs/uk/guestfish-actions.pod | 45 +
po-docs/uk/guestfish.1 | 52 +-
po-docs/uk/guestfs-actions.pod | 59 +
po-docs/uk/guestfs-availability.pod | 2 +-
po-docs/uk/guestfs-erlang.3 | 4 +-
po-docs/uk/guestfs-examples.3 | 4 +-
po-docs/uk/guestfs-faq.1 | 57 +-
po-docs/uk/guestfs-faq.pod | 55 +-
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 | 40 +-
po-docs/uk/guestfs-recipes.pod | 31 +-
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 | 68 +-
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/sysprep-extra-options.pod | 7 +
po-docs/uk/sysprep-operations.pod | 12 +
po-docs/uk/virt-alignment-scan.1 | 4 +-
po-docs/uk/virt-builder.1 | 79 +-
po-docs/uk/virt-builder.pod | 68 +-
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 | 10 +-
po-docs/uk/virt-sparsify.pod | 7 +-
po-docs/uk/virt-sysprep.1 | 23 +-
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/Makefile.in | 3 -
po/POTFILES | 1 +
po/POTFILES-ml | 11 +
po/en_GB.gmo | Bin 8160 -> 8160 bytes
po/en_GB.po | 2461 ++--
po/es.gmo | Bin 67801 -> 67801 bytes
po/es.po | 2461 ++--
po/gu.gmo | Bin 48824 -> 48824 bytes
po/gu.po | 2461 ++--
po/hi.gmo | Bin 39735 -> 39735 bytes
po/hi.po | 2461 ++--
po/kn.gmo | Bin 48001 -> 48001 bytes
po/kn.po | 2461 ++--
po/libguestfs.pot | 2463 ++--
po/ml.gmo | Bin 51826 -> 51826 bytes
po/ml.po | 2461 ++--
po/mr.gmo | Bin 85591 -> 85591 bytes
po/mr.po | 2461 ++--
po/nl.gmo | Bin 120221 -> 120221 bytes
po/nl.po | 2461 ++--
po/or.gmo | Bin 47615 -> 47615 bytes
po/or.po | 2461 ++--
po/pa.gmo | Bin 74712 -> 74712 bytes
po/pa.po | 2461 ++--
po/pl.gmo | Bin 88401 -> 88401 bytes
po/pl.po | 2461 ++--
po/ta.gmo | Bin 42869 -> 42869 bytes
po/ta.po | 2461 ++--
po/te.gmo | Bin 45450 -> 45450 bytes
po/te.po | 2461 ++--
po/uk.gmo | Bin 280761 -> 280512 bytes
po/uk.po | 2469 ++--
python/{run-bindtests => MANIFEST.in} | 10 +-
python/Makefile.am | 66 +-
python/Makefile.in | 109 +-
python/README.txt | 4 +
python/examples/Makefile.in | 3 -
python/guestfs-py.c | 91 +
python/guestfs.py | 57 +
python/setup.py.in | 62 +
rescue/Makefile.am | 11 +-
rescue/Makefile.in | 14 +-
rescue/rescue.c | 10 +-
.../test-virt-rescue-suggest.sh | 41 +-
resize/Makefile.am | 2 -
resize/Makefile.in | 5 -
ruby/Makefile.am | 3 +-
ruby/Makefile.in | 6 +-
ruby/examples/Makefile.in | 3 -
ruby/ext/guestfs/_guestfs.c | 140 +-
ruby/t/tc_010_load.rb | 7 +-
ruby/t/tc_020_create.rb | 9 +-
ruby/t/tc_030_create_flags.rb | 11 +-
ruby/t/tc_040_create_multiple.rb | 15 +-
ruby/t/tc_050_handle_properties.rb | 11 +-
ruby/t/tc_060_explicit_close.rb | 11 +-
ruby/t/tc_070_optargs.rb | 9 +-
ruby/t/tc_100_launch.rb | 7 +-
ruby/t/tc_410_close_event.rb | 7 +-
ruby/t/tc_420_log_messages.rb | 7 +-
ruby/t/tc_800_rhbz507346.rb | 11 +-
ruby/t/tc_810_rhbz664558c6.rb | 9 +-
ruby/t/tc_820_rhbz1046509.rb | 9 +-
ruby/t/{tc_010_load.rb => test_helper.rb} | 19 +-
sparsify/Makefile.am | 103 +-
sparsify/Makefile.in | 377 +-
sparsify/copying.ml | 10 +-
.../test-xmllint.sh.in => sparsify/link.sh.in | 14 +-
sparsify/test-virt-sparsify-in-place.sh | 6 +-
sparsify/virt-sparsify.pod | 7 +-
src/Makefile.am | 9 +-
src/Makefile.in | 35 +-
src/actions-0.c | 36 -
src/actions-1.c | 101 +
src/actions-3.c | 220 +-
src/actions-4.c | 49 -
src/create.c | 46 +-
src/guestfs-actions.pod | 64 +
src/guestfs-availability.pod | 1 -
src/guestfs-internal-actions.h | 9 +-
src/guestfs-internal.h | 15 +-
src/guestfs.h | 18 +-
src/{canonical-name.c => guid.c} | 57 +-
src/handle.c | 104 +
src/launch-direct.c | 16 +-
src/launch-libvirt.c | 44 +-
src/launch.c | 72 -
src/libguestfs.syms | 5 +-
src/libvirt-domain.c | 7 +-
src/listfs.c | 9 +-
src/test-utils.c | 4 +
src/utils.c | 49 +-
sysprep/Makefile.am | 2 -
sysprep/Makefile.in | 5 -
sysprep/sysprep_operation_logfiles.ml | 24 +
sysprep/sysprep_operation_tmp_files.ml | 13 +-
test-tool/Makefile.am | 3 +-
test-tool/Makefile.in | 6 +-
tests/9p/Makefile.in | 3 -
tests/bigdirs/Makefile.in | 3 -
tests/btrfs/Makefile.in | 3 -
tests/c-api/Makefile.am | 48 +-
tests/c-api/Makefile.in | 101 +-
tests/c-api/test-backend-settings.c | 149 +
tests/c-api/tests.c | 49 +-
tests/charsets/Makefile.am | 3 +-
tests/charsets/Makefile.in | 6 +-
tests/create/Makefile.in | 3 -
tests/data/Makefile.in | 3 -
tests/discard/Makefile.in | 3 -
tests/disk-labels/Makefile.in | 3 -
tests/disks/Makefile.in | 3 -
tests/events/Makefile.am | 1 -
tests/events/Makefile.in | 4 -
tests/fuzz/Makefile.in | 3 -
tests/guests/Makefile.in | 3 -
tests/guests/guest-aux/fedora-name.db | Bin 12288 -> 12288 bytes
tests/guests/guest-aux/fedora-packages.db | Bin 12288 -> 12288 bytes
tests/hotplug/Makefile.in | 3 -
tests/http/Makefile.in | 3 -
tests/journal/Makefile.in | 3 -
tests/luks/Makefile.in | 3 -
tests/lvm/Makefile.in | 3 -
tests/md/Makefile.in | 3 -
tests/mount-local/Makefile.am | 1 -
tests/mount-local/Makefile.in | 4 -
tests/mountable/Makefile.am | 3 +-
tests/mountable/Makefile.in | 6 +-
tests/nbd/Makefile.in | 3 -
tests/network/Makefile.in | 3 -
tests/ntfsclone/Makefile.in | 3 -
tests/parallel/Makefile.am | 3 +-
tests/parallel/Makefile.in | 6 +-
tests/protocol/Makefile.in | 3 -
tests/qemu/Makefile.in | 3 -
tests/regressions/Makefile.am | 12 +-
tests/regressions/Makefile.in | 15 +-
tests/relative-paths/Makefile.in | 3 -
tests/rsync/Makefile.in | 3 -
tests/selinux/Makefile.in | 3 -
tests/syslinux/Makefile.in | 3 -
tests/tmpdirs/Makefile.in | 3 -
tests/xfs/Makefile.in | 3 -
tests/xml/Makefile.in | 3 -
tools/Makefile.in | 3 -
408 files changed, 46144 insertions(+), 34703 deletions(-)
rename builder/{test-index.in => test-index} (100%)
create mode 100644 builder/test-virt-index-validate-bad-1
copy gobject/docs/guestfs-overrides.txt => builder/test-virt-index-validate-good-1 (100%)
create mode 100644 builder/test-virt-index-validate-good-2
copy sysprep/script4.sh => builder/test-virt-index-validate.sh (77%)
create mode 100644 debian/libguestfs-zfs-fuse.install
create mode 100644 debian/patches/0003-configure-Make-sure-grep-matches-qemu-2.x-version-st.patch
copy python/{run-bindtests => MANIFEST.in} (83%)
mode change 100755 => 100644
create mode 100644 python/README.txt
create mode 100644 python/setup.py.in
copy tests/regressions/rhbz1054761.sh => rescue/test-virt-rescue-suggest.sh (53%)
copy ruby/t/{tc_010_load.rb => test_helper.rb} (82%)
copy inspector/test-xmllint.sh.in => sparsify/link.sh.in (69%)
mode change 100755 => 100644
copy src/{canonical-name.c => guid.c} (54%)
create mode 100644 tests/c-api/test-backend-settings.c
--
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