Displaying 4 results from an estimated 4 matches for "7bbc28d".
2014 Feb 25
12
[PATCH 0/8] virt-builder: use .conf files for configuration
Hi,
attached there is a serie of patches that completes the work on making
virt-builder use .conf files, shipped in XDG directories, to configure
all the available sources of indexes used.
This also removes the hardcoded default location, replaced now with a
configuration file (which may be not used at all).
Thanks,
Pino Toscano (8):
builder: allow "no key" as key in Sigchecker
2016 Nov 28
2
[PATCH] builder: Rearrange how template-building scripts work.
...index-validate ../../website/download/builder/index
+$VG virt-index-validate ../../website/download/builder/index.asc
$VG virt-index-validate $fn
rm $fn
diff --git a/builder/test-website/virt-builder/repos.d/libguestfs.conf.in b/builder/test-website/virt-builder/repos.d/libguestfs.conf.in
index 7bbc28d..7118529 100644
--- a/builder/test-website/virt-builder/repos.d/libguestfs.conf.in
+++ b/builder/test-website/virt-builder/repos.d/libguestfs.conf.in
@@ -1,3 +1,3 @@
[libguestfs.org]
-uri=file://@abs_top_srcdir@/builder/website/index.asc
+uri=file://@abs_top_srcdir@/website/download/builder/index....
2015 Aug 04
16
[PATCH v3 01/16] tests: Introduce test harness for running tests.
Since v2:
- Add perl tests.
- Reworked and fixed the tests for virt-builder.
- Some further minor bug fixes.
2015 Aug 06
20
[PATCH v4 00/17] tests: Introduce test harness for running tests.
Since v3:
- A large number of fixes, especially for running the tests on
installed libguestfs.
- Fixed EXTRA_DIST rules throughout.
- Extra patch 17/17 which is a tidy-up of the generated XML
listing guests.
Rich.