[nautilus/wip/antoniof/flatpak-ci-publish] CI: Update runtime repos



commit c4afd14696c670db8fbb64dcc4ea2f0807d25a94
Author: António Fernandes <antoniojpfernandes gmail com>
Date:   Sat Sep 28 22:04:08 2019 +0000

    CI: Update runtime repos
    
    The stable org.gnome.Platform runtime has moved to flathub a while now.
    
    The nightly org.gnome.Platform runtime has recently moved to
    nightly.gnome.org, as per https://mail.gnome.org/archives/desktop-devel-list/2019-September/msg00028.html

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0d135907a..f7f6fc312 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -56,7 +56,7 @@ flatpak devel:
         MANIFEST_PATH: "build-aux/flatpak/org.gnome.Nautilus.yml"
         MESON_ARGS: "-Dprofile=Devel -Dtests=all"
         FLATPAK_MODULE: "nautilus"
-        RUNTIME_REPO: "https://sdk.gnome.org/gnome.flatpakrepo";
+        RUNTIME_REPO: "https://flathub.org/repo/flathub.flatpakrepo";
         APP_ID: "org.gnome.NautilusDevel"
 
 review:
@@ -86,7 +86,7 @@ flatpak master:
         MANIFEST_PATH: "build-aux/flatpak/org.gnome.NautilusMaster.yml"
         MESON_ARGS: "-Dprofile=Devel -Dtests=all -Db_coverage=true"
         FLATPAK_MODULE: "nautilus"
-        RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo";
+        RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo";
         APP_ID: "org.gnome.NautilusDevel"
     extends: .flatpak
     only:


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