search for: d27219d

Displaying 2 results from an estimated 2 matches for "d27219d".

Did you mean: 27219
2019 Sep 27
1
[p2v PATCH] tests: fix run-virt-p2v-in-a-vm helper target
...available now. Since we already require libguestfs tools for some functional tests, make run-virt-p2v-in-a-vm depend on libguestfs too, and use the qemu configured in libguestfs. --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d27219d..d1b4bee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -266,8 +266,9 @@ endif HAVE_LIBGUESTFS run-virt-p2v-directly: $(PHYSICAL_MACHINE) $(top_builddir)/run virt-p2v --test-disk=$(PHYSICAL_MACHINE) +if HAVE_LIBGUESTFS run-virt-p2v-in-a-vm: virt-p2v.img $(PHYSICAL_MACHINE) - $(QEMU) \ + $(shel...
2019 Sep 18
1
[p2v PATCH v2] Use URL to point to GNU licenses
...| 3 +-- virt-p2v-make-disk.in | 3 +-- virt-p2v-make-kickstart.in | 3 +-- virt-p2v-make-kiwi.in | 3 +-- whole-file.c | 5 ++--- 53 files changed, 60 insertions(+), 117 deletions(-) diff --git a/Makefile.am b/Makefile.am index b868d1b..d27219d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,8 +12,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, B...