Displaying 2 results from an estimated 2 matches for "634254d".
Did you mean:
634246
2014 Feb 24
2
[PATCH] builder: add a mandatory 'arch' key in index files
..._64
file=ubuntu.xz
format=raw
size=536870912
@@ -52,6 +58,7 @@ notes=Phony Ubuntu look-alike used for testing.
[phony-windows]
name=Phony Windows
+arch=x86_64
file=windows.xz
format=raw
size=536870912
diff --git a/builder/test-virt-builder-list.sh b/builder/test-virt-builder-list.sh
index 634254d..7174152 100755
--- a/builder/test-virt-builder-list.sh
+++ b/builder/test-virt-builder-list.sh
@@ -46,6 +46,7 @@ Fingerprint: F777 4FB1 AD07 4A7E 8C87 67EA 9173 8F73 E1B7 68A0
os-version: phony-debian
Full name: Phony Debian
+Architecture: x86_64
Minimum/...
2014 Jan 30
2
[PATCH] builder: output translated notes
...+ | LC_COLLATE
+ | LC_MONETARY
+ | LC_MESSAGES
+;;
+
+val setlocale : localecategory -> string option -> string option
+(** [setlocale category newlocale] Tiny wrapper to the C [setlocale]. *)
diff --git a/builder/test-virt-builder-list.sh b/builder/test-virt-builder-list.sh
index c3b791f..634254d 100755
--- a/builder/test-virt-builder-list.sh
+++ b/builder/test-virt-builder-list.sh
@@ -119,49 +119,63 @@ if [ "$json_list" != "{
\"os-version\": \"phony-debian\",
\"full-name\": \"Phony Debian\",
\"size\": 536870912...