libguestfs.git
12 years agoUpdate RELEASE-NOTES file.
Richard W.M. Jones [Fri, 14 Oct 2011 17:14:59 +0000 (18:14 +0100)]
Update RELEASE-NOTES file.

12 years agoVersion 1.13.21. 1.13.21
Richard W.M. Jones [Fri, 14 Oct 2011 14:14:57 +0000 (15:14 +0100)]
Version 1.13.21.

12 years agoUse ArchLinux's new kernel package "linux".
Erik Nolte [Thu, 6 Oct 2011 21:56:40 +0000 (15:56 -0600)]
Use ArchLinux's new kernel package "linux".

12 years agoAdd basic support for netbsd detection.
Michael Scherer [Thu, 13 Oct 2011 23:05:05 +0000 (01:05 +0200)]
Add basic support for netbsd detection.

12 years agoAdd support for pkgsrc, default NetBSD package manager.
Michael Scherer [Thu, 13 Oct 2011 23:05:07 +0000 (01:05 +0200)]
Add support for pkgsrc, default NetBSD package manager.

For now, only detect the tool, but support from reading
installed package could be added later ( may require either
a package of pkgsrc, or a smaller tool to read the db ).

12 years agoAdd support for mounting ufs from NetBSD, and fix FreeBSD detection on Fedora 16
Michael Scherer [Thu, 13 Oct 2011 23:05:06 +0000 (01:05 +0200)]
Add support for mounting ufs from NetBSD, and fix FreeBSD detection on Fedora 16

While testing on Fedora 16, I noticed that Linux will mount the disk
without trouble by using automatically ufstype=old, and yet do not
let us read the directories. So we should start directly with usftype=ufs2,
and if it fail, try 44bsd, as used for netbsd and openbsd ( as seen on
http://wiki-static.aydogan.net/How_to_mount_FFS_partition_under_Linux ).

12 years agoAdd the Opensuse logo ( thanks to Vincent Untz )
Michael Scherer [Thu, 13 Oct 2011 23:05:04 +0000 (01:05 +0200)]
Add the Opensuse logo ( thanks to Vincent Untz )

Like Ubuntu one, it may not be always present.

12 years agoAdd Opensuse and zypper detection support
Michael Scherer [Thu, 13 Oct 2011 23:05:03 +0000 (01:05 +0200)]
Add Opensuse and zypper detection support

This would also erronously detect SLES as Opensuse.

12 years agoAdd support for Ubuntu logo
Michael Scherer [Thu, 13 Oct 2011 23:05:02 +0000 (01:05 +0200)]
Add support for Ubuntu logo

Ths logo is present on Lucid Lynx, but may not always be installed, like
in case of a minimal installation ( or server ). While Edubuntu and Kubuntu
have different logo, I didn't check where it would be placed.

12 years agoDetect Mageia distribution
Michael Scherer [Thu, 13 Oct 2011 23:05:01 +0000 (01:05 +0200)]
Detect Mageia distribution

12 years agoPartially fix --disable-erlang
Michael Scherer [Thu, 13 Oct 2011 23:05:00 +0000 (01:05 +0200)]
Partially fix --disable-erlang

Without this, configure will always enable erlang, no matter what
argument are passed. Now, we can disable it, even if configure still
need the erlang compiler for some obscure reason.

12 years agovirt-sysprep: Add cron-spool, mail-spool, utmp.
Richard W.M. Jones [Fri, 14 Oct 2011 07:36:00 +0000 (08:36 +0100)]
virt-sysprep: Add cron-spool, mail-spool, utmp.

12 years agovirt-sysprep: Use /dev/urandom instead of /dev/random.
Richard W.M. Jones [Thu, 13 Oct 2011 22:30:13 +0000 (23:30 +0100)]
virt-sysprep: Use /dev/urandom instead of /dev/random.

12 years agovirt-sysprep: More clarifications to the man page.
Richard W.M. Jones [Thu, 13 Oct 2011 22:29:58 +0000 (23:29 +0100)]
virt-sysprep: More clarifications to the man page.

12 years agovirt-sysprep: Clarify docs on enabling operations.
Richard W.M. Jones [Thu, 13 Oct 2011 22:24:28 +0000 (23:24 +0100)]
virt-sysprep: Clarify docs on enabling operations.

12 years agovirt-sysprep: Add rhn-systemid.
Richard W.M. Jones [Thu, 13 Oct 2011 22:20:27 +0000 (23:20 +0100)]
virt-sysprep: Add rhn-systemid.

12 years agovirt-sysprep: Switch to using guestmount, add more features.
Richard W.M. Jones [Thu, 13 Oct 2011 14:37:56 +0000 (15:37 +0100)]
virt-sysprep: Switch to using guestmount, add more features.

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.

12 years agovirt-sysprep: Use Augeas for config file manipulation.
Richard W.M. Jones [Thu, 13 Oct 2011 14:07:41 +0000 (15:07 +0100)]
virt-sysprep: Use Augeas for config file manipulation.

12 years agovirt-sysprep: Add prepend_line utility function.
Richard W.M. Jones [Thu, 13 Oct 2011 13:30:35 +0000 (14:30 +0100)]
virt-sysprep: Add prepend_line utility function.

12 years agofish: docs: note how to clean up the remote process properly.
Richard W.M. Jones [Thu, 13 Oct 2011 10:56:52 +0000 (11:56 +0100)]
fish: docs: note how to clean up the remote process properly.

Killing it is always a bad idea, because the qemu subprocess will be
left hanging around.  The best thing is to send the exit command.

This also makes the change to virt-sysprep.

12 years agofish: Close guestfs handle explicitly before exiting.
Richard W.M. Jones [Thu, 13 Oct 2011 10:54:18 +0000 (11:54 +0100)]
fish: Close guestfs handle explicitly before exiting.

NOTE this is just a cleanup.  It is NOT necessary for correctness,
since libguestfs itself is correctly closing the handle in the exit
handler.

12 years agovirt-sysprep: Trap ERR as well as EXIT.
Richard W.M. Jones [Thu, 13 Oct 2011 10:34:04 +0000 (11:34 +0100)]
virt-sysprep: Trap ERR as well as EXIT.

12 years agoguestmount: Add note to man page about 'fuse' group for Debian.
Richard W.M. Jones [Thu, 13 Oct 2011 10:13:05 +0000 (11:13 +0100)]
guestmount: Add note to man page about 'fuse' group for Debian.

12 years agovirt-sysprep: Simplify calls to guestfish --remote.
Richard W.M. Jones [Thu, 13 Oct 2011 10:09:31 +0000 (11:09 +0100)]
virt-sysprep: Simplify calls to guestfish --remote.

12 years agovirt-sysprep: Further TODO items (thanks Nikita Menkovich).
Richard W.M. Jones [Thu, 13 Oct 2011 09:36:24 +0000 (10:36 +0100)]
virt-sysprep: Further TODO items (thanks Nikita Menkovich).

12 years agovirt-sysprep: Further TODO items (thanks Marko Myllynen, James Antill).
Richard W.M. Jones [Thu, 13 Oct 2011 09:36:24 +0000 (10:36 +0100)]
virt-sysprep: Further TODO items (thanks Marko Myllynen, James Antill).

12 years agoVersion 1.13.20. 1.13.20
Richard W.M. Jones [Tue, 11 Oct 2011 19:59:29 +0000 (20:59 +0100)]
Version 1.13.20.

12 years agovirt-sysprep: Update TODO list again.
Richard W.M. Jones [Tue, 11 Oct 2011 18:20:53 +0000 (19:20 +0100)]
virt-sysprep: Update TODO list again.

12 years agovirt-sysprep: Update TODO list (thanks Steve Grubb, Dan Berrange).
Richard W.M. Jones [Tue, 11 Oct 2011 17:04:46 +0000 (18:04 +0100)]
virt-sysprep: Update TODO list (thanks Steve Grubb, Dan Berrange).

12 years agoTODO: More virt-sysprep suggestions (thanks librarian).
Richard W.M. Jones [Mon, 10 Oct 2011 14:13:40 +0000 (15:13 +0100)]
TODO: More virt-sysprep suggestions (thanks librarian).

12 years agoAdd systemtap/DTrace probes.
Richard W.M. Jones [Mon, 10 Oct 2011 12:26:15 +0000 (13:26 +0100)]
Add systemtap/DTrace probes.

Mainly this is a documentation change.  However a sample of
DTrace-compatible userspace probes are also added.

12 years agoUpdate TODO file with future plans for virt-sysprep.
Richard W.M. Jones [Mon, 10 Oct 2011 08:51:03 +0000 (09:51 +0100)]
Update TODO file with future plans for virt-sysprep.

12 years agoVersion 1.13.19. 1.13.19
Richard W.M. Jones [Sat, 8 Oct 2011 12:59:13 +0000 (13:59 +0100)]
Version 1.13.19.

12 years agoNew tool: virt-sysprep: system preparation for guests.
Richard W.M. Jones [Fri, 7 Oct 2011 18:22:11 +0000 (19:22 +0100)]
New tool: virt-sysprep: system preparation for guests.

12 years agofish: Add man page section on calling guestfish remote robustly from bash.
Richard W.M. Jones [Fri, 7 Oct 2011 18:20:36 +0000 (19:20 +0100)]
fish: Add man page section on calling guestfish remote robustly from bash.

12 years agovirt-alignment-scan: Fix SYNOPSIS in manual page.
Richard W.M. Jones [Fri, 7 Oct 2011 12:52:39 +0000 (13:52 +0100)]
virt-alignment-scan: Fix SYNOPSIS in manual page.

12 years agoMakefile.am: Fix comment.
Richard W.M. Jones [Fri, 7 Oct 2011 12:42:27 +0000 (13:42 +0100)]
Makefile.am: Fix comment.

12 years agovirt-alignment-scan: docs: Add link to RHEL Storage Administration Guide.
Richard W.M. Jones [Thu, 6 Oct 2011 16:37:01 +0000 (17:37 +0100)]
virt-alignment-scan: docs: Add link to RHEL Storage Administration Guide.

12 years agovirt-alignment-scan: More information in man page.
Richard W.M. Jones [Thu, 6 Oct 2011 09:23:38 +0000 (10:23 +0100)]
virt-alignment-scan: More information in man page.

Thanks Mike Snitzer.

12 years agovirt-resize: Align partitions to multiple of 128 sectors (instead of 64).
Richard W.M. Jones [Thu, 6 Oct 2011 09:22:16 +0000 (10:22 +0100)]
virt-resize: Align partitions to multiple of 128 sectors (instead of 64).

This gives us effectively 64 KByte alignment, optimal for all current
types of storage.

12 years agoUpdate RELEASE-NOTES file.
Richard W.M. Jones [Wed, 5 Oct 2011 18:12:34 +0000 (19:12 +0100)]
Update RELEASE-NOTES file.

12 years agoVersion 1.13.18. 1.13.18
Richard W.M. Jones [Wed, 5 Oct 2011 17:13:38 +0000 (18:13 +0100)]
Version 1.13.18.

12 years agoNew tool: virt-alignment-scan to check alignment of partitions.
Richard W.M. Jones [Wed, 5 Oct 2011 14:06:10 +0000 (15:06 +0100)]
New tool: virt-alignment-scan to check alignment of partitions.

12 years agodocs: Add directory sections for resize/ and sparsify/
Richard W.M. Jones [Wed, 5 Oct 2011 13:38:07 +0000 (14:38 +0100)]
docs: Add directory sections for resize/ and sparsify/

12 years agoUpdate RELEASE-NOTES file.
Richard W.M. Jones [Tue, 4 Oct 2011 21:42:42 +0000 (22:42 +0100)]
Update RELEASE-NOTES file.

12 years agosparsify: Fix --ignore option to work on canonical device names.
Richard W.M. Jones [Tue, 4 Oct 2011 19:00:42 +0000 (20:00 +0100)]
sparsify: Fix --ignore option to work on canonical device names.

12 years agodocs: Clearer language in virt-sparsify man page.
Richard W.M. Jones [Tue, 4 Oct 2011 19:00:21 +0000 (20:00 +0100)]
docs: Clearer language in virt-sparsify man page.

12 years agoVersion 1.13.17. 1.13.17
Richard W.M. Jones [Tue, 4 Oct 2011 18:24:42 +0000 (19:24 +0100)]
Version 1.13.17.

12 years agoNew tool: virt-sparsify to make disk images sparse.
Richard W.M. Jones [Tue, 4 Oct 2011 10:02:30 +0000 (11:02 +0100)]
New tool: virt-sparsify to make disk images sparse.

12 years agodocs: Add virt-resize to list of links in guestfs(3).
Richard W.M. Jones [Tue, 4 Oct 2011 09:58:25 +0000 (10:58 +0100)]
docs: Add virt-resize to list of links in guestfs(3).

12 years agodocs: virt-win-reg is written in Perl, not virt-resize.
Richard W.M. Jones [Tue, 4 Oct 2011 09:58:02 +0000 (10:58 +0100)]
docs: virt-win-reg is written in Perl, not virt-resize.

12 years agoUpdate API support documentation.
Richard W.M. Jones [Tue, 4 Oct 2011 09:57:05 +0000 (10:57 +0100)]
Update API support documentation.

12 years agoVersion 1.13.16. 1.13.16
Richard W.M. Jones [Sat, 1 Oct 2011 13:35:05 +0000 (14:35 +0100)]
Version 1.13.16.

12 years agomount: Not deprecated any more.
Richard W.M. Jones [Sat, 1 Oct 2011 09:42:05 +0000 (10:42 +0100)]
mount: Not deprecated any more.

This updates commit 5c2f1a2d9433eeb5aebeec26f0412c703bbe7269.

12 years agomount: No longer implicitly add -o sync,noatime options.
Richard W.M. Jones [Sat, 1 Oct 2011 07:20:50 +0000 (08:20 +0100)]
mount: No longer implicitly add -o sync,noatime options.

12 years agodaemon: mkswap --help output changed, breaking linuxfsuuid group detection.
Richard W.M. Jones [Thu, 29 Sep 2011 15:08:20 +0000 (16:08 +0100)]
daemon: mkswap --help output changed, breaking linuxfsuuid group detection.

12 years agoVersion 1.13.15. 1.13.15
Richard W.M. Jones [Wed, 28 Sep 2011 21:13:27 +0000 (22:13 +0100)]
Version 1.13.15.

12 years agoNew API: set-smp, get-smp
Richard W.M. Jones [Wed, 28 Sep 2011 13:39:31 +0000 (14:39 +0100)]
New API: set-smp, get-smp

These calls allow you to change the number of virtual CPUs assigned to
the appliance.

This also adds a --smp option to virt-rescue.

12 years agoNew APIs: compress-out, compress-device-out.
Richard W.M. Jones [Wed, 28 Sep 2011 10:14:06 +0000 (11:14 +0100)]
New APIs: compress-out, compress-device-out.

These APIs let you copy compressed files or devices out from the disk
image.

Compression is useful for large images which are mostly zeroes.  We
cannot currently do sparseness detection, and compression gives us a
form of zero detection for free.

Example usage:

$ guestfish --ro -a /dev/vg_pin/F16x64 -i \
    compress-out gzip /etc/passwd /tmp/passwd.gz
$ file -z /tmp/passwd.gz
/tmp/passwd.gz: ASCII text (gzip compressed data, was "passwd", from
Unix, last modified: Sun Aug 28 14:40:46 2011)

12 years agodaemon: Move useful is_zero function to header file.
Richard W.M. Jones [Wed, 28 Sep 2011 13:17:53 +0000 (14:17 +0100)]
daemon: Move useful is_zero function to header file.

Code motion.

12 years agoAdd no_timer_check to disable faulty test during boot (RHBZ#502058).
Richard W.M. Jones [Mon, 26 Sep 2011 12:34:12 +0000 (13:34 +0100)]
Add no_timer_check to disable faulty test during boot (RHBZ#502058).

See:

https://bugzilla.redhat.com/show_bug.cgi?id=502058#c15
https://bugzilla.redhat.com/show_bug.cgi?id=698842#c8

This updates commit 79e66f89e2f6c27486476d7857da58feb491bf5c.

12 years agodocs: Show how to use a qemu wrapper to edit the qemu command line.
Richard W.M. Jones [Mon, 26 Sep 2011 08:58:46 +0000 (09:58 +0100)]
docs: Show how to use a qemu wrapper to edit the qemu command line.

12 years agoVersion 1.13.14. 1.13.14
Richard W.M. Jones [Sat, 24 Sep 2011 21:32:46 +0000 (22:32 +0100)]
Version 1.13.14.

12 years agoUpdate to latest gnulib.
Richard W.M. Jones [Sat, 24 Sep 2011 17:50:00 +0000 (18:50 +0100)]
Update to latest gnulib.

12 years agoerlang: Use the official autoconf macros.
Richard W.M. Jones [Thu, 22 Sep 2011 13:41:46 +0000 (14:41 +0100)]
erlang: Use the official autoconf macros.

12 years agotodo: Suggestion to improve Erlang bindings.
Richard W.M. Jones [Wed, 21 Sep 2011 21:28:11 +0000 (22:28 +0100)]
todo: Suggestion to improve Erlang bindings.

12 years agoEnable APIC.
Richard W.M. Jones [Wed, 21 Sep 2011 18:31:10 +0000 (19:31 +0100)]
Enable APIC.

Originally this was disabled to work around RHBZ#502058.  That bug was
never officially fixed, but it may have fixed itself.

In the meantime, KVM has broken ordinary PIC support (RHBZ#723822).
Since APIC is the most common way that regular Linux and Windows
guests run it makes sense to remove this hack.

12 years agoVersion 1.13.13. 1.13.13
Richard W.M. Jones [Wed, 21 Sep 2011 14:12:28 +0000 (15:12 +0100)]
Version 1.13.13.

12 years agoAdd Erlang bindings.
Richard W.M. Jones [Tue, 20 Sep 2011 17:03:58 +0000 (18:03 +0100)]
Add Erlang bindings.

12 years agoinspection: Handle /dev/root in /etc/fstab.
Richard W.M. Jones [Fri, 16 Sep 2011 14:26:20 +0000 (15:26 +0100)]
inspection: Handle /dev/root in /etc/fstab.

This means "the device that holds /etc/fstab", so map it correctly.

This fixes support for ttylinux and also some other guests that use
/dev/root instead of a real device name.

12 years agoinspection: Add support for ttylinux (a minimal Linux).
Richard W.M. Jones [Fri, 16 Sep 2011 14:21:26 +0000 (15:21 +0100)]
inspection: Add support for ttylinux (a minimal Linux).

12 years agoAdd an optional group ("grub") for the guestfs_grub_install API.
Richard W.M. Jones [Thu, 15 Sep 2011 21:02:43 +0000 (22:02 +0100)]
Add an optional group ("grub") for the guestfs_grub_install API.

This also improves the documentation for this call, pointing out
several pitfalls in using it.

This unfortunately breaks existing callers that might use
guestfs_grub_install without checking for this new group.

12 years agoVersion 1.13.12. 1.13.12
Richard W.M. Jones [Wed, 14 Sep 2011 17:56:38 +0000 (18:56 +0100)]
Version 1.13.12.

12 years agotest-tool: Display TMPDIR.
Richard Jones [Wed, 14 Sep 2011 12:52:39 +0000 (13:52 +0100)]
test-tool: Display TMPDIR.

12 years agotest-tool: Refresh libguestfs-test-tool man page.
Richard Jones [Wed, 14 Sep 2011 12:19:11 +0000 (13:19 +0100)]
test-tool: Refresh libguestfs-test-tool man page.

12 years agotest-tool: Make the default timeout be 600 seconds (10 minutes).
Richard Jones [Wed, 14 Sep 2011 12:00:34 +0000 (13:00 +0100)]
test-tool: Make the default timeout be 600 seconds (10 minutes).

We could sometimes hit the 120 second timeout, eg. if the appliance
needed to be rebuilt and the machine was very slow and/or under heavy
I/O load.  10 minutes should be enough for any reasonable situation.

12 years agotest-tool: Document the -t command line option.
Richard Jones [Wed, 14 Sep 2011 11:58:43 +0000 (12:58 +0100)]
test-tool: Document the -t command line option.

12 years agotest-tool: Use B<...> for command line options in man page.
Richard Jones [Wed, 14 Sep 2011 11:58:30 +0000 (12:58 +0100)]
test-tool: Use B<...> for command line options in man page.

12 years agopo-docs: Make podfiles sort stable.
Richard Jones [Mon, 12 Sep 2011 10:36:00 +0000 (11:36 +0100)]
po-docs: Make podfiles sort stable.

12 years agoStable OCaml dependencies.
Richard Jones [Mon, 12 Sep 2011 10:33:19 +0000 (11:33 +0100)]
Stable OCaml dependencies.

12 years agodocs: Add a section explaining the appliance boot process.
Richard W.M. Jones [Wed, 7 Sep 2011 14:21:37 +0000 (15:21 +0100)]
docs: Add a section explaining the appliance boot process.

12 years agoVersion 1.13.11. 1.13.11
Richard W.M. Jones [Thu, 1 Sep 2011 13:55:18 +0000 (14:55 +0100)]
Version 1.13.11.

12 years agoRemove old regression test that mainly tested a buggy API.
Richard W.M. Jones [Thu, 1 Sep 2011 12:37:20 +0000 (13:37 +0100)]
Remove old regression test that mainly tested a buggy API.

The guestfs_ll command currently lists files in the appliance if you
prefix filenames with "/..".  However this is a bug, not a feature,
and we should not be testing it.

12 years agodebian: Missing build dependency on db4.8-util.
Richard W.M. Jones [Thu, 1 Sep 2011 12:15:13 +0000 (13:15 +0100)]
debian: Missing build dependency on db4.8-util.

12 years agodaemon: Factor out name of virtio serial channel.
Richard W.M. Jones [Thu, 1 Sep 2011 11:59:15 +0000 (12:59 +0100)]
daemon: Factor out name of virtio serial channel.

This is just code motion.

12 years agoCreate /sys directory if it doesn't exist already.
Richard W.M. Jones [Thu, 1 Sep 2011 11:58:30 +0000 (12:58 +0100)]
Create /sys directory if it doesn't exist already.

Ubuntu 10.04 LTS packages don't create /sys.

12 years agoVersion 1.13.10. 1.13.10
Richard W.M. Jones [Sun, 28 Aug 2011 16:58:34 +0000 (17:58 +0100)]
Version 1.13.10.

12 years agocat: Small documentation correction.
Richard W.M. Jones [Sun, 28 Aug 2011 16:35:34 +0000 (17:35 +0100)]
cat: Small documentation correction.

12 years agoinspector: Use xmlstarlet instead of xpath in examples.
Richard W.M. Jones [Sat, 27 Aug 2011 16:53:03 +0000 (17:53 +0100)]
inspector: Use xmlstarlet instead of xpath in examples.

12 years agoman pages: Add a standard EXIT STATUS section to most pages.
Richard W.M. Jones [Sat, 27 Aug 2011 16:47:10 +0000 (17:47 +0100)]
man pages: Add a standard EXIT STATUS section to most pages.

12 years agoVersion 1.13.9. 1.13.9
Richard W.M. Jones [Fri, 26 Aug 2011 21:55:09 +0000 (22:55 +0100)]
Version 1.13.9.

12 years agoprogress: Make default UTF-8 progress bar less black.
Richard W.M. Jones [Fri, 26 Aug 2011 21:40:27 +0000 (22:40 +0100)]
progress: Make default UTF-8 progress bar less black.

12 years agoresize: Add --machine-readable option for machine friendly output.
Richard W.M. Jones [Fri, 26 Aug 2011 21:34:49 +0000 (22:34 +0100)]
resize: Add --machine-readable option for machine friendly output.

12 years agoprogress: Add machine readable flag.
Richard W.M. Jones [Fri, 26 Aug 2011 21:03:47 +0000 (22:03 +0100)]
progress: Add machine readable flag.

Machine-readable progress bars look like:

0/100
1/100
2/100

12 years agoresize: Use guestfish progress bar mini-library.
Richard W.M. Jones [Fri, 26 Aug 2011 18:21:23 +0000 (19:21 +0100)]
resize: Use guestfish progress bar mini-library.

There are two benefits:

 - the progress bars look better
 - there is a reasonably accurate estimate of how long each operation
   will take

12 years agoAdd GUESTFS_EVENT_ENTER event.
Richard W.M. Jones [Fri, 26 Aug 2011 19:28:20 +0000 (20:28 +0100)]
Add GUESTFS_EVENT_ENTER event.

This event is generated whenever a libguestfs function is called.

12 years agofish: Make progress bars into a mini library.
Richard W.M. Jones [Fri, 26 Aug 2011 17:17:39 +0000 (18:17 +0100)]
fish: Make progress bars into a mini library.

This library could now be called from other virt tools.

12 years agofish: clarify comment: shared source files are used by virt tools too.
Richard W.M. Jones [Fri, 26 Aug 2011 16:39:06 +0000 (17:39 +0100)]
fish: clarify comment: shared source files are used by virt tools too.

12 years agoVersion 1.13.8. 1.13.8
Richard W.M. Jones [Fri, 26 Aug 2011 10:54:05 +0000 (11:54 +0100)]
Version 1.13.8.

12 years agoruby: Check Ruby callback exists before we call it (RHBZ#733297).
Richard W.M. Jones [Thu, 25 Aug 2011 12:56:09 +0000 (13:56 +0100)]
ruby: Check Ruby callback exists before we call it (RHBZ#733297).