[gnome-photos/wip/rishi/disable-shallow-clone] flatpak: Ensure that the latest commit is part of the version



commit 0d72bea44a9d380a4e88e27dffe1b1dba67981da
Author: Debarshi Ray <debarshir gnome org>
Date:   Sun Nov 18 14:27:50 2018 +0100

    flatpak: Ensure that the latest commit is part of the version
    
    This should have been included in commit eac6711f1284e9d6, which
    introduced the build and code changes to show the latest commit in the
    version for non-release builds.
    
    Original patch from Michael Catanzaro for epiphany.
    
    https://gitlab.gnome.org/GNOME/gnome-photos/merge_requests/82

 flatpak/org.gnome.Photos.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/flatpak/org.gnome.Photos.json b/flatpak/org.gnome.Photos.json
index 35ce3227..bfed65cd 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -304,7 +304,8 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "https://gitlab.gnome.org/GNOME/gnome-photos.git";
+                    "url": "https://gitlab.gnome.org/GNOME/gnome-photos.git";,
+                    "disable-shallow-clone": "true"
                 }
             ]
         }


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