Displaying 3 results from an estimated 3 matches for "f5b98b7".
2015 Jul 28
0
[PATCH 04/10] builder: internally use a list of checksums for indexes
...checksum_sha512 = checksum_sha512;
+ checksums = checksums;
revision = revision;
format = format;
size = size;
diff --git a/builder/index_parser.mli b/builder/index_parser.mli
index 2e6ba77..f5b98b7 100644
--- a/builder/index_parser.mli
+++ b/builder/index_parser.mli
@@ -23,7 +23,7 @@ and entry = {
file_uri : string;
arch : string;
signature_uri : string option; (* deprecated, will be removed in 1.26 *)
- checksum_sha512 : string option;
+ checksums : Checksums.csum_t list op...
2015 Jul 28
0
[PATCH 06/10] builder: split Index_parser.index in an own module
...() then (
printf "index file (%s) after parsing (C parser):\n" uri;
- List.iter (print_entry Pervasives.stdout) entries
+ List.iter (Index.print_entry Pervasives.stdout) entries
);
entries
diff --git a/builder/index_parser.mli b/builder/index_parser.mli
index f5b98b7..b8d8ddf 100644
--- a/builder/index_parser.mli
+++ b/builder/index_parser.mli
@@ -16,26 +16,4 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*)
-type index = (string * entry) list (* string = "os-version" *)
-and entry = {
- printable_name : string option;...
2015 Jul 28
19
[PATCH 00/10] RFC: builder: first 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.
TODO items:
- a bit more testing: listing and creating images works, so the
current metadata is correct
- handle revisions, so newer