Displaying 2 results from an estimated 2 matches for "8241360".
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": "c1630b33986cc09df2e0cbca7f5c5346",
+ "sha256": "f1cad519da6632b1d0ebad2f892534b732b5f9dd54d27f532d2963a0748f246e",
+ "size": 8241360,
+ "path": "0.3.4/cirros-0.3.4-i386-uec.tar.gz"
+ }
+ },
+ "version": "0.3.4",
+ "pubname": "cirros-0.3.4-i386"
+ },
+ "20140317": {
+ "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