From 3b4a250c527d188f26e8deb6f10e59dbe8b18356 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Thu, 26 Jan 2017 22:00:16 +0900 Subject: gnome-platform.bst: Architecture conditional ostree import source Pull in a different org.gnome.Platform branch depending on the build architecture. --- gnome-platform.bst | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/gnome-platform.bst b/gnome-platform.bst index caeb958e..79346805 100644 --- a/gnome-platform.bst +++ b/gnome-platform.bst @@ -1,14 +1,23 @@ kind: import description: Import the GNOME Platform -sources: -- kind: ostree - url: https://sdk.gnome.org/repo/ - track: runtime/org.gnome.Platform/x86_64/3.22 - gpg-key: keys/gnome-sdk.gpg - ref: b8cefee73336be957b195a797c454808307ff853f811771d5e577f071b5540e4 config: source: files public: bst: integration-commands: - ldconfig +arches: + x86_64: + sources: + - kind: ostree + url: https://sdk.gnome.org/repo/ + track: runtime/org.gnome.Platform/x86_64/3.22 + gpg-key: keys/gnome-sdk.gpg + ref: af7b50663d808bf5cc6eb7538a3481b29c34864d71b719562246071113a18327 + i386: + sources: + - kind: ostree + url: https://sdk.gnome.org/repo/ + track: runtime/org.gnome.Platform/i386/3.22 + gpg-key: keys/gnome-sdk.gpg + ref: 8c86378e95d305097e64a7b04e23595773ab894ed5d216b49777a22819bff08f -- cgit v1.2.1