[Pkg-libvirt-commits] [libguestfs] branch master updated (04f55b5 -> 4cb6115)
Hilko Bengen
bengen at moszumanska.debian.org
Sun Mar 9 11:21:39 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a change to branch master
in repository libguestfs.
from 04f55b5 1:1.24.6-2
new d97194f mllib: hostname: add a newline in /etc/hostname
new 4985edf java: Avoid warnings in the tests and examples.
new bea5e04 fish/uri: Initialize some variables to avoid a warning.
new 8aba57e gobject: Use spaces between function name and call parameters.
new b8f4593 gobject: Don't direct error messages to /dev/null.
new 75dd1dd gobject: Clean up some warnings about unused variables.
new a3badcd gobject: Remove some more warnings from session.c code.
new 09f7984 mllib/uri-c.c: Remove unused variable.
new 2fdcb56 configure: Move ocaml-gettext writing boilerplate to separate m4 module.
new f741cb2 Remove some unused header files.
new e9339c9 test: Use = instead of == for testing string equality in bash script.
new 2335152 podwrapper: Recognize git-style dates in ChangeLog
new 20e080d generator: Sort most output.
new f328c19 FAQ: Remove old RHEL 6.5 section.
new 14b590c FAQ: Create new section about problems opening disk images.
new ecb5539 FAQ: Add several common problems with opening disk images.
new a18299e FAQ: Remove obsolete entry about libguestfs <= 1.13 and slow writes.
new 8cc180a fish: small refactor of config reading code
new 5f940d6 fish: change order of config files being read
new 50aed8d builder: Add ScientificLinux 6.5.
new a0ae73d mllib: add a binding for mkdtemp
new f3c0105 sysprep: use Mkdtemp to create the temporary directory
new 44584f0 builder: Add arch=x86_64 entries.
new 4b8ed05 builder: Add arch= entry for Cirros.
new 9a39457 appliance: Initialize local variables because gcc cannot track that they are not used uninitialized.
new adbad60 appliance: init: Don't write to /proc/sys/kernel/hotplug when starting udev (RHBZ#1020806).
new 1479d9c tests/luks: disable if luks is not available
new f8c5a78 logo: Add fish logo with 5 years star.
new 3673951 logo: Make the 5 years text larger and more readable for website.
new e5d15b5 remove last trace of ntfsprogs
new 426cd5c run: add the builddir of inspector to $PATH
new 46bca2a build: Don't allow --disable-daemon and --enable-appliance together.
new 2e068ff appliance: Remove conditionals in appliance/Makefile.am.
new 5e3d721 Add new logo to EXTRA_DIST.
new c068d41 appliance: Ensure that supermin.d directory is installed properly.
new bc8c82f java: run: Add java/.libs to LD_LIBRARY_PATH so JVM finds the right JNI file.
new eb1b9ae java: Fix bogus construction of all RStructList returned values (RHBZ#1073906).
new 026c6b5 java: Split long lines in generated output, and add other whitespace.
new 26024d4 java: Factor out common field code in RStructList.
new 8124722 java: Use correct Set*Field JNI accessors to set fields of the appropriate type.
new 26be059 bindtests: Fill in all fields in dummy lvm_pv struct.
new d5d0556 java: Add regression test for RStruct/RStructList (RHBZ#1073906).
new 4f3a7d7 java: Document how to use optional parameters in the guestfs-java(3) man page.
new 852cb37 java: Document how to compile and run Java programs.
new 0793975 java: Complete test suite.
new d209225 Version 1.24.7.
new a76155a mllib: Fix mistake in cherry-pick new mkdtemp function.
new d57b0aa Version 1.24.8.
new 256cbb9 Imported Upstream version 1.24.8
new 0e5282c Merge tag 'upstream/1.24.8'
new 4a5a37e Rebased patch queue, dropping a few patches that have been integrated upstream
new 46c03d6 The package cannot be built using Supermin 5.
new a9ad70a Work around some changes when building the appliance
new 4cb6115 1:1.24.8-1
The 54 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:
AUTHORS | 1 +
BUGS | 42 +-
ChangeLog | 499 +
Makefile.am | 3 +
Makefile.in | 10 +-
aclocal.m4 | 1 +
align/Makefile.in | 1 +
appliance/Makefile.am | 18 +-
appliance/Makefile.in | 23 +-
appliance/init | 1 -
appliance/packagelist.in | 1 -
bash/Makefile.in | 1 +
builder/Makefile.in | 1 +
builder/website/Makefile.in | 1 +
builder/website/index | 23 +-
builder/website/index.asc | 49 +-
builder/website/scientificlinux-6.xz.sig | 28 +-
builder/website/scientificlinux.sh | 3 +-
cat/Makefile.in | 1 +
configure | 52 +-
configure.ac | 87 +-
csharp/Makefile.in | 1 +
daemon/Makefile.in | 1 +
debian/changelog | 10 +
debian/control | 1 +
.../0002-Fix-guestfs-supermin-appliance-path.patch | 10 +-
...failed-attempt-at-building-out-of-tree-s.patch} | 4 +-
.../0003-remove-last-trace-of-ntfsprogs.patch | 20 -
... => 0004-Disable-gnulib-tests-by-default.patch} | 6 +-
...> 0005-golang-Fix-for-out-of-tree-builds.patch} | 4 +-
...dule-init-tools-which-has-been-a-metapac.patch} | 0
...er-Recognize-git-style-dates-in-ChangeLog.patch | 32 -
debian/patches/series | 10 +-
debian/rules | 13 +-
df/Makefile.in | 1 +
edit/Makefile.in | 1 +
erlang/Makefile.in | 1 +
erlang/examples/Makefile.in | 1 +
examples/Makefile.in | 1 +
examples/guestfs-faq.pod | 259 +-
fish/Makefile.in | 1 +
fish/cmds.c | 24968 +++++------
fish/config.c | 89 +-
fish/rc.c | 2 -
fish/uri.c | 10 +-
format/Makefile.in | 1 +
fuse/Makefile.in | 1 +
generator/Makefile.in | 1 +
generator/bindtests.ml | 34 +-
generator/fish.ml | 6 +-
generator/gobject.ml | 254 +-
generator/haskell.ml | 4 +-
generator/java.ml | 62 +-
generator/main.ml | 2 +-
generator/perl.ml | 2 +-
generator/python.ml | 6 +-
generator/ruby.ml | 4 +-
gnulib/lib/Makefile.in | 1 +
gnulib/tests/Makefile.in | 1 +
gobject/Makefile.in | 667 +-
gobject/Makefile.inc | 144 +-
gobject/docs/Makefile.in | 1 +
gobject/docs/guestfs-docs.sgml | 4 +-
gobject/docs/guestfs-sections.txt | 976 +-
gobject/docs/html/GuestfsAddDomain.html | 8 +-
gobject/docs/html/GuestfsAddDrive.html | 8 +-
gobject/docs/html/GuestfsAddDriveScratch.html | 8 +-
.../docs/html/GuestfsBTRFSFilesystemResize.html | 8 +-
gobject/docs/html/GuestfsBtrfsFsck.html | 8 +-
gobject/docs/html/GuestfsCompressDeviceOut.html | 8 +-
gobject/docs/html/GuestfsCompressOut.html | 8 +-
gobject/docs/html/GuestfsCopyDeviceToDevice.html | 4 +-
gobject/docs/html/GuestfsCopyFileToFile.html | 4 +-
gobject/docs/html/GuestfsE2fsck.html | 8 +-
gobject/docs/html/GuestfsFstrim.html | 8 +-
gobject/docs/html/GuestfsGrep.html | 8 +-
gobject/docs/html/GuestfsHivexOpen.html | 8 +-
gobject/docs/html/GuestfsHivexValue.html | 4 +-
gobject/docs/html/GuestfsInspectGetIcon.html | 8 +-
gobject/docs/html/GuestfsInternalTest.html | 8 +-
.../docs/html/GuestfsInternalTest63Optargs.html | 8 +-
.../docs/html/GuestfsInternalTestOnlyOptargs.html | 8 +-
gobject/docs/html/GuestfsIsBlockdev.html | 8 +-
gobject/docs/html/GuestfsIsChardev.html | 8 +-
gobject/docs/html/GuestfsIsDir.html | 8 +-
gobject/docs/html/GuestfsIsFifo.html | 8 +-
gobject/docs/html/GuestfsIsFile.html | 8 +-
gobject/docs/html/GuestfsIsSocket.html | 8 +-
gobject/docs/html/GuestfsMDCreate.html | 8 +-
gobject/docs/html/GuestfsMke2fs.html | 8 +-
gobject/docs/html/GuestfsMkfs.html | 8 +-
gobject/docs/html/GuestfsMkfsBtrfs.html | 8 +-
gobject/docs/html/GuestfsMkswap.html | 8 +-
gobject/docs/html/GuestfsMktemp.html | 8 +-
gobject/docs/html/GuestfsMount9P.html | 8 +-
gobject/docs/html/GuestfsMountLocal.html | 8 +-
gobject/docs/html/GuestfsNTFSResizeOpts.html | 8 +-
gobject/docs/html/GuestfsNtfscloneOut.html | 8 +-
gobject/docs/html/GuestfsNtfsfix.html | 8 +-
gobject/docs/html/GuestfsRemount.html | 8 +-
gobject/docs/html/GuestfsRsync.html | 4 +-
gobject/docs/html/GuestfsRsyncOut.html | 4 +-
gobject/docs/html/GuestfsSession.html | 22622 +++++-----
gobject/docs/html/GuestfsSetE2attrs.html | 8 +-
gobject/docs/html/GuestfsSyslinux.html | 8 +-
gobject/docs/html/GuestfsTarIn.html | 4 +-
gobject/docs/html/GuestfsTarOut.html | 4 +-
gobject/docs/html/GuestfsTune2FS.html | 8 +-
gobject/docs/html/GuestfsUmount.html | 8 +-
gobject/docs/html/GuestfsUmountLocal.html | 8 +-
gobject/docs/html/GuestfsXfsAdmin.html | 8 +-
gobject/docs/html/GuestfsXfsGrowfs.html | 8 +-
gobject/docs/html/GuestfsXfsRepair.html | 8 +-
gobject/docs/html/ch01.html | 100 +-
gobject/docs/html/guestfs.devhelp2 | 1586 +-
gobject/docs/html/index.html | 102 +-
gobject/docs/html/index.sgml | 2152 +-
gobject/docs/html/object-tree.html | 4 +-
gobject/docs/tmpl/session.sgml | 2498 +-
gobject/include/guestfs-gobject.h | 70 +-
.../include/guestfs-gobject/optargs-add_domain.h | 16 +-
.../include/guestfs-gobject/optargs-add_drive.h | 16 +-
.../guestfs-gobject/optargs-add_drive_scratch.h | 16 +-
.../optargs-btrfs_filesystem_resize.h | 16 +-
.../include/guestfs-gobject/optargs-btrfs_fsck.h | 16 +-
.../guestfs-gobject/optargs-compress_device_out.h | 16 +-
.../include/guestfs-gobject/optargs-compress_out.h | 16 +-
.../optargs-copy_device_to_device.h | 16 +-
.../guestfs-gobject/optargs-copy_device_to_file.h | 16 +-
.../guestfs-gobject/optargs-copy_file_to_device.h | 16 +-
.../guestfs-gobject/optargs-copy_file_to_file.h | 16 +-
gobject/include/guestfs-gobject/optargs-e2fsck.h | 16 +-
gobject/include/guestfs-gobject/optargs-fstrim.h | 16 +-
gobject/include/guestfs-gobject/optargs-grep.h | 16 +-
.../include/guestfs-gobject/optargs-hivex_open.h | 16 +-
.../guestfs-gobject/optargs-inspect_get_icon.h | 16 +-
.../guestfs-gobject/optargs-internal_test.h | 16 +-
.../optargs-internal_test_63_optargs.h | 16 +-
.../optargs-internal_test_only_optargs.h | 16 +-
.../include/guestfs-gobject/optargs-is_blockdev.h | 16 +-
.../include/guestfs-gobject/optargs-is_chardev.h | 16 +-
gobject/include/guestfs-gobject/optargs-is_dir.h | 16 +-
gobject/include/guestfs-gobject/optargs-is_fifo.h | 16 +-
gobject/include/guestfs-gobject/optargs-is_file.h | 16 +-
.../include/guestfs-gobject/optargs-is_socket.h | 16 +-
.../include/guestfs-gobject/optargs-md_create.h | 16 +-
gobject/include/guestfs-gobject/optargs-mke2fs.h | 16 +-
gobject/include/guestfs-gobject/optargs-mkfs.h | 16 +-
.../include/guestfs-gobject/optargs-mkfs_btrfs.h | 16 +-
gobject/include/guestfs-gobject/optargs-mkswap.h | 16 +-
gobject/include/guestfs-gobject/optargs-mktemp.h | 16 +-
gobject/include/guestfs-gobject/optargs-mount_9p.h | 16 +-
.../include/guestfs-gobject/optargs-mount_local.h | 16 +-
.../guestfs-gobject/optargs-ntfsclone_out.h | 16 +-
gobject/include/guestfs-gobject/optargs-ntfsfix.h | 16 +-
.../include/guestfs-gobject/optargs-ntfsresize.h | 16 +-
gobject/include/guestfs-gobject/optargs-remount.h | 16 +-
gobject/include/guestfs-gobject/optargs-rsync.h | 16 +-
gobject/include/guestfs-gobject/optargs-rsync_in.h | 16 +-
.../include/guestfs-gobject/optargs-rsync_out.h | 16 +-
.../include/guestfs-gobject/optargs-set_e2attrs.h | 16 +-
gobject/include/guestfs-gobject/optargs-syslinux.h | 16 +-
gobject/include/guestfs-gobject/optargs-tar_in.h | 16 +-
gobject/include/guestfs-gobject/optargs-tar_out.h | 16 +-
gobject/include/guestfs-gobject/optargs-tune2fs.h | 16 +-
gobject/include/guestfs-gobject/optargs-umount.h | 16 +-
.../include/guestfs-gobject/optargs-umount_local.h | 16 +-
.../include/guestfs-gobject/optargs-xfs_admin.h | 16 +-
.../include/guestfs-gobject/optargs-xfs_growfs.h | 16 +-
.../include/guestfs-gobject/optargs-xfs_repair.h | 16 +-
gobject/include/guestfs-gobject/session.h | 1082 +-
.../include/guestfs-gobject/struct-application.h | 2 +-
.../include/guestfs-gobject/struct-application2.h | 2 +-
.../guestfs-gobject/struct-btrfssubvolume.h | 2 +-
gobject/include/guestfs-gobject/struct-dirent.h | 2 +-
.../include/guestfs-gobject/struct-hivex_node.h | 2 +-
.../include/guestfs-gobject/struct-hivex_value.h | 2 +-
.../include/guestfs-gobject/struct-inotify_event.h | 2 +-
gobject/include/guestfs-gobject/struct-int_bool.h | 2 +-
gobject/include/guestfs-gobject/struct-isoinfo.h | 2 +-
gobject/include/guestfs-gobject/struct-lvm_lv.h | 2 +-
gobject/include/guestfs-gobject/struct-lvm_pv.h | 2 +-
gobject/include/guestfs-gobject/struct-lvm_vg.h | 2 +-
gobject/include/guestfs-gobject/struct-mdstat.h | 2 +-
gobject/include/guestfs-gobject/struct-partition.h | 2 +-
gobject/include/guestfs-gobject/struct-stat.h | 2 +-
gobject/include/guestfs-gobject/struct-statvfs.h | 2 +-
gobject/include/guestfs-gobject/struct-utsname.h | 2 +-
gobject/include/guestfs-gobject/struct-version.h | 2 +-
gobject/include/guestfs-gobject/struct-xattr.h | 2 +-
gobject/include/guestfs-gobject/struct-xfsinfo.h | 2 +-
gobject/include/guestfs-gobject/tristate.h | 4 +-
gobject/run-live-tests | 2 +-
gobject/src/optargs-add_domain.c | 83 +-
gobject/src/optargs-add_drive.c | 121 +-
gobject/src/optargs-add_drive_scratch.c | 55 +-
gobject/src/optargs-btrfs_filesystem_resize.c | 42 +-
gobject/src/optargs-btrfs_fsck.c | 48 +-
gobject/src/optargs-compress_device_out.c | 42 +-
gobject/src/optargs-compress_out.c | 42 +-
gobject/src/optargs-copy_device_to_device.c | 60 +-
gobject/src/optargs-copy_device_to_file.c | 60 +-
gobject/src/optargs-copy_file_to_device.c | 60 +-
gobject/src/optargs-copy_file_to_file.c | 60 +-
gobject/src/optargs-e2fsck.c | 48 +-
gobject/src/optargs-fstrim.c | 54 +-
gobject/src/optargs-grep.c | 60 +-
gobject/src/optargs-hivex_open.c | 54 +-
gobject/src/optargs-inspect_get_icon.c | 48 +-
gobject/src/optargs-internal_test.c | 63 +-
gobject/src/optargs-internal_test_63_optargs.c | 414 +-
gobject/src/optargs-internal_test_only_optargs.c | 42 +-
gobject/src/optargs-is_blockdev.c | 42 +-
gobject/src/optargs-is_chardev.c | 42 +-
gobject/src/optargs-is_dir.c | 42 +-
gobject/src/optargs-is_fifo.c | 42 +-
gobject/src/optargs-is_file.c | 42 +-
gobject/src/optargs-is_socket.c | 42 +-
gobject/src/optargs-md_create.c | 69 +-
gobject/src/optargs-mke2fs.c | 291 +-
gobject/src/optargs-mkfs.c | 63 +-
gobject/src/optargs-mkfs_btrfs.c | 95 +-
gobject/src/optargs-mkswap.c | 55 +-
gobject/src/optargs-mktemp.c | 45 +-
gobject/src/optargs-mount_9p.c | 45 +-
gobject/src/optargs-mount_local.c | 63 +-
gobject/src/optargs-ntfsclone_out.c | 66 +-
gobject/src/optargs-ntfsfix.c | 42 +-
gobject/src/optargs-ntfsresize.c | 48 +-
gobject/src/optargs-remount.c | 42 +-
gobject/src/optargs-rsync.c | 48 +-
gobject/src/optargs-rsync_in.c | 48 +-
gobject/src/optargs-rsync_out.c | 48 +-
gobject/src/optargs-set_e2attrs.c | 42 +-
gobject/src/optargs-syslinux.c | 45 +-
gobject/src/optargs-tar_in.c | 45 +-
gobject/src/optargs-tar_out.c | 51 +-
gobject/src/optargs-tune2fs.c | 103 +-
gobject/src/optargs-umount.c | 48 +-
gobject/src/optargs-umount_local.c | 42 +-
gobject/src/optargs-xfs_admin.c | 85 +-
gobject/src/optargs-xfs_growfs.c | 84 +-
gobject/src/optargs-xfs_repair.c | 103 +-
gobject/src/session.c | 27518 ++++++------
gobject/src/struct-application.c | 10 +-
gobject/src/struct-application2.c | 10 +-
gobject/src/struct-btrfssubvolume.c | 10 +-
gobject/src/struct-dirent.c | 10 +-
gobject/src/struct-hivex_node.c | 10 +-
gobject/src/struct-hivex_value.c | 10 +-
gobject/src/struct-inotify_event.c | 10 +-
gobject/src/struct-int_bool.c | 10 +-
gobject/src/struct-isoinfo.c | 10 +-
gobject/src/struct-lvm_lv.c | 10 +-
gobject/src/struct-lvm_pv.c | 10 +-
gobject/src/struct-lvm_vg.c | 10 +-
gobject/src/struct-mdstat.c | 10 +-
gobject/src/struct-partition.c | 10 +-
gobject/src/struct-stat.c | 10 +-
gobject/src/struct-statvfs.c | 10 +-
gobject/src/struct-utsname.c | 10 +-
gobject/src/struct-version.c | 10 +-
gobject/src/struct-xattr.c | 10 +-
gobject/src/struct-xfsinfo.c | 10 +-
gobject/src/tristate.c | 4 +-
golang/Makefile.in | 1 +
golang/examples/Makefile.in | 1 +
haskell/Guestfs.hs | 6148 +--
haskell/Makefile.in | 1 +
inspector/Makefile.in | 1 +
java/Makefile.am | 8 +-
java/Makefile.in | 9 +-
java/com/redhat/et/libguestfs/GuestFS.java | 21668 +++++-----
java/com_redhat_et_libguestfs_GuestFS.c | 14027 +++---
java/com_redhat_et_libguestfs_GuestFS.h | 3954 +-
java/examples/CreateDisk.java | 3 +-
java/examples/InspectVM.java | 5 +-
java/examples/Makefile.in | 1 +
java/examples/guestfs-java.pod | 77 +
java/run-bindtests | 2 +-
java/run-java-tests | 2 +-
.../{GuestFS020Create.java => GuestFS010Load.java} | 12 +-
...FS020Create.java => GuestFS030CreateFlags.java} | 16 +-
...20Create.java => GuestFS040CreateMultiple.java} | 12 +-
...Create.java => GuestFS050HandleProperties.java} | 12 +-
java/t/GuestFS070OptArgs.java | 18 +-
...ssages.java => GuestFS430ProgressMessages.java} | 61 +-
java/t/GuestFS800RHBZ1073906.java | 75 +
logo/fish-5yrs.png | Bin 0 -> 64258 bytes
logo/{fish.svg => fish-5yrs.svg} | 287 +-
lua/Makefile.in | 1 +
lua/examples/Makefile.in | 1 +
m4/guestfs-ocaml-gettext.m4 | 95 +
m4/libtool.m4 | 4 +-
mllib/Makefile.am | 7 +-
mllib/Makefile.in | 8 +-
mllib/config.ml | 2 +-
mllib/hostname.ml | 2 +-
sparsify/statvfs-c.c => mllib/mkdtemp-c.c | 37 +-
mllib/{perl_edit.mli => mkdtemp.ml} | 4 +-
mllib/{perl_edit.mli => mkdtemp.mli} | 5 +-
mllib/uri-c.c | 1 -
ocaml/Makefile.in | 1 +
ocaml/examples/Makefile.in | 1 +
perl/Guestfs.xs | 12406 +++---
perl/Makefile.in | 1 +
perl/examples/Makefile.in | 1 +
php/Makefile.in | 1 +
po-docs/Makefile.in | 1 +
po-docs/ja.po | 1257 +-
po-docs/ja/Makefile.in | 1 +
po-docs/ja/guestfish.1 | 4 +-
po-docs/ja/guestfs-erlang.3 | 4 +-
po-docs/ja/guestfs-examples.3 | 4 +-
po-docs/ja/guestfs-faq.1 | 230 +-
po-docs/ja/guestfs-faq.pod | 260 +-
po-docs/ja/guestfs-golang.3 | 4 +-
po-docs/ja/guestfs-java.3 | 88 +-
po-docs/ja/guestfs-java.pod | 76 +
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 | 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 | 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-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 | 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 | 1180 +-
po-docs/uk.po | 1257 +-
po-docs/uk/Makefile.in | 1 +
po-docs/uk/guestfish.1 | 4 +-
po-docs/uk/guestfs-erlang.3 | 4 +-
po-docs/uk/guestfs-examples.3 | 4 +-
po-docs/uk/guestfs-faq.1 | 230 +-
po-docs/uk/guestfs-faq.pod | 260 +-
po-docs/uk/guestfs-golang.3 | 4 +-
po-docs/uk/guestfs-java.3 | 88 +-
po-docs/uk/guestfs-java.pod | 76 +
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 | 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 | 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-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 | 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/Makefile.in | 1 +
po/POTFILES | 1 +
po/POTFILES-ml | 1 +
po/en_GB.gmo | Bin 8160 -> 8160 bytes
po/en_GB.po | 772 +-
po/es.gmo | Bin 69074 -> 69074 bytes
po/es.po | 778 +-
po/gu.gmo | Bin 49018 -> 49018 bytes
po/gu.po | 778 +-
po/hi.gmo | Bin 39716 -> 39716 bytes
po/hi.po | 778 +-
po/kn.gmo | Bin 48001 -> 48001 bytes
po/kn.po | 778 +-
po/libguestfs.pot | 774 +-
po/ml.gmo | Bin 51795 -> 51795 bytes
po/ml.po | 778 +-
po/mr.gmo | Bin 87270 -> 87270 bytes
po/mr.po | 778 +-
po/nl.gmo | Bin 125095 -> 125095 bytes
po/nl.po | 778 +-
po/or.gmo | Bin 47615 -> 47615 bytes
po/or.po | 778 +-
po/pa.gmo | Bin 76472 -> 76472 bytes
po/pa.po | 778 +-
po/pl.gmo | Bin 90344 -> 90344 bytes
po/pl.po | 778 +-
po/ta.gmo | Bin 42849 -> 42849 bytes
po/ta.po | 772 +-
po/te.gmo | Bin 45450 -> 45450 bytes
po/te.po | 772 +-
po/uk.gmo | Bin 203905 -> 203905 bytes
po/uk.po | 778 +-
podwrapper.pl.in | 12 +-
python/Makefile.in | 1 +
python/examples/Makefile.in | 1 +
python/guestfs-py.c | 15586 +++----
python/guestfs.py | 12230 +++---
rescue/Makefile.in | 1 +
resize/Makefile.in | 1 +
ruby/Makefile.in | 1 +
ruby/examples/Makefile.in | 1 +
ruby/ext/guestfs/_guestfs.c | 42576 +++++++++----------
run.in | 6 +-
sparsify/Makefile.in | 1 +
src/Makefile.in | 1 +
src/appliance.c | 2 +-
src/bindtests.c | 34 +-
src/launch-uml.c | 2 -
src/libguestfs.pc | 2 +-
sysprep/Makefile.am | 2 +
sysprep/Makefile.in | 3 +
sysprep/sysprep_operation_script.ml | 4 +-
sysprep/test-virt-sysprep-script.sh | 2 +-
test-tool/Makefile.in | 1 +
tests/9p/Makefile.in | 1 +
tests/bigdirs/Makefile.in | 1 +
tests/btrfs/Makefile.in | 1 +
tests/c-api/Makefile.in | 1 +
tests/charsets/Makefile.in | 1 +
tests/data/Makefile.in | 1 +
tests/disk-labels/Makefile.in | 1 +
tests/disks/Makefile.in | 1 +
tests/events/Makefile.in | 1 +
tests/fuzz/Makefile.in | 1 +
tests/guests/Makefile.in | 1 +
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 | 1 +
tests/http/Makefile.in | 1 +
tests/journal/Makefile.in | 1 +
tests/luks/Makefile.in | 1 +
tests/luks/test-luks-list.sh | 6 +
tests/luks/test-luks.sh | 6 +
tests/lvm/Makefile.in | 1 +
tests/md/Makefile.in | 1 +
tests/mount-local/Makefile.in | 1 +
tests/mountable/Makefile.in | 1 +
tests/nbd/Makefile.in | 1 +
tests/network/Makefile.in | 1 +
tests/ntfsclone/Makefile.in | 1 +
tests/parallel/Makefile.in | 1 +
tests/protocol/Makefile.in | 1 +
tests/qemu/Makefile.in | 1 +
tests/regressions/Makefile.in | 1 +
tests/rsync/Makefile.in | 1 +
tests/selinux/Makefile.in | 1 +
tests/syslinux/Makefile.in | 1 +
tests/tmpdirs/Makefile.in | 1 +
tests/xfs/Makefile.in | 1 +
tests/xml/Makefile.in | 1 +
tools/Makefile.in | 1 +
497 files changed, 119989 insertions(+), 117524 deletions(-)
rename debian/patches/{0004-perl-revert-failed-attempt-at-building-out-of-tree-s.patch => 0003-perl-revert-failed-attempt-at-building-out-of-tree-s.patch} (83%)
delete mode 100644 debian/patches/0003-remove-last-trace-of-ntfsprogs.patch
rename debian/patches/{0005-Disable-gnulib-tests-by-default.patch => 0004-Disable-gnulib-tests-by-default.patch} (91%)
rename debian/patches/{0006-golang-Fix-for-out-of-tree-builds.patch => 0005-golang-Fix-for-out-of-tree-builds.patch} (92%)
rename debian/patches/{0007-Don-t-use-module-init-tools-which-has-been-a-metapac.patch => 0006-Don-t-use-module-init-tools-which-has-been-a-metapac.patch} (100%)
delete mode 100644 debian/patches/0008-podwrapper-Recognize-git-style-dates-in-ChangeLog.patch
copy java/t/{GuestFS020Create.java => GuestFS010Load.java} (76%)
copy java/t/{GuestFS020Create.java => GuestFS030CreateFlags.java} (67%)
copy java/t/{GuestFS020Create.java => GuestFS040CreateMultiple.java} (78%)
copy java/t/{GuestFS020Create.java => GuestFS050HandleProperties.java} (75%)
copy java/t/{GuestFS420LogMessages.java => GuestFS430ProgressMessages.java} (51%)
create mode 100644 java/t/GuestFS800RHBZ1073906.java
create mode 100644 logo/fish-5yrs.png
copy logo/{fish.svg => fish-5yrs.svg} (53%)
create mode 100644 m4/guestfs-ocaml-gettext.m4
copy sparsify/statvfs-c.c => mllib/mkdtemp-c.c (58%)
copy mllib/{perl_edit.mli => 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