[Pkg-libvirt-commits] [libguestfs] branch experimental updated (a3990e0 -> 67fd31b)
Hilko Bengen
bengen at moszumanska.debian.org
Sat Mar 29 14:36:20 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 a3990e0 1:1.25.46-3
new fa0fed8 builder: allow to run website tests under valgrind
new 603ad40 builder: allow the index parser to parse files with no sections
new e589b6e builder: do not parse the same repository file name twice
new 20f4126 builder: Fix typo in string.
new f42769f virt-make-fs: Fix typo in error string.
new da122e3 Update Ukrainian translations.
new 26599da ocaml: Enable parallel builds.
new 07bf740 Update gnulib to latest version.
new da5b8b6 appliance: Fix quoting so that DEBIAN isn't always defined.
new ad2c6a1 docs: remove customize-related files
new 08234a1 po-docs: Do not translate "__AVAILABILITY__" placeholder.
new 483f0e3 virt-sparsify --in-place: remove image if discard is not supported
new f80fc72 php: raise the per-test timeout to 300 secs
new 0116a48 Update gnulib to latest.
new 4a95816 appliance: Not all of Grub is needed, only grub-install
new f450fb4 sysprep: Perform operations in alphabetical order.
new 1edfdcb sysprep: Allow order of operations to be specified by modules.
new 8e386fc sysprep: Pass debug and quiet flags to all modules.
new 4b0b358 customize: Move virt-customize-related code to a separate directory.
new 51834ad customize: Add a --password option for setting user passwords.
new ae6f726 sysprep: Use customize module for customizing the guest after sysprepping.
new aa3bc8b sysprep: Remove the --autorelabel (and related) options.
new 2b208d8 Add virt-customize standalone tool.
new 7ad1683 Version 1.25.47.
new 60ba2bf Imported Upstream version 1.25.47
new 3d79c51 Update API support.
new 40cac10 Update TODO with Python bindings suggestion.
new d396ccb Open release notes for 1.26 release.
new f8c83e8 aarch64: This has no PCI, like ARM 32 bit.
new 219c2dd aarch64: This has no working hpet emulation, like ARM 32 bit.
new afb74f1 aarch64: Cannot emulate IDE, like all non-PC.
new d6072de arm: Replace #ifdef with #if defined, etc.
new a70dd85 aarch64: Use -M virt to specify virtual machine type.
new 36f179f Begin working on release notes for libguestfs 1.26 release.
new 87fcb4d Add customize subdirectory to ./run script.
new 1a47091 customize: Add various options from virt-builder.
new cec3143 customize: Rename main.ml to customize_main.ml.
new 36f4f10 Further updates to release notes, for 1.26.
new 218ac69 Further updates to the release notes, for 1.26.
new 63f0ee9 Version 1.25.48.
new 9097375 customize: Use --no-network flag so test works under UML.
new a9b6232 Version 1.25.49.
new c2ec1ca Imported Upstream version 1.25.49
new cf78e65 Merge tag 'upstream/1.25.49'
new 8ef4423 1:1.25.49-1
new 0febb59 Final updates to release notes for 1.26.
new f566f17 Remove the ROADMAP file.
new 21390bc Pull latest translations from Transifex.
new fe97d5e builder: pxzcat: Ignore return value from posix_fadvise.
new 4caa2ea daemon: ldm: Initialize glob_t struct before passing to glob.
new 8da50e5 daemon: md: Whitespace fix.
new 7792278 virt-diff: Free memory along error path.
new 4099880 examples: Check return value from guestfs_list_filesystems.
new be25094 fish: Ignore return value from guestfs_user_cancel.
new a20e368 fish: Check return values from a couple of API calls.
new 996eca5 Version 1.26.0.
new 486c5b9 Imported Upstream version 1.26.0
new 59ecbf5 Merge tag 'upstream/1.26.0'
new 0928451 Updated watch file
new 2a2f5ea 1:1.26.0-1
new 67fd31b Updated watch file
The 61 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 | 9 +
BUGS | 29 +-
ChangeLog | 440 +
GNUmakefile | 2 +-
Makefile.am | 17 +-
Makefile.in | 22 +-
ROADMAP | 35 -
TODO | 6 +
appliance/packagelist.in | 4 +-
build-aux/config.rpath | 2 +-
build-aux/git-log-fix | 9 +
build-aux/gitlog-to-changelog | 2 +-
build-aux/snippet/arg-nonnull.h | 2 +-
build-aux/snippet/c++defs.h | 2 +-
build-aux/snippet/warn-on-use.h | 2 +-
build-aux/useless-if-before-free | 2 +-
build-aux/vc-list-files | 2 +-
builder/Makefile.am | 34 +-
builder/Makefile.in | 34 +-
builder/builder.ml | 333 +-
builder/cmdline.ml | 230 +-
builder/get_kernel.ml | 2 +-
builder/index-parse.c | 116 +-
builder/index-parse.y | 2 +
builder/pxzcat-c.c | 4 +-
builder/sources.ml | 20 +-
builder/virt-builder.pod | 263 +-
builder/website/Makefile.am | 3 +
builder/website/Makefile.in | 3 +
builder/website/validate.sh | 11 +-
configure | 108 +-
configure.ac | 5 +-
{resize => customize}/Makefile.am | 104 +-
{resize => customize}/Makefile.in | 115 +-
{mllib => customize}/crypt-c.c | 0
{mllib => customize}/crypt.ml | 0
{mllib => customize}/crypt.mli | 0
customize/customize_cmdline.ml | 289 +
customize/customize_cmdline.mli | 85 +
customize/customize_main.ml | 264 +
customize/customize_run.ml | 331 +
builder/sources.mli => customize/customize_run.mli | 15 +-
{mllib => customize}/firstboot.ml | 0
{mllib => customize}/firstboot.mli | 0
{mllib => customize}/hostname.ml | 0
{mllib => customize}/hostname.mli | 0
{mllib => customize}/password.ml | 0
{mllib => customize}/password.mli | 0
{mllib => customize}/perl_edit.ml | 0
{mllib => customize}/perl_edit.mli | 0
{mllib => customize}/random_seed.ml | 0
{mllib => customize}/random_seed.mli | 0
.../script4.sh => customize/test-virt-customize.sh | 19 +-
{mllib => customize}/timezone.ml | 0
{mllib => customize}/timezone.mli | 0
{mllib => customize}/urandom.ml | 0
{mllib => customize}/urandom.mli | 0
customize/virt-customize.pod | 239 +
daemon/ldm.c | 2 +
daemon/md.c | 2 +-
debian/changelog | 13 +
.../0003-ocaml-Enable-parallel-builds.patch | 50 -
debian/patches/series | 2 -
diff/diff.c | 21 +-
examples/libvirt-auth.c | 2 +
fish/fish.c | 12 +-
fish/guestfish.pod | 1 +
generator/Makefile.am | 2 +
generator/Makefile.in | 2 +
generator/customize.ml | 663 +
generator/files-generated.txt | 4 +
generator/main.ml | 6 +
gnulib/lib/Makefile.am | 4 +-
gnulib/lib/Makefile.in | 5 +-
gnulib/lib/accept.c | 2 +-
gnulib/lib/accept4.c | 2 +-
gnulib/lib/alloca.in.h | 2 +-
gnulib/lib/allocator.h | 2 +-
gnulib/lib/areadlink.c | 2 +-
gnulib/lib/areadlink.h | 2 +-
gnulib/lib/areadlinkat.c | 2 +-
gnulib/lib/argmatch.c | 2 +-
gnulib/lib/argmatch.h | 2 +-
gnulib/lib/arpa_inet.in.h | 2 +-
gnulib/lib/asnprintf.c | 2 +-
gnulib/lib/asprintf.c | 2 +-
gnulib/lib/at-func.c | 2 +-
gnulib/lib/basename-lgpl.c | 2 +-
gnulib/lib/binary-io.h | 2 +-
gnulib/lib/bitrotate.h | 2 +-
gnulib/lib/byteswap.in.h | 2 +-
gnulib/lib/c-ctype.c | 2 +-
gnulib/lib/c-ctype.h | 2 +-
gnulib/lib/c-strcase.h | 2 +-
gnulib/lib/c-strcasecmp.c | 2 +-
gnulib/lib/c-strcaseeq.h | 2 +-
gnulib/lib/c-strncasecmp.c | 2 +-
gnulib/lib/careadlinkat.c | 2 +-
gnulib/lib/careadlinkat.h | 2 +-
gnulib/lib/chdir-long.c | 2 +-
gnulib/lib/chdir-long.h | 2 +-
gnulib/lib/cloexec.c | 2 +-
gnulib/lib/cloexec.h | 2 +-
gnulib/lib/close-stream.c | 2 +-
gnulib/lib/close.c | 2 +-
gnulib/lib/closedir.c | 2 +-
gnulib/lib/closeout.c | 2 +-
gnulib/lib/closeout.h | 2 +-
gnulib/lib/config.charset | 2 +-
gnulib/lib/connect.c | 2 +-
gnulib/lib/creat-safer.c | 2 +-
gnulib/lib/cycle-check.c | 2 +-
gnulib/lib/cycle-check.h | 2 +-
gnulib/lib/dirent--.h | 2 +-
gnulib/lib/dirent-private.h | 2 +-
gnulib/lib/dirent-safer.h | 2 +-
gnulib/lib/dirent.in.h | 2 +-
gnulib/lib/dirfd.c | 2 +-
gnulib/lib/dirname-lgpl.c | 2 +-
gnulib/lib/dirname.h | 2 +-
gnulib/lib/dosname.h | 2 +-
gnulib/lib/dup-safer.c | 2 +-
gnulib/lib/dup.c | 2 +-
gnulib/lib/dup2.c | 2 +-
gnulib/lib/dup3.c | 2 +-
gnulib/lib/errno.in.h | 2 +-
gnulib/lib/error.c | 2 +-
gnulib/lib/error.h | 2 +-
gnulib/lib/exitfail.c | 2 +-
gnulib/lib/exitfail.h | 2 +-
gnulib/lib/fchdir.c | 2 +-
gnulib/lib/fcntl--.h | 2 +-
gnulib/lib/fcntl-safer.h | 2 +-
gnulib/lib/fcntl.c | 2 +-
gnulib/lib/fcntl.in.h | 2 +-
gnulib/lib/fd-hook.c | 2 +-
gnulib/lib/fd-hook.h | 2 +-
gnulib/lib/fd-safer.c | 2 +-
gnulib/lib/fdopendir.c | 2 +-
gnulib/lib/filename.h | 2 +-
gnulib/lib/filenamecat-lgpl.c | 2 +-
gnulib/lib/filenamecat.h | 2 +-
gnulib/lib/filevercmp.c | 2 +-
gnulib/lib/filevercmp.h | 2 +-
gnulib/lib/float+.h | 2 +-
gnulib/lib/float.c | 2 +-
gnulib/lib/float.in.h | 2 +-
gnulib/lib/fnmatch.c | 2 +-
gnulib/lib/fnmatch.in.h | 2 +-
gnulib/lib/fnmatch_loop.c | 2 +-
gnulib/lib/fpending.c | 2 +-
gnulib/lib/fpending.h | 2 +-
gnulib/lib/fstat.c | 2 +-
gnulib/lib/fstatat.c | 2 +-
gnulib/lib/fsusage.c | 2 +-
gnulib/lib/fsusage.h | 2 +-
gnulib/lib/ftell.c | 2 +-
gnulib/lib/ftello.c | 2 +-
gnulib/lib/fts-cycle.c | 2 +-
gnulib/lib/fts.c | 2 +-
gnulib/lib/fts_.h | 2 +-
gnulib/lib/full-read.c | 2 +-
gnulib/lib/full-read.h | 2 +-
gnulib/lib/full-write.c | 2 +-
gnulib/lib/full-write.h | 2 +-
gnulib/lib/futimens.c | 2 +-
gnulib/lib/gai_strerror.c | 2 +-
gnulib/lib/getaddrinfo.c | 2 +-
gnulib/lib/getcwd-lgpl.c | 2 +-
gnulib/lib/getdelim.c | 2 +-
gnulib/lib/getdtablesize.c | 2 +-
gnulib/lib/getline.c | 2 +-
gnulib/lib/getlogin_r.c | 2 +-
gnulib/lib/getopt.c | 2 +-
gnulib/lib/getopt.in.h | 2 +-
gnulib/lib/getopt1.c | 2 +-
gnulib/lib/getopt_int.h | 2 +-
gnulib/lib/gettext.h | 2 +-
gnulib/lib/gettime.c | 2 +-
gnulib/lib/gettimeofday.c | 2 +-
gnulib/lib/glob-libc.h | 2 +-
gnulib/lib/glob.c | 2 +-
gnulib/lib/glob.in.h | 2 +-
gnulib/lib/glthread/lock.c | 2 +-
gnulib/lib/glthread/lock.h | 2 +-
gnulib/lib/glthread/threadlib.c | 2 +-
gnulib/lib/hash-pjw.c | 2 +-
gnulib/lib/hash-pjw.h | 2 +-
gnulib/lib/hash.c | 2 +-
gnulib/lib/hash.h | 2 +-
gnulib/lib/human.c | 2 +-
gnulib/lib/human.h | 2 +-
gnulib/lib/i-ring.c | 2 +-
gnulib/lib/i-ring.h | 2 +-
gnulib/lib/ignore-value.h | 2 +-
gnulib/lib/inet_ntop.c | 2 +-
gnulib/lib/intprops.h | 2 +-
gnulib/lib/inttypes.in.h | 2 +-
gnulib/lib/itold.c | 2 +-
gnulib/lib/localcharset.c | 2 +-
gnulib/lib/localcharset.h | 2 +-
gnulib/lib/locale.in.h | 2 +-
gnulib/lib/localeconv.c | 2 +-
gnulib/lib/lseek.c | 2 +-
gnulib/lib/lstat.c | 2 +-
gnulib/lib/malloc.c | 2 +-
gnulib/lib/malloca.c | 2 +-
gnulib/lib/malloca.h | 2 +-
gnulib/lib/mbrtowc.c | 2 +-
gnulib/lib/mbsinit.c | 2 +-
gnulib/lib/mbsrtowcs-impl.h | 2 +-
gnulib/lib/mbsrtowcs-state.c | 2 +-
gnulib/lib/mbsrtowcs.c | 2 +-
gnulib/lib/memchr.c | 2 +-
gnulib/lib/memmem.c | 2 +-
gnulib/lib/mempcpy.c | 2 +-
gnulib/lib/memrchr.c | 2 +-
gnulib/lib/mkdtemp.c | 2 +-
gnulib/lib/mkstemps.c | 2 +-
gnulib/lib/msvc-inval.c | 2 +-
gnulib/lib/msvc-inval.h | 2 +-
gnulib/lib/msvc-nothrow.c | 2 +-
gnulib/lib/msvc-nothrow.h | 2 +-
gnulib/lib/netdb.in.h | 2 +-
gnulib/lib/netinet_in.in.h | 2 +-
gnulib/lib/open-safer.c | 2 +-
gnulib/lib/open.c | 2 +-
gnulib/lib/openat-die.c | 2 +-
gnulib/lib/openat-priv.h | 2 +-
gnulib/lib/openat-proc.c | 2 +-
gnulib/lib/openat-safer.c | 2 +-
gnulib/lib/openat.c | 2 +-
gnulib/lib/openat.h | 2 +-
gnulib/lib/opendir-safer.c | 2 +-
gnulib/lib/opendir.c | 2 +-
gnulib/lib/pathmax.h | 2 +-
gnulib/lib/perror.c | 2 +-
gnulib/lib/pipe-safer.c | 2 +-
gnulib/lib/pipe2.c | 2 +-
gnulib/lib/pread.c | 2 +-
gnulib/lib/printf-args.c | 2 +-
gnulib/lib/printf-args.h | 2 +-
gnulib/lib/printf-parse.c | 2 +-
gnulib/lib/printf-parse.h | 2 +-
gnulib/lib/quote.h | 2 +-
gnulib/lib/quotearg.c | 2 +-
gnulib/lib/quotearg.h | 2 +-
gnulib/lib/raise.c | 2 +-
gnulib/lib/rawmemchr.c | 2 +-
gnulib/lib/read-file.c | 2 +-
gnulib/lib/read-file.h | 2 +-
gnulib/lib/read.c | 2 +-
gnulib/lib/readdir.c | 2 +-
gnulib/lib/readlink.c | 2 +-
gnulib/lib/readlinkat.c | 2 +-
gnulib/lib/realloc.c | 2 +-
gnulib/lib/ref-add.sin | 2 +-
gnulib/lib/ref-del.sin | 2 +-
gnulib/lib/safe-read.c | 2 +-
gnulib/lib/safe-read.h | 2 +-
gnulib/lib/safe-write.c | 2 +-
gnulib/lib/safe-write.h | 2 +-
gnulib/lib/same-inode.h | 2 +-
gnulib/lib/save-cwd.c | 2 +-
gnulib/lib/save-cwd.h | 2 +-
gnulib/lib/secure_getenv.c | 2 +-
gnulib/lib/select.c | 2 +-
gnulib/lib/setenv.c | 2 +-
gnulib/lib/signal.in.h | 2 +-
gnulib/lib/size_max.h | 2 +-
gnulib/lib/sleep.c | 2 +-
gnulib/lib/snprintf.c | 2 +-
gnulib/lib/socket.c | 2 +-
gnulib/lib/sockets.c | 2 +-
gnulib/lib/sockets.h | 2 +-
gnulib/lib/stat-time.h | 2 +-
gnulib/lib/stat.c | 2 +-
gnulib/lib/stdalign.in.h | 5 +-
gnulib/lib/stdarg.in.h | 2 +-
gnulib/lib/stdbool.in.h | 2 +-
gnulib/lib/stddef.in.h | 2 +-
gnulib/lib/stdint.in.h | 5 +-
gnulib/lib/stdio-impl.h | 2 +-
gnulib/lib/stdio.in.h | 2 +-
gnulib/lib/stdlib.in.h | 2 +-
gnulib/lib/str-two-way.h | 2 +-
gnulib/lib/strchrnul.c | 2 +-
gnulib/lib/strdup.c | 2 +-
gnulib/lib/streq.h | 2 +-
gnulib/lib/strerror-override.c | 2 +-
gnulib/lib/strerror-override.h | 2 +-
gnulib/lib/strerror.c | 2 +-
gnulib/lib/strerror_r.c | 2 +-
gnulib/lib/string.in.h | 2 +-
gnulib/lib/stripslash.c | 2 +-
gnulib/lib/strndup.c | 2 +-
gnulib/lib/strnlen.c | 2 +-
gnulib/lib/strnlen1.c | 2 +-
gnulib/lib/strnlen1.h | 2 +-
gnulib/lib/strtoimax.c | 18 +-
gnulib/lib/strtol.c | 2 +-
gnulib/lib/strtoll.c | 2 +-
gnulib/lib/strtoul.c | 2 +-
gnulib/lib/strtoull.c | 2 +-
gnulib/lib/symlink.c | 2 +-
gnulib/lib/symlinkat.c | 2 +-
gnulib/lib/sys_select.in.h | 2 +-
gnulib/lib/sys_socket.in.h | 2 +-
gnulib/lib/sys_stat.in.h | 2 +-
gnulib/lib/sys_time.in.h | 2 +-
gnulib/lib/sys_types.in.h | 4 +-
gnulib/lib/sys_uio.in.h | 2 +-
gnulib/lib/sys_wait.in.h | 2 +-
gnulib/lib/tempname.c | 2 +-
gnulib/lib/tempname.h | 2 +-
gnulib/lib/time.in.h | 13 +-
gnulib/lib/timespec.h | 2 +-
gnulib/lib/unistd--.h | 2 +-
gnulib/lib/unistd-safer.h | 2 +-
gnulib/lib/unistd.in.h | 17 +-
gnulib/lib/utimens.c | 2 +-
gnulib/lib/utimens.h | 2 +-
gnulib/lib/vasnprintf.c | 2 +-
gnulib/lib/vasnprintf.h | 2 +-
gnulib/lib/vasprintf.c | 2 +-
gnulib/lib/verify.h | 2 +-
gnulib/lib/w32sock.h | 2 +-
gnulib/lib/wchar.in.h | 2 +-
gnulib/lib/wctype.in.h | 2 +-
gnulib/lib/write.c | 2 +-
gnulib/lib/xalloc-die.c | 2 +-
gnulib/lib/xalloc-oversized.h | 2 +-
gnulib/lib/xalloc.h | 2 +-
gnulib/lib/xasprintf.c | 2 +-
gnulib/lib/xmalloc.c | 2 +-
gnulib/lib/xsize.h | 2 +-
gnulib/lib/xstrtol-error.c | 2 +-
gnulib/lib/xstrtol.c | 2 +-
gnulib/lib/xstrtol.h | 2 +-
gnulib/lib/xvasprintf.c | 2 +-
gnulib/lib/xvasprintf.h | 2 +-
gnulib/tests/Makefile.am | 2 +-
gnulib/tests/Makefile.in | 2 +-
gnulib/tests/anytostr.c | 2 +-
gnulib/tests/at-func.c | 2 +-
gnulib/tests/bind.c | 2 +-
gnulib/tests/btowc.c | 2 +-
gnulib/tests/dup-safer-flag.c | 2 +-
gnulib/tests/fd-safer-flag.c | 2 +-
gnulib/tests/fdopen.c | 2 +-
gnulib/tests/fpucw.h | 2 +-
gnulib/tests/ftruncate.c | 2 +-
gnulib/tests/getpagesize.c | 2 +-
gnulib/tests/glthread/thread.c | 2 +-
gnulib/tests/glthread/thread.h | 2 +-
gnulib/tests/glthread/yield.h | 2 +-
gnulib/tests/inet_pton.c | 2 +-
gnulib/tests/init.sh | 4 +-
gnulib/tests/inttostr.h | 2 +-
gnulib/tests/ioctl.c | 2 +-
gnulib/tests/listen.c | 2 +-
gnulib/tests/localename.c | 2 +-
gnulib/tests/localename.h | 2 +-
gnulib/tests/macros.h | 2 +-
gnulib/tests/mbtowc-impl.h | 2 +-
gnulib/tests/mbtowc.c | 2 +-
gnulib/tests/nanosleep.c | 2 +-
gnulib/tests/nap.h | 2 +-
gnulib/tests/pipe.c | 2 +-
gnulib/tests/priv-set.c | 2 +-
gnulib/tests/priv-set.h | 2 +-
gnulib/tests/progname.c | 2 +-
gnulib/tests/progname.h | 2 +-
gnulib/tests/putenv.c | 2 +-
gnulib/tests/rmdir.c | 2 +-
gnulib/tests/root-uid.h | 2 +-
gnulib/tests/setlocale.c | 2 +-
gnulib/tests/setsockopt.c | 2 +-
gnulib/tests/sig-handler.h | 2 +-
gnulib/tests/sigaction.c | 2 +-
gnulib/tests/signature.h | 2 +-
gnulib/tests/sigprocmask.c | 2 +-
gnulib/tests/sys_ioctl.in.h | 2 +-
gnulib/tests/test-accept.c | 2 +-
gnulib/tests/test-accept4.c | 2 +-
gnulib/tests/test-alloca-opt.c | 2 +-
gnulib/tests/test-areadlink.c | 2 +-
gnulib/tests/test-areadlink.h | 2 +-
gnulib/tests/test-areadlinkat.c | 2 +-
gnulib/tests/test-argmatch.c | 2 +-
gnulib/tests/test-arpa_inet.c | 2 +-
gnulib/tests/test-binary-io.c | 2 +-
gnulib/tests/test-bind.c | 2 +-
gnulib/tests/test-bitrotate.c | 2 +-
gnulib/tests/test-btowc.c | 2 +-
gnulib/tests/test-byteswap.c | 2 +-
gnulib/tests/test-c-ctype.c | 2 +-
gnulib/tests/test-c-strcasecmp.c | 2 +-
gnulib/tests/test-c-strncasecmp.c | 2 +-
gnulib/tests/test-chdir.c | 2 +-
gnulib/tests/test-cloexec.c | 2 +-
gnulib/tests/test-close.c | 2 +-
gnulib/tests/test-connect.c | 2 +-
gnulib/tests/test-dirent-safer.c | 2 +-
gnulib/tests/test-dirent.c | 2 +-
gnulib/tests/test-dup-safer.c | 2 +-
gnulib/tests/test-dup.c | 2 +-
gnulib/tests/test-dup2.c | 2 +-
gnulib/tests/test-dup3.c | 2 +-
gnulib/tests/test-environ.c | 2 +-
gnulib/tests/test-errno.c | 2 +-
gnulib/tests/test-fchdir.c | 2 +-
gnulib/tests/test-fcntl-h.c | 2 +-
gnulib/tests/test-fcntl-safer.c | 2 +-
gnulib/tests/test-fcntl.c | 2 +-
gnulib/tests/test-fdopen.c | 39 +-
gnulib/tests/test-fdopendir.c | 2 +-
gnulib/tests/test-fgetc.c | 2 +-
gnulib/tests/test-filevercmp.c | 2 +-
gnulib/tests/test-float.c | 2 +-
gnulib/tests/test-fnmatch.c | 2 +-
gnulib/tests/test-fpending.c | 2 +-
gnulib/tests/test-fputc.c | 2 +-
gnulib/tests/test-fread.c | 2 +-
gnulib/tests/test-fstat.c | 2 +-
gnulib/tests/test-fstatat.c | 2 +-
gnulib/tests/test-ftell.c | 2 +-
gnulib/tests/test-ftell3.c | 2 +-
gnulib/tests/test-ftello.c | 2 +-
gnulib/tests/test-ftello3.c | 2 +-
gnulib/tests/test-ftello4.c | 2 +-
gnulib/tests/test-ftruncate.c | 2 +-
gnulib/tests/test-futimens.c | 2 +-
gnulib/tests/test-futimens.h | 2 +-
gnulib/tests/test-fwrite.c | 2 +-
gnulib/tests/test-getaddrinfo.c | 2 +-
gnulib/tests/test-getcwd-lgpl.c | 2 +-
gnulib/tests/test-getdelim.c | 2 +-
gnulib/tests/test-getdtablesize.c | 2 +-
gnulib/tests/test-getline.c | 2 +-
gnulib/tests/test-getopt.c | 2 +-
gnulib/tests/test-getopt.h | 2 +-
gnulib/tests/test-getopt_long.h | 2 +-
gnulib/tests/test-gettimeofday.c | 2 +-
gnulib/tests/test-glob.c | 2 +-
gnulib/tests/test-hash.c | 2 +-
gnulib/tests/test-i-ring.c | 2 +-
gnulib/tests/test-ignore-value.c | 2 +-
gnulib/tests/test-inet_ntop.c | 2 +-
gnulib/tests/test-inet_pton.c | 2 +-
gnulib/tests/test-init.sh | 2 +-
gnulib/tests/test-intprops.c | 2 +-
gnulib/tests/test-inttostr.c | 2 +-
gnulib/tests/test-inttypes.c | 2 +-
gnulib/tests/test-ioctl.c | 2 +-
gnulib/tests/test-listen.c | 2 +-
gnulib/tests/test-locale.c | 2 +-
gnulib/tests/test-localeconv.c | 2 +-
gnulib/tests/test-localename.c | 2 +-
gnulib/tests/test-lock.c | 2 +-
gnulib/tests/test-lseek.c | 2 +-
gnulib/tests/test-lstat.c | 2 +-
gnulib/tests/test-lstat.h | 2 +-
gnulib/tests/test-lutimens.h | 2 +-
gnulib/tests/test-malloca.c | 2 +-
gnulib/tests/test-mbrtowc-w32.c | 2 +-
gnulib/tests/test-mbrtowc.c | 2 +-
gnulib/tests/test-mbsinit.c | 2 +-
gnulib/tests/test-mbsrtowcs.c | 2 +-
gnulib/tests/test-memchr.c | 2 +-
gnulib/tests/test-memmem.c | 2 +-
gnulib/tests/test-memrchr.c | 2 +-
gnulib/tests/test-nanosleep.c | 2 +-
gnulib/tests/test-netdb.c | 2 +-
gnulib/tests/test-netinet_in.c | 2 +-
gnulib/tests/test-open.c | 2 +-
gnulib/tests/test-open.h | 2 +-
gnulib/tests/test-openat-safer.c | 2 +-
gnulib/tests/test-openat.c | 2 +-
gnulib/tests/test-pathmax.c | 2 +-
gnulib/tests/test-perror.c | 2 +-
gnulib/tests/test-perror2.c | 2 +-
gnulib/tests/test-pipe.c | 2 +-
gnulib/tests/test-pipe2.c | 2 +-
gnulib/tests/test-pread.c | 2 +-
gnulib/tests/test-priv-set.c | 2 +-
gnulib/tests/test-quotearg-simple.c | 2 +-
gnulib/tests/test-quotearg.h | 2 +-
gnulib/tests/test-raise.c | 2 +-
gnulib/tests/test-rawmemchr.c | 2 +-
gnulib/tests/test-read-file.c | 2 +-
gnulib/tests/test-read.c | 2 +-
gnulib/tests/test-readlink.c | 2 +-
gnulib/tests/test-readlink.h | 2 +-
gnulib/tests/test-readlinkat.c | 2 +-
gnulib/tests/test-rmdir.c | 2 +-
gnulib/tests/test-rmdir.h | 2 +-
gnulib/tests/test-select-fd.c | 2 +-
gnulib/tests/test-select-stdin.c | 2 +-
gnulib/tests/test-select.c | 2 +-
gnulib/tests/test-select.h | 2 +-
gnulib/tests/test-setenv.c | 2 +-
gnulib/tests/test-setlocale1.c | 2 +-
gnulib/tests/test-setlocale2.c | 2 +-
gnulib/tests/test-setsockopt.c | 2 +-
gnulib/tests/test-sigaction.c | 2 +-
gnulib/tests/test-signal-h.c | 2 +-
gnulib/tests/test-sigprocmask.c | 2 +-
gnulib/tests/test-sleep.c | 2 +-
gnulib/tests/test-snprintf.c | 2 +-
gnulib/tests/test-sockets.c | 2 +-
gnulib/tests/test-stat-time.c | 2 +-
gnulib/tests/test-stat.c | 2 +-
gnulib/tests/test-stat.h | 2 +-
gnulib/tests/test-statat.c | 2 +-
gnulib/tests/test-stdalign.c | 2 +-
gnulib/tests/test-stdbool.c | 2 +-
gnulib/tests/test-stddef.c | 2 +-
gnulib/tests/test-stdint.c | 2 +-
gnulib/tests/test-stdio.c | 2 +-
gnulib/tests/test-stdlib.c | 2 +-
gnulib/tests/test-strchrnul.c | 2 +-
gnulib/tests/test-strerror.c | 2 +-
gnulib/tests/test-strerror_r.c | 2 +-
gnulib/tests/test-string.c | 2 +-
gnulib/tests/test-strnlen.c | 2 +-
gnulib/tests/test-strtoll.c | 2 +-
gnulib/tests/test-strtoull.c | 2 +-
gnulib/tests/test-strtoumax.c | 2 +-
gnulib/tests/test-symlink.c | 2 +-
gnulib/tests/test-symlink.h | 2 +-
gnulib/tests/test-symlinkat.c | 2 +-
gnulib/tests/test-sys_ioctl.c | 2 +-
gnulib/tests/test-sys_select.c | 2 +-
gnulib/tests/test-sys_socket.c | 2 +-
gnulib/tests/test-sys_stat.c | 2 +-
gnulib/tests/test-sys_time.c | 2 +-
gnulib/tests/test-sys_types.c | 2 +-
gnulib/tests/test-sys_uio.c | 2 +-
gnulib/tests/test-sys_wait.c | 2 +-
gnulib/tests/test-sys_wait.h | 2 +-
gnulib/tests/test-thread_create.c | 2 +-
gnulib/tests/test-thread_self.c | 2 +-
gnulib/tests/test-time.c | 2 +-
gnulib/tests/test-unistd.c | 2 +-
gnulib/tests/test-unlink.c | 2 +-
gnulib/tests/test-unlink.h | 2 +-
gnulib/tests/test-unlinkat.c | 2 +-
gnulib/tests/test-unsetenv.c | 2 +-
gnulib/tests/test-utimens-common.h | 2 +-
gnulib/tests/test-utimens.c | 2 +-
gnulib/tests/test-utimens.h | 2 +-
gnulib/tests/test-vasnprintf.c | 2 +-
gnulib/tests/test-vasprintf.c | 2 +-
gnulib/tests/test-vc-list-files-cvs.sh | 2 +-
gnulib/tests/test-vc-list-files-git.sh | 2 +-
gnulib/tests/test-verify.c | 2 +-
gnulib/tests/test-wchar.c | 2 +-
gnulib/tests/test-wcrtomb-w32.c | 2 +-
gnulib/tests/test-wcrtomb.c | 2 +-
gnulib/tests/test-wctype-h.c | 2 +-
gnulib/tests/test-write.c | 2 +-
gnulib/tests/test-xalloc-die.c | 2 +-
gnulib/tests/test-xalloc-die.sh | 2 +-
gnulib/tests/test-xstrtol.c | 2 +-
gnulib/tests/test-xvasprintf.c | 2 +-
gnulib/tests/unlink.c | 2 +-
gnulib/tests/unlinkat.c | 2 +-
gnulib/tests/unlinkdir.c | 2 +-
gnulib/tests/unlinkdir.h | 2 +-
gnulib/tests/unsetenv.c | 2 +-
gnulib/tests/utimecmp.c | 2 +-
gnulib/tests/utimecmp.h | 2 +-
gnulib/tests/w32sock.h | 2 +-
gnulib/tests/wcrtomb.c | 2 +-
gnulib/tests/wctob.c | 2 +-
gnulib/tests/wctomb-impl.h | 2 +-
gnulib/tests/wctomb.c | 2 +-
gnulib/tests/zerosize-ptr.h | 2 +-
gobject/docs/guestfs-docs.sgml | 4 +-
gobject/docs/html/index.html | 2 +-
guestfs-release-notes.pod | 374 +
guestfs-release-notes.txt | 340 +
m4/00gnulib.m4 | 22 +-
m4/absolute-header.m4 | 2 +-
m4/accept4.m4 | 2 +-
m4/alloca.m4 | 2 +-
m4/arpa_inet_h.m4 | 2 +-
m4/btowc.m4 | 2 +-
m4/byteswap.m4 | 2 +-
m4/chdir-long.m4 | 2 +-
m4/clock_time.m4 | 2 +-
m4/close-stream.m4 | 2 +-
m4/close.m4 | 2 +-
m4/closedir.m4 | 2 +-
m4/closeout.m4 | 2 +-
m4/codeset.m4 | 2 +-
m4/configmake.m4 | 2 +-
m4/cycle-check.m4 | 2 +-
m4/d-ino.m4 | 2 +-
m4/d-type.m4 | 2 +-
m4/dirent-safer.m4 | 2 +-
m4/dirent_h.m4 | 2 +-
m4/dirfd.m4 | 2 +-
m4/dirname.m4 | 2 +-
m4/double-slash-root.m4 | 2 +-
m4/dup.m4 | 2 +-
m4/dup2.m4 | 2 +-
m4/dup3.m4 | 2 +-
m4/eealloc.m4 | 2 +-
m4/environ.m4 | 2 +-
m4/errno_h.m4 | 2 +-
m4/error.m4 | 2 +-
m4/exponentd.m4 | 2 +-
m4/extensions.m4 | 2 +-
m4/extern-inline.m4 | 2 +-
m4/fchdir.m4 | 2 +-
m4/fcntl-o.m4 | 2 +-
m4/fcntl-safer.m4 | 2 +-
m4/fcntl.m4 | 2 +-
m4/fcntl_h.m4 | 2 +-
m4/fdopen.m4 | 2 +-
m4/fdopendir.m4 | 2 +-
m4/filenamecat.m4 | 2 +-
m4/float_h.m4 | 2 +-
m4/fnmatch.m4 | 2 +-
m4/fpending.m4 | 2 +-
m4/fpieee.m4 | 2 +-
m4/fseeko.m4 | 2 +-
m4/fstat.m4 | 2 +-
m4/fstatat.m4 | 2 +-
m4/fsusage.m4 | 2 +-
m4/ftell.m4 | 2 +-
m4/ftello.m4 | 2 +-
m4/ftruncate.m4 | 2 +-
m4/fts.m4 | 2 +-
m4/futimens.m4 | 2 +-
m4/getaddrinfo.m4 | 2 +-
m4/getcwd.m4 | 2 +-
m4/getdelim.m4 | 2 +-
m4/getdtablesize.m4 | 2 +-
m4/getline.m4 | 2 +-
m4/getlogin_r.m4 | 2 +-
m4/getopt.m4 | 2 +-
m4/getpagesize.m4 | 2 +-
m4/gettext.m4 | 2 +-
m4/gettime.m4 | 2 +-
m4/gettimeofday.m4 | 2 +-
m4/glibc21.m4 | 2 +-
m4/glob.m4 | 2 +-
m4/gnu-make.m4 | 2 +-
m4/gnulib-common.m4 | 64 +-
m4/gnulib-comp.m4 | 4 +-
m4/hostent.m4 | 2 +-
m4/human.m4 | 2 +-
m4/i-ring.m4 | 2 +-
m4/include_next.m4 | 2 +-
m4/inet_ntop.m4 | 2 +-
m4/inet_pton.m4 | 2 +-
m4/intlmacosx.m4 | 2 +-
m4/intmax_t.m4 | 2 +-
m4/inttostr.m4 | 2 +-
m4/inttypes-pri.m4 | 2 +-
m4/inttypes.m4 | 2 +-
m4/inttypes_h.m4 | 2 +-
m4/ioctl.m4 | 2 +-
m4/largefile.m4 | 2 +-
m4/lcmessage.m4 | 2 +-
m4/lib-ld.m4 | 2 +-
m4/lib-link.m4 | 2 +-
m4/lib-prefix.m4 | 2 +-
m4/localcharset.m4 | 2 +-
m4/locale-fr.m4 | 2 +-
m4/locale-ja.m4 | 2 +-
m4/locale-tr.m4 | 2 +-
m4/locale-zh.m4 | 2 +-
m4/locale_h.m4 | 2 +-
m4/localeconv.m4 | 2 +-
m4/localename.m4 | 2 +-
m4/lock.m4 | 2 +-
m4/longlong.m4 | 2 +-
m4/lseek.m4 | 2 +-
m4/lstat.m4 | 2 +-
m4/malloc.m4 | 2 +-
m4/malloca.m4 | 2 +-
m4/manywarnings.m4 | 3 +-
m4/mbrtowc.m4 | 2 +-
m4/mbsinit.m4 | 2 +-
m4/mbsrtowcs.m4 | 2 +-
m4/mbstate_t.m4 | 2 +-
m4/mbtowc.m4 | 2 +-
m4/memchr.m4 | 2 +-
m4/memmem.m4 | 2 +-
m4/mempcpy.m4 | 2 +-
m4/memrchr.m4 | 2 +-
m4/mkdtemp.m4 | 2 +-
m4/mkstemps.m4 | 2 +-
m4/mmap-anon.m4 | 2 +-
m4/mode_t.m4 | 2 +-
m4/msvc-inval.m4 | 2 +-
m4/msvc-nothrow.m4 | 2 +-
m4/multiarch.m4 | 2 +-
m4/nanosleep.m4 | 2 +-
m4/netdb_h.m4 | 2 +-
m4/netinet_in_h.m4 | 2 +-
m4/nocrash.m4 | 2 +-
m4/off_t.m4 | 2 +-
m4/onceonly.m4 | 2 +-
m4/open.m4 | 2 +-
m4/openat.m4 | 2 +-
m4/opendir.m4 | 2 +-
m4/pathmax.m4 | 2 +-
m4/perror.m4 | 2 +-
m4/pipe.m4 | 2 +-
m4/pipe2.m4 | 2 +-
m4/po.m4 | 2 +-
m4/pread.m4 | 2 +-
m4/printf.m4 | 2 +-
m4/priv-set.m4 | 2 +-
m4/putenv.m4 | 2 +-
m4/quote.m4 | 2 +-
m4/quotearg.m4 | 2 +-
m4/raise.m4 | 2 +-
m4/rawmemchr.m4 | 2 +-
m4/read-file.m4 | 2 +-
m4/read.m4 | 2 +-
m4/readdir.m4 | 2 +-
m4/readlink.m4 | 2 +-
m4/readlinkat.m4 | 2 +-
m4/realloc.m4 | 2 +-
m4/rmdir.m4 | 2 +-
m4/safe-read.m4 | 2 +-
m4/safe-write.m4 | 2 +-
m4/save-cwd.m4 | 2 +-
m4/secure_getenv.m4 | 2 +-
m4/select.m4 | 2 +-
m4/servent.m4 | 2 +-
m4/setenv.m4 | 2 +-
m4/setlocale.m4 | 2 +-
m4/sigaction.m4 | 2 +-
m4/signal_h.m4 | 2 +-
m4/signalblocking.m4 | 2 +-
m4/size_max.m4 | 2 +-
m4/sleep.m4 | 2 +-
m4/snprintf.m4 | 2 +-
m4/socketlib.m4 | 2 +-
m4/sockets.m4 | 2 +-
m4/socklen.m4 | 2 +-
m4/sockpfaf.m4 | 2 +-
m4/ssize_t.m4 | 2 +-
m4/stat-time.m4 | 2 +-
m4/stat.m4 | 2 +-
m4/stdalign.m4 | 2 +-
m4/stdarg.m4 | 2 +-
m4/stdbool.m4 | 2 +-
m4/stddef_h.m4 | 2 +-
m4/stdint.m4 | 2 +-
m4/stdint_h.m4 | 2 +-
m4/stdio_h.m4 | 2 +-
m4/stdlib_h.m4 | 2 +-
m4/strchrnul.m4 | 2 +-
m4/strdup.m4 | 2 +-
m4/strerror.m4 | 2 +-
m4/strerror_r.m4 | 2 +-
m4/string_h.m4 | 2 +-
m4/strndup.m4 | 2 +-
m4/strnlen.m4 | 2 +-
m4/strtoll.m4 | 2 +-
m4/strtoull.m4 | 2 +-
m4/strtoumax.m4 | 2 +-
m4/symlink.m4 | 2 +-
m4/symlinkat.m4 | 2 +-
m4/sys_ioctl_h.m4 | 2 +-
m4/sys_select_h.m4 | 2 +-
m4/sys_socket_h.m4 | 2 +-
m4/sys_stat_h.m4 | 2 +-
m4/sys_time_h.m4 | 2 +-
m4/sys_types_h.m4 | 2 +-
m4/sys_uio_h.m4 | 2 +-
m4/sys_wait_h.m4 | 2 +-
m4/tempname.m4 | 2 +-
m4/thread.m4 | 2 +-
m4/threadlib.m4 | 2 +-
m4/time_h.m4 | 2 +-
m4/timespec.m4 | 2 +-
m4/ungetc.m4 | 2 +-
m4/unistd-safer.m4 | 2 +-
m4/unistd_h.m4 | 2 +-
m4/unlink.m4 | 2 +-
m4/unlinkat.m4 | 2 +-
m4/unlinkdir.m4 | 2 +-
m4/utimbuf.m4 | 2 +-
m4/utimecmp.m4 | 2 +-
m4/utimens.m4 | 2 +-
m4/utimes.m4 | 2 +-
m4/vasnprintf.m4 | 2 +-
m4/vasprintf.m4 | 2 +-
m4/warn-on-use.m4 | 2 +-
m4/warnings.m4 | 2 +-
m4/wchar_h.m4 | 2 +-
m4/wchar_t.m4 | 2 +-
m4/wcrtomb.m4 | 2 +-
m4/wctob.m4 | 2 +-
m4/wctomb.m4 | 2 +-
m4/wctype_h.m4 | 2 +-
m4/wint_t.m4 | 2 +-
m4/write.m4 | 2 +-
m4/xalloc.m4 | 2 +-
m4/xsize.m4 | 2 +-
m4/xstrtol.m4 | 2 +-
m4/xvasprintf.m4 | 2 +-
m4/yield.m4 | 2 +-
maint.mk | 43 +-
make-fs/make-fs.c | 2 +-
mllib/Makefile.am | 26 -
mllib/Makefile.in | 29 +-
ocaml/Makefile.am | 20 +-
ocaml/Makefile.in | 53 +-
php/run-php-tests.sh | 2 +-
po-docs/ja.po | 21552 +++++-----
po-docs/ja/Makefile.am | 18 +
po-docs/ja/Makefile.in | 18 +
po-docs/ja/customize-options.pod | 238 +
po-docs/ja/customize-synopsis.pod | 1 +
po-docs/ja/guestfish.1 | 43 +-
po-docs/ja/guestfish.pod | 39 +-
po-docs/ja/guestfs-actions.pod | 31 +-
po-docs/ja/guestfs-availability.pod | 81 +-
po-docs/ja/guestfs-erlang.3 | 4 +-
po-docs/ja/guestfs-examples.3 | 4 +-
po-docs/ja/guestfs-faq.1 | 7 +-
po-docs/ja/guestfs-faq.pod | 3 +-
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 | 321 +-
po-docs/ja/guestfs-release-notes.pod | 373 +-
po-docs/ja/guestfs-ruby.3 | 4 +-
po-docs/ja/guestfs-testing.1 | 4 +-
po-docs/ja/guestfs.3 | 144 +-
po-docs/ja/guestfs.pod | 30 +-
po-docs/ja/guestfsd.8 | 4 +-
po-docs/ja/guestmount.1 | 9 +-
po-docs/ja/guestmount.pod | 5 +-
po-docs/ja/guestunmount.1 | 6 +-
po-docs/ja/guestunmount.pod | 2 +-
po-docs/ja/libguestfs-make-fixed-appliance.1 | 8 +-
po-docs/ja/libguestfs-make-fixed-appliance.pod | 4 +-
po-docs/ja/libguestfs-test-tool.1 | 6 +-
po-docs/ja/libguestfs-test-tool.pod | 2 +-
po-docs/ja/libguestfs-tools.conf.5 | 4 +-
po-docs/ja/sysprep-extra-options.pod | 213 +-
po-docs/ja/sysprep-operations.pod | 106 +-
po-docs/ja/virt-alignment-scan.1 | 6 +-
po-docs/ja/virt-alignment-scan.pod | 2 +-
po-docs/ja/virt-builder.1 | 379 +-
po-docs/ja/virt-builder.pod | 268 +-
po-docs/ja/virt-cat.1 | 6 +-
po-docs/ja/virt-cat.pod | 2 +-
po-docs/ja/virt-copy-in.1 | 4 +-
po-docs/ja/virt-copy-out.1 | 4 +-
po-docs/ja/virt-customize.pod | 223 +
po-docs/ja/virt-df.1 | 6 +-
po-docs/ja/virt-df.pod | 2 +-
po-docs/ja/virt-diff.pod | 2 +-
po-docs/ja/virt-edit.1 | 6 +-
po-docs/ja/virt-edit.pod | 2 +-
po-docs/ja/virt-filesystems.1 | 6 +-
po-docs/ja/virt-filesystems.pod | 2 +-
po-docs/ja/virt-format.1 | 6 +-
po-docs/ja/virt-format.pod | 2 +-
po-docs/ja/virt-index-validate.1 | 6 +-
po-docs/ja/virt-index-validate.pod | 2 +-
po-docs/ja/virt-inspector.1 | 6 +-
po-docs/ja/virt-inspector.pod | 2 +-
po-docs/ja/virt-list-filesystems.1 | 6 +-
po-docs/ja/virt-list-filesystems.pod | 2 +-
po-docs/ja/virt-list-partitions.1 | 6 +-
po-docs/ja/virt-list-partitions.pod | 2 +-
po-docs/ja/virt-ls.1 | 6 +-
po-docs/ja/virt-ls.pod | 2 +-
po-docs/ja/virt-make-fs.1 | 6 +-
po-docs/ja/virt-make-fs.pod | 2 +-
po-docs/ja/virt-rescue.1 | 11 +-
po-docs/ja/virt-rescue.pod | 7 +-
po-docs/ja/virt-resize.1 | 6 +-
po-docs/ja/virt-resize.pod | 2 +-
po-docs/ja/virt-sparsify.1 | 6 +-
po-docs/ja/virt-sparsify.pod | 2 +-
po-docs/ja/virt-sysprep.1 | 467 +-
po-docs/ja/virt-sysprep.pod | 53 +-
po-docs/ja/virt-tar-in.1 | 4 +-
po-docs/ja/virt-tar-out.1 | 4 +-
po-docs/ja/virt-tar.1 | 6 +-
po-docs/ja/virt-tar.pod | 2 +-
po-docs/ja/virt-win-reg.1 | 6 +-
po-docs/ja/virt-win-reg.pod | 2 +-
po-docs/libguestfs-docs.pot | 41516 ++++++++++---------
po-docs/podfiles | 3 +
po-docs/uk.po | 19249 +++++----
po-docs/uk/Makefile.am | 18 +
po-docs/uk/Makefile.in | 18 +
po-docs/uk/customize-options.pod | 241 +
po-docs/uk/customize-synopsis.pod | 1 +
po-docs/uk/guestfish-actions.pod | 34 +-
po-docs/uk/guestfish-commands.pod | 24 +-
po-docs/uk/guestfish-prepopts.pod | 24 +-
po-docs/uk/guestfish.1 | 78 +-
po-docs/uk/guestfish.pod | 42 +-
po-docs/uk/guestfs-actions.pod | 76 +-
po-docs/uk/guestfs-availability.pod | 36 +-
po-docs/uk/guestfs-erlang.3 | 4 +-
po-docs/uk/guestfs-examples.3 | 4 +-
po-docs/uk/guestfs-faq.1 | 8 +-
po-docs/uk/guestfs-faq.pod | 4 +-
po-docs/uk/guestfs-golang.3 | 4 +-
po-docs/uk/guestfs-java.3 | 6 +-
po-docs/uk/guestfs-java.pod | 2 +-
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 | 8 +-
po-docs/uk/guestfs-recipes.pod | 4 +-
po-docs/uk/guestfs-release-notes.1 | 350 +-
po-docs/uk/guestfs-release-notes.pod | 390 +-
po-docs/uk/guestfs-ruby.3 | 4 +-
po-docs/uk/guestfs-structs.pod | 108 +-
po-docs/uk/guestfs-testing.1 | 4 +-
po-docs/uk/guestfs.3 | 238 +-
po-docs/uk/guestfs.pod | 74 +-
po-docs/uk/guestfsd.8 | 10 +-
po-docs/uk/guestfsd.pod | 4 +-
po-docs/uk/guestmount.1 | 16 +-
po-docs/uk/guestmount.pod | 10 +-
po-docs/uk/guestunmount.1 | 4 +-
po-docs/uk/libguestfs-make-fixed-appliance.1 | 10 +-
po-docs/uk/libguestfs-make-fixed-appliance.pod | 4 +-
po-docs/uk/libguestfs-test-tool.1 | 6 +-
po-docs/uk/libguestfs-test-tool.pod | 2 +-
po-docs/uk/libguestfs-tools.conf.5 | 8 +-
po-docs/uk/libguestfs-tools.conf.pod | 2 +-
po-docs/uk/sysprep-extra-options.pod | 217 +-
po-docs/uk/sysprep-operations.pod | 107 +-
po-docs/uk/virt-alignment-scan.1 | 4 +-
po-docs/uk/virt-builder.1 | 688 +-
po-docs/uk/virt-builder.pod | 424 +-
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-customize.pod | 232 +
po-docs/uk/virt-df.1 | 6 +-
po-docs/uk/virt-df.pod | 2 +-
po-docs/uk/virt-diff.pod | 12 +-
po-docs/uk/virt-edit.1 | 10 +-
po-docs/uk/virt-edit.pod | 4 +-
po-docs/uk/virt-filesystems.1 | 4 +-
po-docs/uk/virt-format.1 | 8 +-
po-docs/uk/virt-format.pod | 2 +-
po-docs/uk/virt-index-validate.1 | 4 +-
po-docs/uk/virt-inspector.1 | 8 +-
po-docs/uk/virt-inspector.pod | 2 +-
po-docs/uk/virt-list-filesystems.1 | 4 +-
po-docs/uk/virt-list-partitions.1 | 6 +-
po-docs/uk/virt-list-partitions.pod | 2 +-
po-docs/uk/virt-ls.1 | 8 +-
po-docs/uk/virt-ls.pod | 4 +-
po-docs/uk/virt-make-fs.1 | 4 +-
po-docs/uk/virt-rescue.1 | 8 +-
po-docs/uk/virt-rescue.pod | 4 +-
po-docs/uk/virt-resize.1 | 6 +-
po-docs/uk/virt-resize.pod | 2 +-
po-docs/uk/virt-sparsify.1 | 8 +-
po-docs/uk/virt-sparsify.pod | 2 +-
po-docs/uk/virt-sysprep.1 | 485 +-
po-docs/uk/virt-sysprep.pod | 58 +-
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 | 15 +-
po/en_GB.gmo | Bin 8160 -> 8160 bytes
po/en_GB.po | 970 +-
po/es.gmo | Bin 67778 -> 67801 bytes
po/es.po | 1054 +-
po/gu.gmo | Bin 48801 -> 48824 bytes
po/gu.po | 1019 +-
po/hi.gmo | Bin 39716 -> 39735 bytes
po/hi.po | 1013 +-
po/kn.gmo | Bin 48001 -> 48001 bytes
po/kn.po | 1010 +-
po/libguestfs.pot | 970 +-
po/ml.gmo | Bin 51795 -> 51826 bytes
po/ml.po | 1013 +-
po/mr.gmo | Bin 85591 -> 85591 bytes
po/mr.po | 1042 +-
po/nl.gmo | Bin 122144 -> 120221 bytes
po/nl.po | 1254 +-
po/or.gmo | Bin 47615 -> 47615 bytes
po/or.po | 1010 +-
po/pa.gmo | Bin 74683 -> 74712 bytes
po/pa.po | 1046 +-
po/pl.gmo | Bin 88447 -> 88401 bytes
po/pl.po | 1130 +-
po/ta.gmo | Bin 42849 -> 42869 bytes
po/ta.po | 1013 +-
po/te.gmo | Bin 45450 -> 45450 bytes
po/te.po | 1010 +-
po/uk.gmo | Bin 209124 -> 280761 bytes
po/uk.po | 2117 +-
run.in | 2 +-
sparsify/test-virt-sparsify-in-place.sh | 1 +
src/api-support/added | 95 +
src/guestfs-actions.pod | 14 +
src/guestfs-internal.h | 9 +-
src/guestfs.pod | 9 +-
src/launch-direct.c | 4 +-
src/launch-libvirt.c | 6 +-
sysprep/Makefile.am | 33 +-
sysprep/Makefile.in | 33 +-
sysprep/main.ml | 41 +-
sysprep/sysprep_operation.ml | 35 +-
sysprep/sysprep_operation.mli | 15 +-
sysprep/sysprep_operation_abrt_data.ml | 2 +-
sysprep/sysprep_operation_bash_history.ml | 2 +-
sysprep/sysprep_operation_blkid_tab.ml | 2 +-
sysprep/sysprep_operation_ca_certificates.ml | 2 +-
sysprep/sysprep_operation_crash_data.ml | 2 +-
sysprep/sysprep_operation_cron_spool.ml | 2 +-
...ndom_seed.ml => sysprep_operation_customize.ml} | 34 +-
sysprep/sysprep_operation_delete.ml | 74 -
sysprep/sysprep_operation_dhcp_client_state.ml | 2 +-
sysprep/sysprep_operation_dhcp_server_state.ml | 2 +-
sysprep/sysprep_operation_dovecot_data.ml | 2 +-
sysprep/sysprep_operation_firewall_rules.ml | 2 +-
sysprep/sysprep_operation_firstboot.ml | 79 -
sysprep/sysprep_operation_flag_reconfiguration.ml | 2 +-
sysprep/sysprep_operation_fs_uuids.ml | 2 +-
sysprep/sysprep_operation_hostname.ml | 60 -
sysprep/sysprep_operation_kerberos_data.ml | 2 +-
sysprep/sysprep_operation_logfiles.ml | 2 +-
sysprep/sysprep_operation_lvm_uuids.ml | 2 +-
sysprep/sysprep_operation_machine_id.ml | 2 +-
sysprep/sysprep_operation_mail_spool.ml | 2 +-
sysprep/sysprep_operation_net_hostname.ml | 2 +-
sysprep/sysprep_operation_net_hwaddr.ml | 2 +-
sysprep/sysprep_operation_pacct_log.ml | 2 +-
sysprep/sysprep_operation_package_manager_cache.ml | 2 +-
sysprep/sysprep_operation_pam_data.ml | 2 +-
sysprep/sysprep_operation_password.ml | 201 -
sysprep/sysprep_operation_puppet_data_log.ml | 2 +-
.../sysprep_operation_rh_subscription_manager.ml | 2 +-
sysprep/sysprep_operation_rhn_systemid.ml | 2 +-
sysprep/sysprep_operation_rpm_db.ml | 2 +-
sysprep/sysprep_operation_samba_db_log.ml | 2 +-
sysprep/sysprep_operation_script.ml | 2 +-
sysprep/sysprep_operation_smolt_uuid.ml | 2 +-
sysprep/sysprep_operation_ssh_hostkeys.ml | 2 +-
sysprep/sysprep_operation_ssh_userdir.ml | 2 +-
sysprep/sysprep_operation_sssd_db_log.ml | 2 +-
sysprep/sysprep_operation_timezone.ml | 67 -
sysprep/sysprep_operation_tmp_files.ml | 2 +-
sysprep/sysprep_operation_udev_persistent_net.ml | 2 +-
sysprep/sysprep_operation_user_account.ml | 2 +-
sysprep/sysprep_operation_utmp.ml | 2 +-
sysprep/sysprep_operation_yum_uuid.ml | 2 +-
sysprep/test-virt-sysprep-passwords.sh | 2 +-
sysprep/virt-sysprep.pod | 42 +-
tests/guests/guest-aux/fedora-name.db | Bin 12288 -> 12288 bytes
tests/guests/guest-aux/fedora-packages.db | Bin 12288 -> 12288 bytes
1077 files changed, 53930 insertions(+), 60133 deletions(-)
delete mode 100644 ROADMAP
create mode 100644 build-aux/git-log-fix
copy {resize => customize}/Makefile.am (64%)
copy {resize => customize}/Makefile.in (96%)
rename {mllib => customize}/crypt-c.c (100%)
rename {mllib => customize}/crypt.ml (100%)
rename {mllib => customize}/crypt.mli (100%)
create mode 100644 customize/customize_cmdline.ml
create mode 100644 customize/customize_cmdline.mli
create mode 100644 customize/customize_main.ml
create mode 100644 customize/customize_run.ml
copy builder/sources.mli => customize/customize_run.mli (68%)
rename {mllib => customize}/firstboot.ml (100%)
rename {mllib => customize}/firstboot.mli (100%)
rename {mllib => customize}/hostname.ml (100%)
rename {mllib => customize}/hostname.mli (100%)
rename {mllib => customize}/password.ml (100%)
rename {mllib => customize}/password.mli (100%)
rename {mllib => customize}/perl_edit.ml (100%)
rename {mllib => customize}/perl_edit.mli (100%)
rename {mllib => customize}/random_seed.ml (100%)
rename {mllib => customize}/random_seed.mli (100%)
copy sysprep/script4.sh => customize/test-virt-customize.sh (59%)
rename {mllib => customize}/timezone.ml (100%)
rename {mllib => customize}/timezone.mli (100%)
rename {mllib => customize}/urandom.ml (100%)
rename {mllib => customize}/urandom.mli (100%)
create mode 100644 customize/virt-customize.pod
delete mode 100644 debian/patches/0003-ocaml-Enable-parallel-builds.patch
create mode 100644 generator/customize.ml
create mode 100644 po-docs/ja/customize-options.pod
create mode 100644 po-docs/ja/customize-synopsis.pod
create mode 100644 po-docs/ja/virt-customize.pod
create mode 100644 po-docs/uk/customize-options.pod
create mode 100644 po-docs/uk/customize-synopsis.pod
create mode 100644 po-docs/uk/virt-customize.pod
rename sysprep/{sysprep_operation_random_seed.ml => sysprep_operation_customize.ml} (53%)
delete mode 100644 sysprep/sysprep_operation_delete.ml
delete mode 100644 sysprep/sysprep_operation_firstboot.ml
delete mode 100644 sysprep/sysprep_operation_hostname.ml
delete mode 100644 sysprep/sysprep_operation_password.ml
delete mode 100644 sysprep/sysprep_operation_timezone.ml
--
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