[nautilus/485-nautilus-nightly-flatpak-is-mia] flatpak: Update dependency modules source URLs



commit 443a7ed5bf09180e90719b3b74d4c7d2f3e1dff3
Author: António Fernandes <antoniof gnome org>
Date:   Tue Jun 12 22:34:57 2018 +0100

    flatpak: Update dependency modules source URLs
    
    The YAML files already use the gitlab URLs, while the json doesn't.
    
    The gnome-apps-nightly build script reads the json file, and the
    builds have been failing because of this.
    
    Update the json file accordingly.
    
    Closes https://gitlab.gnome.org/GNOME/nautilus/issues/485

 build-aux/flatpak/org.gnome.Nautilus.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Nautilus.json b/build-aux/flatpak/org.gnome.Nautilus.json
index ce3509cf5..b6bb0fa0d 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -56,7 +56,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "https://git.gnome.org/browse/gexiv2";,
+                    "url": "https://gitlab.gnome.org/GNOME/gexiv2.git";,
                     "tag": "gexiv2-0.10.8"
                 }
             ]
@@ -72,7 +72,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "https://git.gnome.org/browse/tracker";,
+                    "url": "https://gitlab.gnome.org/GNOME/tracker.git";,
                     "tag": "2.0.3"
                 }
             ]
@@ -82,7 +82,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "https://git.gnome.org/browse/gnome-autoar";,
+                    "url": "https://gitlab.gnome.org/GNOME/gnome-autoar.git";,
                     "tag": "0.2.3"
                 }
             ]
@@ -103,4 +103,4 @@
             ]
         }
     ]
-}
+}
\ No newline at end of file


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