[gedit/tchaik/flatpak-update: 1/2] flatpak: Move manifest out of the source root



commit 6ef6182c06530001dedf10c5e7c666b9dd2ee9b3
Author: Martin Blanchard <tchaik gmx com>
Date:   Sat Mar 16 16:42:39 2019 +0000

    flatpak: Move manifest out of the source root

 .gitlab-ci.yml                                                 | 2 +-
 org.gnome.gedit.json => build-aux/flatpak/org.gnome.gedit.json | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 53853b250..3a57472d9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ variables:
 flatpak:
     image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master'
     variables:
-        MANIFEST_PATH: "org.gnome.gedit.json"
+        MANIFEST_PATH: "build-aux/flatpak/org.gnome.gedit.json"
         FLATPAK_MODULE: "gedit"
         RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo";
         APP_ID: "org.gnome.gedit"
diff --git a/org.gnome.gedit.json b/build-aux/flatpak/org.gnome.gedit.json
similarity index 100%
rename from org.gnome.gedit.json
rename to build-aux/flatpak/org.gnome.gedit.json


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