[jhbuild] modulesets: Remove duplicate branch tags to fix validation error



commit ba92d01bcb03eae6ead4761bf987d9a3d1faf803
Author: Ting-Wei Lan <lantw src gnome org>
Date:   Fri Aug 10 00:14:24 2018 +0800

    modulesets: Remove duplicate branch tags to fix validation error

 modulesets/gnome-suites-core-latest.modules | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-latest.modules b/modulesets/gnome-suites-core-latest.modules
index 798be5ee..24436910 100644
--- a/modulesets/gnome-suites-core-latest.modules
+++ b/modulesets/gnome-suites-core-latest.modules
@@ -308,9 +308,6 @@
   </meson>
 
   <meson id="gnome-settings-daemon">
-    <branch repo="gitlab.gnome.org"
-            checkoutdir="gnome-settings-daemon"
-            module="GNOME/gnome-settings-daemon.git"/>
     <if condition-unset="linux">
       <mesonargs value="-Dnetwork_manager=false -Drfkill=false"/>
     </if>
@@ -320,7 +317,9 @@
     <if condition-unset="udev">
       <mesonargs value="-Dgudev=false"/>
     </if>
-    <branch/>
+    <branch repo="gitlab.gnome.org"
+            checkoutdir="gnome-settings-daemon"
+            module="GNOME/gnome-settings-daemon.git"/>
     <dependencies>
       <dep package="colord"/>
       <dep package="geoclue"/>
@@ -355,16 +354,15 @@
   </meson>
 
   <meson id="gnome-shell">
-    <branch repo="gitlab.gnome.org"
-            checkoutdir="gnome-shell"
-            module="GNOME/gnome-shell.git"/>
     <if condition-unset="linux">
       <mesonargs value="-Dnetworkmanager=false"/>
     </if>
     <if condition-unset="systemd">
       <mesonargs value="-Dsystemd=false"/>
     </if>
-    <branch/>
+    <branch repo="gitlab.gnome.org"
+            checkoutdir="gnome-shell"
+            module="GNOME/gnome-shell.git"/>
     <dependencies>
       <dep package="accountsservice"/>
       <dep package="caribou"/>


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