[Pkg-libvirt-commits] [libguestfs] branch experimental updated (8477c18 -> 158f49f)
Hilko Bengen
bengen at moszumanska.debian.org
Fri Mar 7 10:39:32 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 8477c18 1:1.25.37-1
adds 61323fa builder: add a mandatory 'arch' key in index files
adds 8ed905c builder: split INI C <-> OCaml glue code in own module
adds 0f3898b sysprep: use Mkdtemp to create the temporary directory
adds 9124730 builder: Add arch=x86_64 entries.
adds d353b4a builder: Add arch= entry for Cirros.
adds b13c226 appliance: Use supermin >= 5.
adds eb81df9 appliance: Initialize local variables because gcc cannot track that they are not used uninitialized.
adds 0601127 Version 1.25.38.
adds fbe4dad appliance: init: Initialize LVM in the same way as done on physical machines.
adds c09f5bb builder: allow "no key" as key in Sigchecker
adds ad38e68 builder: use Sigchecker.gpgkey_type for the fingerprint
adds a21da3c builder: add functions to read XDG_CONFIG_DIRS and XDG_CONFIG_PATH
adds a3f1ac9 builder: extract the default key to file
adds f4990be builder: switch sources to .conf files
adds 573cae4 builder: remove VIRT_BUILDER_SOURCE and VIRT_BUILDER_FINGERPRINT
adds 4753886 builder: remove the default fingerprint/pubkey
adds 963b034 builder: update documentation
adds 7c8af23 appliance: init: Don't write to /proc/sys/kernel/hotplug when starting udev (RHBZ#1020806).
adds a4be423 launch: libvirt: Fix unused variable when libselinux is not installed.
adds f75142c Fix building on architectures where ocamlopt is not available
adds 12bdd94 tests/luks: disable if luks is not available
adds 9628376 builder: add libguestfs.gpg to EXTRA_DIST
adds 01a018a mageia: Add distro setting and extra packages needed by Mageia.
adds 0c4fae7 configure: supermin should be listed as AC_PATH_PROG, since it is used at run time.
adds 49209b3 Version 1.25.39.
adds 96b737b Imported Upstream version 1.25.39
new b88f988 appliance: Cosmetic change to the order of command line arguments of 'supermin'.
new d73531a logo: Add fish logo with 5 years star.
new e0124b9 logo: Make the 5 years text larger and more readable for website.
new 2b4e2eb Fix for systemd-based Debian systems
new 7adc60d remove last trace of ntfsprogs
new 31b16a9 Debian: Strip Lintian overrides, initramfs-related stuff from appliance
new 6a5052a run: add the builddir of inspector to $PATH
new 631c7d9 builder: install a $sysconfdir/virt-builder -> xdg-virt-builder symlink
new a6d72be build: Don't allow --disable-daemon and --enable-appliance together.
new 0a96672 appliance: Remove conditionals in appliance/Makefile.am.
new d37dd9b Add new logo to EXTRA_DIST.
new 3acb434 Version 1.25.40.
new 04d2500 Imported Upstream version 1.25.40
new e87e377 appliance: Ensure that supermin.d directory is installed properly.
new 0b285e0 Version 1.25.41.
new b1eab21 Imported Upstream version 1.25.41
new 347c4e2d Merge tag 'upstream/1.25.41'
new ce53b5a Updated dependencies; enabled building on more architectures
new 22f75ac Fixed installation
new 23352e8 Updated patch queue
new d9a1dde 1:1.25.41-1
new 8769833 More fixes for situations where ocamlopt is not available
new 0048b5d Fix out-of-tree appliance build
new d7e3aea Fixes for various tests in out-of-tree builds
new b30e2cf Fix out-of-tree build: Do not accidentally build mllib components in srcdir
new 7c21e12 Do not ship test-qemu-drive-libvirt.xml with tarball as it is generated by configure
new bdcc37b Debian: Add systemd-related libraries (for guestfsd) to packagelist
new 5213d7b tests/md: Remove bogus test skip which tried to appliance hostfiles.
new e1fdc43 Remove two more files that are generated by configure
new 96f6a8f Version 1.25.42.
new 0eb0b96 Imported Upstream version 1.25.42
new b00aec8 Merge tag 'upstream/1.25.42'
new a380bb8 Rebased patch queue
new 158f49f 1:1.25.42-1
The 34 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 +-
AUTHORS | 1 +
BUGS | 28 +-
ChangeLog | 414 +++++
Makefile.am | 3 +
Makefile.in | 34 +-
README | 5 +-
align/Makefile.in | 2 +-
appliance/Makefile.am | 104 +-
appliance/Makefile.in | 101 +-
appliance/excludefiles.in | 34 +
appliance/excludelist.in | 57 -
appliance/hostfiles.in | 14 +
appliance/init | 4 +-
appliance/libguestfs-make-fixed-appliance.in | 2 +-
appliance/libguestfs-make-fixed-appliance.pod | 3 +-
appliance/make.sh.in | 36 +-
appliance/packagelist.in | 103 +-
bash/Makefile.in | 2 +-
builder/Makefile.am | 37 +-
builder/Makefile.in | 108 +-
builder/builder.ml | 19 +-
builder/cmdline.ml | 20 +-
builder/index_parser.ml | 26 +-
builder/index_parser.mli | 1 +
builder/{index_parser.mli => ini_reader.ml} | 38 +-
builder/{setlocale.ml => ini_reader.mli} | 17 +-
builder/libguestfs.conf.in | 3 +
builder/libguestfs.gpg | 64 +
builder/list_entries.ml | 26 +-
builder/list_entries.mli | 2 +-
builder/paths.ml | 15 +
builder/sigchecker.ml | 87 +-
builder/sigchecker.mli | 3 +-
builder/sources.ml | 122 ++
mllib/mkdtemp.mli => builder/sources.mli | 9 +-
.../virt-builder/repos.d/test-index.conf.in | 2 +
builder/test-index.in | 7 +
builder/test-virt-builder-list.sh | 22 +-
builder/test-virt-builder-planner.sh | 2 +-
builder/test-virt-builder.sh | 2 +-
.../virt-builder/repos.d/libguestfs.conf.in | 3 +
builder/virt-builder.pod | 154 +-
builder/website/Makefile.in | 2 +-
builder/website/index | 11 +
builder/website/index.asc | 37 +-
cat/Makefile.in | 2 +-
config.h.in | 7 +-
configure | 243 ++-
configure.ac | 100 +-
csharp/Makefile.in | 2 +-
daemon/Makefile.in | 2 +-
debian/changelog | 15 +
debian/control | 60 +-
debian/libguestfs-tools.install | 3 +
...0001-Fix-for-systemd-based-Debian-systems.patch | 20 -
...0001-Fix-guestfs-supermin-appliance-path.patch} | 4 +-
...failed-attempt-at-building-out-of-tree-s.patch} | 0
... => 0003-Disable-gnulib-tests-by-default.patch} | 6 +-
.../0003-remove-last-trace-of-ntfsprogs.patch | 20 -
...> 0004-golang-Fix-for-out-of-tree-builds.patch} | 4 +-
...p-Lintian-overrides-initramfs-related-stu.patch | 22 -
debian/patches/series | 11 +-
debian/rules | 49 +-
debian/update-guestfs-appliance | 6 +
df/Makefile.in | 2 +-
diff/Makefile.in | 2 +-
edit/Makefile.in | 2 +-
erlang/Makefile.in | 2 +-
erlang/examples/Makefile.in | 2 +-
examples/Makefile.in | 2 +-
examples/guestfs-performance.pod | 11 +-
fish/Makefile.in | 2 +-
fish/guestfish.pod | 10 +-
format/Makefile.in | 2 +-
fuse/Makefile.in | 2 +-
generator/Makefile.in | 2 +-
gnulib/lib/Makefile.in | 2 +-
gnulib/tests/Makefile.in | 2 +-
gobject/Makefile.in | 2 +-
gobject/docs/Makefile.in | 2 +-
gobject/docs/guestfs-docs.sgml | 4 +-
gobject/docs/html/index.html | 2 +-
golang/Makefile.in | 2 +-
golang/examples/Makefile.in | 2 +-
haskell/Makefile.in | 2 +-
inspector/Makefile.in | 2 +-
java/Makefile.in | 2 +-
java/examples/Makefile.in | 2 +-
logo/fish-5yrs.png | Bin 0 -> 64258 bytes
logo/{fish.svg => fish-5yrs.svg} | 287 +---
lua/Makefile.in | 2 +-
lua/examples/Makefile.in | 2 +-
make-fs/Makefile.in | 2 +-
mllib/Makefile.am | 62 +-
mllib/Makefile.in | 86 +-
mllib/config.ml | 20 -
ocaml/Makefile.am | 35 +-
ocaml/Makefile.in | 42 +-
ocaml/examples/Makefile.am | 10 +
ocaml/examples/Makefile.in | 21 +-
ocaml/run-bindtests | 2 +
perl/Makefile.in | 2 +-
perl/examples/Makefile.in | 2 +-
php/Makefile.in | 2 +-
po-docs/Makefile.in | 2 +-
po-docs/ja.po | 1626 ++++++++++----------
po-docs/ja/Makefile.in | 2 +-
po-docs/ja/guestfish.1 | 8 +-
po-docs/ja/guestfish.pod | 4 +-
po-docs/ja/guestfs-erlang.3 | 4 +-
po-docs/ja/guestfs-examples.3 | 4 +-
po-docs/ja/guestfs-faq.1 | 4 +-
po-docs/ja/guestfs-golang.3 | 4 +-
po-docs/ja/guestfs-java.3 | 4 +-
po-docs/ja/guestfs-lua.3 | 4 +-
po-docs/ja/guestfs-ocaml.3 | 4 +-
po-docs/ja/guestfs-performance.1 | 18 +-
po-docs/ja/guestfs-performance.pod | 16 +-
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 | 25 +-
po-docs/ja/guestfs.pod | 21 +-
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 | 10 +-
po-docs/ja/libguestfs-make-fixed-appliance.pod | 6 +-
po-docs/ja/libguestfs-test-tool.1 | 7 +-
po-docs/ja/libguestfs-test-tool.pod | 3 +-
po-docs/ja/libguestfs-tools.conf.5 | 4 +-
po-docs/ja/virt-alignment-scan.1 | 4 +-
po-docs/ja/virt-builder.1 | 153 +-
po-docs/ja/virt-builder.pod | 155 +-
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 | 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 | 1529 +++++++++---------
po-docs/uk.po | 1622 ++++++++++---------
po-docs/uk/Makefile.in | 2 +-
po-docs/uk/guestfish.1 | 8 +-
po-docs/uk/guestfish.pod | 4 +-
po-docs/uk/guestfs-erlang.3 | 4 +-
po-docs/uk/guestfs-examples.3 | 4 +-
po-docs/uk/guestfs-faq.1 | 4 +-
po-docs/uk/guestfs-golang.3 | 4 +-
po-docs/uk/guestfs-java.3 | 4 +-
po-docs/uk/guestfs-lua.3 | 4 +-
po-docs/uk/guestfs-ocaml.3 | 4 +-
po-docs/uk/guestfs-performance.1 | 18 +-
po-docs/uk/guestfs-performance.pod | 16 +-
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 | 24 +-
po-docs/uk/guestfs.pod | 20 +-
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 | 10 +-
po-docs/uk/libguestfs-make-fixed-appliance.pod | 6 +-
po-docs/uk/libguestfs-test-tool.1 | 7 +-
po-docs/uk/libguestfs-test-tool.pod | 3 +-
po-docs/uk/libguestfs-tools.conf.5 | 4 +-
po-docs/uk/virt-alignment-scan.1 | 4 +-
po-docs/uk/virt-builder.1 | 153 +-
po-docs/uk/virt-builder.pod | 155 +-
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 | 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 | 2 +-
po/POTFILES-ml | 2 +
po/en_GB.gmo | Bin 8160 -> 8160 bytes
po/en_GB.po | 427 ++---
po/es.gmo | Bin 67778 -> 67778 bytes
po/es.po | 427 ++---
po/gu.gmo | Bin 48801 -> 48801 bytes
po/gu.po | 427 ++---
po/hi.gmo | Bin 39716 -> 39716 bytes
po/hi.po | 427 ++---
po/kn.gmo | Bin 48001 -> 48001 bytes
po/kn.po | 427 ++---
po/libguestfs.pot | 429 +++---
po/ml.gmo | Bin 51795 -> 51795 bytes
po/ml.po | 427 ++---
po/mr.gmo | Bin 85591 -> 85591 bytes
po/mr.po | 427 ++---
po/nl.gmo | Bin 122565 -> 122565 bytes
po/nl.po | 427 ++---
po/or.gmo | Bin 47615 -> 47615 bytes
po/or.po | 427 ++---
po/pa.gmo | Bin 74683 -> 74683 bytes
po/pa.po | 427 ++---
po/pl.gmo | Bin 88447 -> 88447 bytes
po/pl.po | 427 ++---
po/ta.gmo | Bin 42849 -> 42849 bytes
po/ta.po | 427 ++---
po/te.gmo | Bin 45450 -> 45450 bytes
po/te.po | 427 ++---
po/uk.gmo | Bin 209759 -> 209759 bytes
po/uk.po | 427 ++---
python/Makefile.in | 2 +-
python/examples/Makefile.in | 2 +-
rescue/Makefile.in | 2 +-
resize/Makefile.am | 20 +-
resize/Makefile.in | 27 +-
ruby/Makefile.in | 2 +-
ruby/examples/Makefile.in | 2 +-
run.in | 8 +-
sparsify/Makefile.am | 20 +-
sparsify/Makefile.in | 27 +-
src/Makefile.am | 2 +-
src/Makefile.in | 4 +-
src/appliance.c | 673 +-------
src/guestfs.pod | 21 +-
src/launch-libvirt.c | 2 +
src/libguestfs.pc | 11 -
sysprep/Makefile.am | 22 +-
sysprep/Makefile.in | 29 +-
sysprep/sysprep_operation_script.ml | 4 +-
test-tool/Makefile.in | 2 +-
test-tool/libguestfs-test-tool.pod | 3 +-
tests/9p/Makefile.am | 3 +-
tests/9p/Makefile.in | 6 +-
tests/9p/test-9p.sh | 2 +-
tests/bigdirs/Makefile.in | 2 +-
tests/btrfs/Makefile.in | 2 +-
tests/c-api/Makefile.in | 2 +-
tests/charsets/Makefile.in | 2 +-
tests/create/Makefile.in | 2 +-
tests/data/Makefile.in | 2 +-
tests/disk-labels/Makefile.in | 2 +-
tests/disks/Makefile.am | 2 +-
tests/disks/Makefile.in | 4 +-
tests/disks/test-qemu-drive-libvirt.sh | 11 +-
tests/disks/test-qemu-drive-libvirt.xml | 135 --
tests/disks/test-qemu-drive.sh | 4 +-
tests/events/Makefile.in | 2 +-
tests/fuzz/Makefile.in | 2 +-
tests/guests/Makefile.in | 2 +-
tests/guests/guest-aux/fedora-name.db | Bin 12288 -> 12288 bytes
tests/guests/guest-aux/fedora-packages.db | Bin 12288 -> 12288 bytes
tests/guests/guest-aux/make-fedora-img.pl | 6 +-
tests/guests/guest-aux/make-windows-img.sh | 4 +-
tests/hotplug/Makefile.in | 2 +-
tests/http/Makefile.in | 2 +-
tests/journal/Makefile.in | 2 +-
tests/luks/Makefile.in | 2 +-
tests/luks/test-luks-list.sh | 6 +
tests/luks/test-luks.sh | 6 +
tests/lvm/Makefile.in | 2 +-
tests/md/Makefile.in | 2 +-
tests/md/test-inspect-fstab-md.sh | 9 -
tests/mount-local/Makefile.in | 2 +-
tests/mountable/Makefile.in | 2 +-
tests/nbd/Makefile.in | 2 +-
tests/network/Makefile.in | 2 +-
tests/ntfsclone/Makefile.in | 2 +-
tests/parallel/Makefile.in | 2 +-
tests/protocol/Makefile.in | 2 +-
tests/qemu/Makefile.in | 2 +-
tests/regressions/Makefile.in | 2 +-
tests/relative-paths/Makefile.in | 2 +-
tests/rsync/Makefile.in | 2 +-
tests/selinux/Makefile.in | 2 +-
tests/syslinux/Makefile.in | 2 +-
tests/tmpdirs/Makefile.in | 2 +-
tests/xfs/Makefile.in | 2 +-
tests/xml/Makefile.in | 2 +-
tools/Makefile.in | 2 +-
313 files changed, 8406 insertions(+), 8114 deletions(-)
create mode 100644 appliance/excludefiles.in
delete mode 100644 appliance/excludelist.in
create mode 100644 appliance/hostfiles.in
copy builder/{index_parser.mli => ini_reader.ml} (52%)
copy builder/{setlocale.ml => ini_reader.mli} (73%)
create mode 100644 builder/libguestfs.conf.in
create mode 100644 builder/libguestfs.gpg
create mode 100644 builder/sources.ml
copy mllib/mkdtemp.mli => builder/sources.mli (84%)
create mode 100644 builder/test-config/virt-builder/repos.d/test-index.conf.in
create mode 100644 builder/test-website/virt-builder/repos.d/libguestfs.conf.in
delete mode 100644 debian/patches/0001-Fix-for-systemd-based-Debian-systems.patch
rename debian/patches/{0002-Fix-guestfs-supermin-appliance-path.patch => 0001-Fix-guestfs-supermin-appliance-path.patch} (94%)
rename debian/patches/{0004-perl-revert-failed-attempt-at-building-out-of-tree-s.patch => 0002-perl-revert-failed-attempt-at-building-out-of-tree-s.patch} (100%)
rename debian/patches/{0005-Disable-gnulib-tests-by-default.patch => 0003-Disable-gnulib-tests-by-default.patch} (92%)
delete mode 100644 debian/patches/0003-remove-last-trace-of-ntfsprogs.patch
rename debian/patches/{0006-golang-Fix-for-out-of-tree-builds.patch => 0004-golang-Fix-for-out-of-tree-builds.patch} (92%)
delete mode 100644 debian/patches/0007-Debian-Strip-Lintian-overrides-initramfs-related-stu.patch
create mode 100644 logo/fish-5yrs.png
copy logo/{fish.svg => fish-5yrs.svg} (53%)
delete mode 100644 mllib/config.ml
delete mode 100644 src/libguestfs.pc
delete mode 100644 tests/disks/test-qemu-drive-libvirt.xml
--
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