summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* EPEL 5: Remove PHP bindings.Richard W.M. Jones2012-06-271-3/+0
|
* EPEL 5: Remove GObject / GObject Introspection / GJS bindings.Richard W.M. Jones2012-06-271-3/+0
|
* EPEL 5: Remove Erlang bindings.Richard W.M. Jones2012-06-271-3/+0
|
* tests: Add tests for extended attrs and SELinux, direct and via FUSE.Richard W.M. Jones2012-06-141-0/+1
| | | | | | | Note that the SELinux + FUSE test is disabled because of: https://bugzilla.redhat.com/show_bug.cgi?id=811217 https://bugzilla.redhat.com/show_bug.cgi?id=812798#c42
* tests: Add a test which adds the maximum number of disks and uses them.Richard W.M. Jones2012-06-131-0/+1
|
* Enhance BUGS script.Richard W.M. Jones2012-06-071-2/+2
| | | | | | | | | | | | | | | Since RHBZ was updated, the old python-bugzilla program broke. When it was fixed, I found the (undocumented) ordering of the results from the old tool was no longer true. This commit adds a small Perl script to sort the output predictably. Now bugs are sorted by both bug state and bug number, so the output should be more stable than before. Re-enable creation of the BUGS file in 'make dist' (this reverts commit 91f3456244e7843768da659e24ce0aeeb4ebe4b0). Also the BUGS file has been updated.
* tests: Add a test of non-ASCII character fidelity on various filesystem ↵Richard W.M. Jones2012-05-251-0/+1
| | | | | | types (RHBZ#823887). Thanks Laszlo Ersek.
* build: Temporarily disable generation of 'BUGS' file.Richard W.M. Jones2012-05-211-2/+2
| | | | Red Hat Bugzilla is broken: RHBZ#823510.
* tests: Regression test for RHBZ#701814.Richard W.M. Jones2012-05-031-0/+1
| | | | | | | | | | | | | | | | | This commit adds a tests/xml directory, and an LD_PRELOAD module which can fake arbitrary libvirt XML from an external file (and is therefore a much more flexible test than using the libvirt test:// driver alone). Also added is one regression test for: https://bugzilla.redhat.com/show_bug.cgi?id=701814 Loading the given libvirt XML using Sys::Guestfs::Lib::open_guest used to fail with the error: format parameter is empty or contains disallowed characters at /home/rjones/d/libguestfs/perl/blib/lib/Sys/Guestfs/Lib.pm line 256. Thanks to Tom Horsley for supplying the test data.
* Turn libguestfs FAQ into a man page: guestfs-faq(1).Richard W.M. Jones2012-05-011-0/+1
|
* Add gettext support for OCaml tools (virt-resize, virt-sparsify, virt-sysprep).Richard W.M. Jones2012-05-011-2/+6
| | | | | | | | Note that this support is optional: To enable it, install the ocaml-gettext library from http://forge.ocamlcore.org/projects/ocaml-gettext . If this library is not installed, then configure detects this and inserts dummy gettext functions that do nothing.
* Remove gettextize.Richard W.M. Jones2012-05-011-3/+3
| | | | | Replace the sociopathic nonsense in gettextize with a simple Makefile.am which does the same ... and is faster.
* Move 'libguestfs.pc' (pkgconfig file) to src/ directory.Richard W.M. Jones2012-04-301-6/+0
| | | | Since it describes the C library, it's better in the src/ directory.
* New btrfs APIs.Richard W.M. Jones2012-04-251-0/+1
| | | | | | | | | | | | | | | | Bind the easy parts of the 'btrfs' program. The new APIs are: btrfs-device-add: add devices to a btrfs filesystem btrfs-device-delete: remove devices from a btrfs filesystem btrfs-filesystem-sync: sync a btrfs filesystem btrfs-filesystem-balance: balance a btrfs filesystem btrfs-subvolume-create: create a btrfs snapshot btrfs-subvolume-delete: delete a btrfs snapshot btrfs-subvolume-list: list btrfs snapshots and subvolumes btrfs-subvolume-set-default: set default btrfs subvolume btrfs-subvolume-snapshot: create a writable btrfs snapshot
* build: Change comment above OCaml tools.Richard W.M. Jones2012-04-211-1/+1
|
* website: typo: guestfs-performance.3 -> guestfs-performance.1Richard W.M. Jones2012-04-121-1/+1
|
* New man page: guestfs-performance(1).Richard W.M. Jones2012-04-111-0/+1
| | | | This contains tips for engineering libguestfs for greatest performance.
* Add po/remove-potcdate.sin to git and EXTRA_DIST.1.17.23Richard W.M. Jones2012-04-011-0/+1
| | | | This file is produced by gettextize and required by 'make dist'.
* Rewrite virt-sysprep.Richard W.M. Jones2012-03-311-6/+1
|
* Remove references to obsolete directory appliance/debian.Richard W.M. Jones2012-03-221-1/+0
| | | | This directory has not existed for a long time.
* Remove debian/ subdirectory.Richard W.M. Jones2012-03-221-27/+0
|
* Make HTML from libguestfs-test-tool man page.Richard W.M. Jones2012-03-171-0/+1
|
* appliance: Add a tool to make fixed appliances.Richard W.M. Jones2012-03-171-0/+1
|
* New APIs: ntfsclone-in, ntfsclone-out.Richard W.M. Jones2012-02-271-0/+1
|
* build: Remove 'run' from EXTRA_DIST.Richard W.M. Jones2012-02-031-1/+0
| | | | | | This file shouldn't be included in the tarball as it contains hard-coded paths from the maintainer's machine which cannot be relevant to the target machine.
* build: Add contrib/make-check-on-installed.pl to EXTRA_DIST.Richard W.M. Jones2012-01-261-0/+1
| | | | This updates commit 3d0c9f3fc63395083fef798ee31058a0bea8432e.
* Do not run appliance-related checks if not building applianceHilko Bengen2012-01-231-0/+2
|
* website: Rebuild the HTML manual pages from scratch.Richard W.M. Jones2012-01-221-0/+5
|
* gobject: Add GObject bindingsMatthew Booth2012-01-201-0/+3
|
* Tempus fugit.Richard W.M. Jones2012-01-181-1/+1
| | | | Update all copyright dates to 2012.
* New tool: virt-format: erase and make blank disks.Richard W.M. Jones2012-01-181-1/+2
| | | | | This tool allows you to easily reformat a disk, creating a blank disk with optional partition, LVM and empty filesystem.
* AUTHORS: add the email address for each authorsWanlong Gao2012-01-031-1/+1
| | | | | | | Add the email address for authors. It would be better. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
* tests: Finalize the order we run the tests.Richard W.M. Jones2011-12-221-4/+14
|
* tests: Put test-tool and comment into own section.Richard W.M. Jones2011-12-221-2/+5
|
* tests: Split images -> tests/data + tests/guestsRichard W.M. Jones2011-12-221-1/+1
|
* tests: Rename extratests -> tests/extra.Richard W.M. Jones2011-12-221-3/+3
|
* tests: Split regressions -> various subdirectories of tests/Richard W.M. Jones2011-12-221-1/+4
|
* tests: Rename capitests -> tests/c-api.Richard W.M. Jones2011-12-221-2/+2
|
* tests: Rename caution -> tests/qemu.Richard W.M. Jones2011-12-221-1/+1
|
* Add 'make extra-tests' rule and run extra tests.Richard W.M. Jones2011-11-241-1/+6
| | | | | These tests are optional, and require a special environment and tools to run.
* build: Nothing under images/ should be translatedMatthew Booth2011-11-241-0/+1
|
* Add guestfs-testing(1) man page.Richard W.M. Jones2011-11-201-0/+1
| | | | This contains suggested manual tests that users can run.
* Update FSF address.Matthew Booth2011-11-081-1/+1
|
* resize: Remove requirement for ocaml Pcre library.Richard W.M. Jones2011-11-031-4/+1
| | | | | This library is not available in RHEL 6, and in any case removing the dependency is a simple change.
* contrib: Add all contrib files to EXTRA_DIST.Richard W.M. Jones2011-11-011-0/+16
|
* virt-sysprep: Fix test to use guestmount and virt-inspector binaries that ↵Richard W.M. Jones2011-10-151-1/+1
| | | | have been built.
* virt-sysprep: Switch to using guestmount, add more features.Richard W.M. Jones2011-10-131-3/+5
| | | | | | | | | | | | | | | | This switches virt-sysprep to use guestmount instead of guestfish. This makes the script a little bit easier to modify for sysadmins. This commit also adds: - dhcp-client-state - dhcp-server-state - logfiles - random-seed - smolt-uuid - yum-uuid SELinux relabelling, and a section on security in the manual page.
* New tool: virt-sysprep: system preparation for guests.Richard W.M. Jones2011-10-081-0/+4
|
* Makefile.am: Fix comment.Richard W.M. Jones2011-10-071-1/+2
|
* New tool: virt-alignment-scan to check alignment of partitions.Richard W.M. Jones2011-10-051-1/+2
|