[geary/wip/187-flatpak-ci-wrong-branch] Update flatpak builder manifest to copy source dir, not clone from git



commit 1a296262a69aec471a2d009a9150e501044e2502
Author: Michael Gratton <mike vee net>
Date:   Tue Jan 15 22:00:37 2019 +1100

    Update flatpak builder manifest to copy source dir, not clone from git
    
    This means the Flatpak GitLab CI target on non-master branches will
    actually build the branch, not master.
    
    Fixes #187

 org.gnome.Geary.json | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/org.gnome.Geary.json b/org.gnome.Geary.json
index e956d74d..99579e8e 100644
--- a/org.gnome.Geary.json
+++ b/org.gnome.Geary.json
@@ -126,9 +126,8 @@
             "builddir": true,
             "sources": [
                 {
-                    "type": "git",
-                    "url": "https://gitlab.gnome.org/GNOME/geary.git";,
-                    "branch": "master"
+                    "type": "dir",
+                    "path": "."
                 }
             ]
         }


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