[gedit] flatpak: add an easy way to build a local branch



commit cc176ec6238a97b52b1489dfc83a325b345c182e
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Thu Jun 4 15:08:58 2020 +0200

    flatpak: add an easy way to build a local branch

 build-aux/flatpak/org.gnome.gedit.yml | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/build-aux/flatpak/org.gnome.gedit.yml b/build-aux/flatpak/org.gnome.gedit.yml
index 74c05ec52..52715ee42 100644
--- a/build-aux/flatpak/org.gnome.gedit.yml
+++ b/build-aux/flatpak/org.gnome.gedit.yml
@@ -76,6 +76,9 @@ modules:
     sources:
       - type: git
         url: https://gitlab.gnome.org/GNOME/gedit.git
+        # To build a local branch, comment out 'url' and uncomment:
+        # path: ../../
+        # branch: wip/misc
 
   - name: gedit-plugins
     buildsystem: meson


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