[gnome-builder/bochecha/flatpak/old-gnome-remote] flatpak: Stop adding the "gnome" remote



commit 7ca3f800266b79a6f6dcf2e013c5b0201718fbb1
Author: Mathieu Bridon <bochecha daitauha fr>
Date:   Wed Apr 17 14:18:37 2019 +0200

    flatpak: Stop adding the "gnome" remote
    
    Over on sdk.gnome.org, there are two remotes providing GNOME Platform
    and Sdk runtimes:
    
    * gnome
    * gnome-nightly
    
    While the latter is still very much in use, the former hasn't received
    any update for about a year. The last build was for GNOME 3.28 in May
    2018.
    
    Stable GNOME runtimes are now hosted on Flathub instead.
    
    As a result, there is no point for Builder to configure this remote.
    
    See also: https://gitlab.gnome.org/GNOME/gnome-builder/issues/555#note_262899

 src/plugins/flatpak/gbp-flatpak-application-addin.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/plugins/flatpak/gbp-flatpak-application-addin.c 
b/src/plugins/flatpak/gbp-flatpak-application-addin.c
index 520dccb97..8b74c4b1a 100644
--- a/src/plugins/flatpak/gbp-flatpak-application-addin.c
+++ b/src/plugins/flatpak/gbp-flatpak-application-addin.c
@@ -100,7 +100,6 @@ static GbpFlatpakApplicationAddin *instance;
 static guint signals [N_SIGNALS];
 static BuiltinFlatpakRepo builtin_flatpak_repos[] = {
   { "flathub",       "https://flathub.org/repo/flathub.flatpakrepo"; },
-  { "gnome",         "https://sdk.gnome.org/gnome.flatpakrepo"; },
   { "gnome-nightly", "https://sdk.gnome.org/gnome-nightly.flatpakrepo"; },
 };
 


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