Displaying 2 results from an estimated 2 matches for "8655821".
Did you mean:
8655823
2015 Sep 07
0
[PATCH 4/4] builder: support Simple Streams v1.0 as index metadata
...t;
+ },
+ "uec.tar.gz": {
+ "ftype": "uec.tar.gz",
+ "md5": "b369559e3ffa9208b4eb2224c949f579",
+ "sha256": "f462729fc2f071081dbc55932e07437e265263ef2e688306c353a1f152162b03",
+ "size": 8655821,
+ "path": "0.3.2/cirros-0.3.2-x86_64-uec.tar.gz"
+ }
+ },
+ "version": "0.3.2",
+ "pubname": "cirros-0.3.2-x86_64"
+ },
+ "20111020": {
+ "items": {
+ "lxc.tar.gz": {
+...
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