[gnome-builder] flatpak: disable-shallow-clone belongs on the git source



commit d97ade60199da397db29b4009a686e5bc3097fc3
Author: Christian Hergert <chergert redhat com>
Date:   Mon Feb 19 14:33:49 2018 -0800

    flatpak: disable-shallow-clone belongs on the git source

 build-aux/flatpak/org.gnome.Builder.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/build-aux/flatpak/org.gnome.Builder.json b/build-aux/flatpak/org.gnome.Builder.json
index 979b8acca..e78f73466 100644
--- a/build-aux/flatpak/org.gnome.Builder.json
+++ b/build-aux/flatpak/org.gnome.Builder.json
@@ -723,9 +723,9 @@
                 "-Dwith_help=true",
                 "-Dwith_channel=flatpak-nightly"
             ],
-            "disable-shallow-clone": true,
             "sources" : [
                 {
+                    "disable-shallow-clone": true,
                     "type" : "git",
                     "url" : "https://gitlab.gnome.org/GNOME/gnome-builder.git";
                 }


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