[polari] flatpak: Move flatpak manifests into flatpak/



commit 90f240f4734f8c0fdf4d95b857ec24e0e8d6c80a
Author: Florian Müllner <fmuellner gnome org>
Date:   Sat Apr 8 21:12:10 2017 +0200

    flatpak: Move flatpak manifests into flatpak/
    
    The manifests are used both to build the stable and nightly flatpaks
    on sdk.gnome.org, and to hack on Polari itself. For the former, adding
    a separate manifest for the stable version to the master branch in
    commit d723af25ca1 made a lot of sense, but unfortunately it has turned
    out confusing for the latter case - users now need to pick the right
    manifest for development, and of course it's the "wrong" one that
    doesn't have any suffix and therefore looks more correct ...
    We'll try to disentangle the two cases a bit to clear that up, starting
    with moving the build configuration for the autobuilder out of the
    toplevel.

 .../org.gnome.Polari-unstable.json                 |    4 ++--
 .../org.gnome.Polari.json                          |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/org.gnome.Polari-unstable.json b/flatpak/org.gnome.Polari-unstable.json
similarity index 97%
rename from org.gnome.Polari-unstable.json
rename to flatpak/org.gnome.Polari-unstable.json
index 5c32bc1..d593470 100644
--- a/org.gnome.Polari-unstable.json
+++ b/flatpak/org.gnome.Polari-unstable.json
@@ -69,7 +69,7 @@
                 },
                 {
                     "type": "patch",
-                    "path": "flatpak/tp-change-uniquify.patch"
+                    "path": "tp-change-uniquify.patch"
                 }
             ]
         },
@@ -106,7 +106,7 @@
                 },
                 {
                     "type": "patch",
-                    "path": "flatpak/tpl-override-basedir.patch"
+                    "path": "tpl-override-basedir.patch"
                 }
             ]
         },
diff --git a/org.gnome.Polari.json b/flatpak/org.gnome.Polari.json
similarity index 97%
rename from org.gnome.Polari.json
rename to flatpak/org.gnome.Polari.json
index 8110d44..a1b8e1e 100644
--- a/org.gnome.Polari.json
+++ b/flatpak/org.gnome.Polari.json
@@ -68,7 +68,7 @@
                 },
                 {
                     "type": "patch",
-                    "path": "flatpak/tp-change-uniquify.patch"
+                    "path": "tp-change-uniquify.patch"
                 }
             ]
         },
@@ -105,7 +105,7 @@
                 },
                 {
                     "type": "patch",
-                    "path": "flatpak/tpl-override-basedir.patch"
+                    "path": "tpl-override-basedir.patch"
                 }
             ]
         },


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