Displaying 3 results from an estimated 3 matches for "67e017f".
Did you mean:
670171
2015 Nov 04
0
[PATCH] builder: Document using 'qemu-img amend' for RHEL 6 compat (RHBZ#1204131).
---
builder/virt-builder.pod | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/builder/virt-builder.pod b/builder/virt-builder.pod
index 67e017f..545b134 100644
--- a/builder/virt-builder.pod
+++ b/builder/virt-builder.pod
@@ -280,6 +280,12 @@ For ordinary builds, this selects the output format. The default is I<raw>.
With I<--get-kernel> this specifies the input format.
+To create an old-style qcow2 file (for compatibilit...
2015 Sep 07
0
[PATCH 4/4] builder: support Simple Streams v1.0 as index metadata
...ot;cirros-0.3.4-powerpc\"
+ ],
+ \"hidden\": false
+ }
+ ]
+}" ]; then
+ echo "$0: unexpected --list --format json output:"
+ echo "$json_list"
+ exit 1
+fi
diff --git a/builder/virt-builder.pod b/builder/virt-builder.pod
index 710f006..67e017f 100644
--- a/builder/virt-builder.pod
+++ b/builder/virt-builder.pod
@@ -1183,6 +1183,13 @@ The possible values are:
The native format of the C<virt-builder> repository. See also
L</Creating and signing the index file> below.
+=item B<simplestreams>
+
+The URI represents the...
2015 Sep 07
5
[PATCH 0/4 v3] builder: support for Simple Streams metadata
Hi,
this series adds a basic support for Simple Streams v1.0 metadata
files. This makes it possible to create a repository .conf files with
[cirros]
uri=http://download.cirros-cloud.net
format=simplestreams
to read the latest version of each CirrOS image.
Thanks,
Pino Toscano (4):
builder: add non-int revisions
builder: add simple libyajl binding
build: expose HAVE_YAJL to automake