[gnome-contacts/wip/nielsdg/3-36-freeze-flatpak-deps] flatpak: Freeze dependencies on 3.36



commit 2a8a45ee3e10bad25d47debee27c1d7859a755f2
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Sun Apr 19 10:31:09 2020 +0200

    flatpak: Freeze dependencies on 3.36
    
    That way, we don't have to be afraid our CI will go bust due to some API
    break that we shouldn't care about anyway.

 .gitlab-ci.yml                             | 2 +-
 data/flatpak/org.gnome.Contacts.Devel.json | 6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 202b78d..fd8b073 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
 include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
 
 flatpak:
-  image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
+  image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:3.36
   variables:
     MANIFEST_PATH: 'data/flatpak/org.gnome.Contacts.Devel.json'
     MESON_ARGS: "-Dprofile=development"
diff --git a/data/flatpak/org.gnome.Contacts.Devel.json b/data/flatpak/org.gnome.Contacts.Devel.json
index 4b15000..ddedffb 100644
--- a/data/flatpak/org.gnome.Contacts.Devel.json
+++ b/data/flatpak/org.gnome.Contacts.Devel.json
@@ -1,7 +1,7 @@
 {
     "app-id": "org.gnome.Contacts.Devel",
     "runtime": "org.gnome.Platform",
-    "runtime-version": "master",
+    "runtime-version": "3.36",
     "sdk": "org.gnome.Sdk",
     "command": "gnome-contacts",
     "tags" : [
@@ -58,6 +58,7 @@
             "sources": [
                 {
                     "type": "git",
+                    "branch": "gnome-3-36",
                     "url": "https://gitlab.gnome.org/GNOME/gnome-online-accounts.git";
                 }
             ]
@@ -125,6 +126,7 @@
             "sources": [
                 {
                     "type": "git",
+                    "branch": "gnome-3-36",
                     "url": "https://gitlab.gnome.org/GNOME/evolution-data-server.git";
                 }
             ]
@@ -144,6 +146,7 @@
             "sources": [
                 {
                     "type": "git",
+                    "branch": "folks-0-14",
                     "url": "https://gitlab.gnome.org/GNOME/folks.git";
                 }
             ]
@@ -160,6 +163,7 @@
             "sources": [
                 {
                     "type": "git",
+                    "branch": "gnome-3-36",
                     "url": "https://gitlab.gnome.org/GNOME/gnome-desktop.git";
                 }
             ]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]