[gnome-builder/gnome-builder-3-32] flatpak: Stop adding the "gnome" remote
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/gnome-builder-3-32] flatpak: Stop adding the "gnome" remote
- Date: Thu, 18 Apr 2019 05:16:18 +0000 (UTC)
commit 0242c6aadb0adac0bd3d9ef645010d2c04b7a73f
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]