Tomáš Golembiovský
2018-Feb-21 09:39 UTC
[Libguestfs] [PATCH] tmp: ignore virt-v2v overlay files
Failed virt-v2v tests can leave the overlay files on disk. Make sure they are ignored. Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com> --- tmp/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tmp/.gitignore b/tmp/.gitignore index 28ac388f3..912a946b6 100644 --- a/tmp/.gitignore +++ b/tmp/.gitignore @@ -2,4 +2,5 @@ /guestfs.* /libguestfs??????/ /run-* +/v2vovl*.qcow2 /valgrind-*.log -- 2.16.1
Richard W.M. Jones
2018-Feb-21 14:43 UTC
Re: [Libguestfs] [PATCH] tmp: ignore virt-v2v overlay files
On Wed, Feb 21, 2018 at 10:39:10AM +0100, Tomáš Golembiovský wrote:> Failed virt-v2v tests can leave the overlay files on disk. Make sure > they are ignored. > > Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com> > --- > tmp/.gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tmp/.gitignore b/tmp/.gitignore > index 28ac388f3..912a946b6 100644 > --- a/tmp/.gitignore > +++ b/tmp/.gitignore > @@ -2,4 +2,5 @@ > /guestfs.* > /libguestfs??????/ > /run-* > +/v2vovl*.qcow2 > /valgrind-*.logSure, ACK. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http://libguestfs.org
Apparently Analagous Threads
- Re: [PATCH virt-v2v] v2v: Allow temporary directory to be set on a global basis.
- [PATCH] v2v: remove MAC address related information
- [PATCH 0/3] Fixing out-of-tree builds
- [PATCH v2] v2v: linux: accept 'sr' devices in fstab
- Re: [PATCH v4 4/6] mllib: modify nsplit to take optional noempty and count arguments