Displaying 1 result from an estimated 1 matches for "1bca6b8".
2014 Feb 24
2
[PATCH] builder: add a mandatory 'arch' key in index files
...intf " \"arch\": \"%s\",\n" arch;
printf " \"size\": %Ld,\n" size;
json_optional_printf_int64 "compressed-size" compressed_size;
print_notes notes;
diff --git a/builder/test-index.in b/builder/test-index.in
index 1bca6b8..3efebc4 100644
--- a/builder/test-index.in
+++ b/builder/test-index.in
@@ -1,5 +1,6 @@
[phony-debian]
name=Phony Debian
+arch=x86_64
file=debian.xz
format=raw
size=536870912
@@ -9,6 +10,7 @@ notes=Phony Debian look-alike used for testing.
[phony-fedora]
name=Phony Fedora
+arch=x86_64
fil...