From 81376bb5be7de3d3326c7d6413add0323502880b Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Mon, 16 Jan 2017 16:05:19 -0500 Subject: Trying some ostree sources ! --- build-build.bst | 13 +++++-------- build.bst | 9 +++++++++ dep-two.bst | 2 +- keys/gnome-sdk.gpg | Bin 0 -> 629 bytes 4 files changed, 15 insertions(+), 9 deletions(-) create mode 100644 keys/gnome-sdk.gpg diff --git a/build-build.bst b/build-build.bst index bfa6cee2..64cb72bf 100644 --- a/build-build.bst +++ b/build-build.bst @@ -1,14 +1,11 @@ kind: autotools description: Some kinda autotools element sources: -- kind: git - url: gnome:glade - track: master - ref: b696f16aceec7562d653510eaf0670c135ad8a5e -- kind: git - url: gnome:folks - track: master - ref: a2d0a75044c85003344e82b296915858f4ab6c2e +- kind: ostree + url: https://sdk.gnome.org/repo/ + track: runtime/org.gnome.Platform/x86_64/3.20 + gpg-key: keys/gnome-sdk.gpg + ref: 6f900cf02847c5d959b20d0c6f3428d91b576c10150e9bf149d8b91901e2d4c8 config: configure-commands: - pony diff --git a/build.bst b/build.bst index 9f3ad36e..ae134bae 100644 --- a/build.bst +++ b/build.bst @@ -1,5 +1,14 @@ kind: autotools description: Some kinda autotools element +sources: +- kind: git + url: gnome:glade + track: glade-3-18 + ref: 1f6639f981a36fba45ba5bc4dc24b79df1935208 +- kind: git + url: gnome:folks + track: master + ref: a2d0a75044c85003344e82b296915858f4ab6c2e config: configure-commands: - pony diff --git a/dep-two.bst b/dep-two.bst index 00a59d08..9b31adb3 100644 --- a/dep-two.bst +++ b/dep-two.bst @@ -15,4 +15,4 @@ sources: submodules: libgd: url: gnome:libgd - ref: 3c00fa343ec5b642846bc4c280cec7bb18a299a3 + ref: 4484f67b7fd29587c6a8ee787e6b7721ee518e7a diff --git a/keys/gnome-sdk.gpg b/keys/gnome-sdk.gpg new file mode 100644 index 00000000..8434b686 Binary files /dev/null and b/keys/gnome-sdk.gpg differ -- cgit v1.2.1