[geary/mjog/flatpak-ci] org.gnome.Geary.yaml: Explicitly specify master branch for git sources



commit eb6034a00b0e2de64498d58fa8bff0f755c61fee
Author: Michael Gratton <mike vee net>
Date:   Mon Apr 6 08:59:46 2020 +1000

    org.gnome.Geary.yaml: Explicitly specify master branch for git sources
    
    Hopefully fix current Flatpak CI FTB

 org.gnome.Geary.json | 17 +++++++++++------
 org.gnome.Geary.yaml |  8 ++++++--
 2 files changed, 17 insertions(+), 8 deletions(-)
---
diff --git a/org.gnome.Geary.json b/org.gnome.Geary.json
index 8571139f..9d2c1335 100644
--- a/org.gnome.Geary.json
+++ b/org.gnome.Geary.json
@@ -133,7 +133,8 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "https://gitlab.gnome.org/GNOME/evolution-data-server.git";
+                    "url": "https://gitlab.gnome.org/GNOME/evolution-data-server.git";,
+                    "branch": "master"
                 }
             ],
             "cleanup": [
@@ -155,7 +156,8 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "https://gitlab.gnome.org/GNOME/folks.git";
+                    "url": "https://gitlab.gnome.org/GNOME/folks.git";,
+                    "branch": "master"
                 }
             ],
             "cleanup": [
@@ -182,7 +184,8 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "https://github.com/GNOME/gsound.git";
+                    "url": "https://github.com/GNOME/gsound.git";,
+                    "branch": "master"
                 }
             ]
         },
@@ -191,7 +194,8 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "https://github.com/jstedfast/gmime.git";
+                    "url": "https://github.com/jstedfast/gmime.git";,
+                    "branch": "master"
                 }
             ]
         },
@@ -205,7 +209,7 @@
                 {
                     "type": "git",
                     "url": "https://source.puri.sm/Librem5/libhandy.git";,
-                    "branch": "v0.0.13"
+                    "branch": "master"
                 }
             ]
         },
@@ -215,7 +219,8 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "https://gitlab.gnome.org/GNOME/libpeas.git";
+                    "url": "https://gitlab.gnome.org/GNOME/libpeas.git";,
+                    "branch": "master"
                 }
             ]
         },
diff --git a/org.gnome.Geary.yaml b/org.gnome.Geary.yaml
index f0bbed03..b325f527 100644
--- a/org.gnome.Geary.yaml
+++ b/org.gnome.Geary.yaml
@@ -152,6 +152,7 @@ modules:
     sources:
       - type: git
         url: https://gitlab.gnome.org/GNOME/evolution-data-server.git
+        branch: master
     cleanup:
       - /lib/cmake
       - /lib/evolution-data-server/*-backends
@@ -169,6 +170,7 @@ modules:
     sources:
       - type: git
         url: https://gitlab.gnome.org/GNOME/folks.git
+        branch: master
     cleanup:
       - /bin
 
@@ -188,12 +190,14 @@ modules:
     sources:
       - type: git
         url: https://github.com/GNOME/gsound.git
+        branch: master
 
   # Geary dependency
   - name: gmime
     sources:
       - type: git
         url: https://github.com/jstedfast/gmime.git
+        branch: master
 
   # Geary dependency
   - name: libhandy
@@ -203,7 +207,7 @@ modules:
     sources:
       - type: git
         url: https://source.puri.sm/Librem5/libhandy.git
-        branch: v0.0.13
+        branch: master
 
   # Geary dependency
   - name: libpeas
@@ -211,6 +215,7 @@ modules:
     sources:
       - type: git
         url: https://gitlab.gnome.org/GNOME/libpeas.git
+        branch: master
 
   # Geary dependency
   - name: "libytnef"
@@ -234,4 +239,3 @@ modules:
       - type: git
         url: https://gitlab.gnome.org/GNOME/geary.git
         branch: mainline
-


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