[Libguestfs] [PATCH 2/2] builder: Add a second archive repo to the virt-builder repos.

Richard W.M. Jones rjones at redhat.com
Thu Dec 6 14:55:10 UTC 2018


builder.libguestfs.org has almost run out of space.  I would like to
move templates for older guests to the archive site (which is slower
but has unlimited space).  The easiest way to do this is to add a
second repo.

This only affects obsolete/unsupported Fedora releases.
---
 builder/libguestfs.conf.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/builder/libguestfs.conf.in b/builder/libguestfs.conf.in
index 3b9e3854f..412079df6 100644
--- a/builder/libguestfs.conf.in
+++ b/builder/libguestfs.conf.in
@@ -1,3 +1,7 @@
 [libguestfs.org]
 uri=http://builder.libguestfs.org/index.asc
 gpgkey=file://@SYSCONFDIR@/xdg/virt-builder/repos.d/libguestfs.gpg
+
+[archive.libguestfs.org]
+uri=http://archive.libguestfs.org/builder/index.asc
+gpgkey=file://@SYSCONFDIR@/xdg/virt-builder/repos.d/libguestfs.gpg
-- 
2.19.0.rc0




More information about the Libguestfs mailing list