[gnome-music/wip/mschraal/flatpak-326: 3/8] flatpak: Always clone repos over https



commit afa75e390fd701914eff877d202dbd9b086b1293
Author: Felipe Borges <felipeborges gnome org>
Date:   Thu Feb 1 11:28:14 2018 +0100

    flatpak: Always clone repos over https
    
    Some proxies, firewalls, or private networks apply filtering by
    protocol, sometimes limiting the connections to http-only.
    
    By cloning over https we save some of our contributors from
    having to understand network internals just to be able to build
    our code.

 org.gnome.Music.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/org.gnome.Music.json b/org.gnome.Music.json
index 20de0d3..2d9e7d4 100644
--- a/org.gnome.Music.json
+++ b/org.gnome.Music.json
@@ -42,7 +42,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/libmediaart"
+                    "url": "https://git.gnome.org/libmediaart";
                 }
             ]
         },
@@ -67,7 +67,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/grilo"
+                    "url": "https://git.gnome.org/grilo";
                 }
             ],
             "cleanup": [ "/include", "/bin" ]
@@ -78,7 +78,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/grilo-plugins"
+                    "url": "https://git.gnome.org/grilo-plugins";
                 }
             ],
             "cleanup": [ "/include" ]


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