search for: e58d563

Displaying 3 results from an estimated 3 matches for "e58d563".

Did you mean: 58563
2014 Nov 21
1
[PATCH] Add tests for Arch Linux
...;url>http://libguestfs.org/</url> + <description>Test package for libguestfs</description> + </application> + </applications> + </operatingsystem> +</operatingsystems> diff --git a/tests/guests/Makefile.am b/tests/guests/Makefile.am index e58d563..2bb721d 100644 --- a/tests/guests/Makefile.am +++ b/tests/guests/Makefile.am @@ -28,6 +28,8 @@ EXTRA_DIST = \ guest-aux/fedora-packages.db.txt \ guest-aux/fedora-packages.db \ guest-aux/make-ubuntu-img.sh \ + guest-aux/make-archlinux-img.sh \ + guest-aux/archlinux-package \ guest-aux/make-...
2014 Oct 23
17
[PATCH 00/16] Small bits of non-Linux porting
Hi, from time to time, there have been requests (or attempts, like the mingw port posted on the list some months ago) to make libguestfs work on OSes different than Linux. Of course this would imply using a fixed appliance, since it is currently heavily dependent on Linux. The attached series provides some easy changes in this direction, resolving some of the easy issues found in porting to
2014 Oct 24
10
[PATCH v7 00/10] tests: Introduce test harness for running tests.
v7: The only changes since v6 are those suggested by Pino in the review of v5.