[epiphany] Move flatpak files into the directory



commit 88e00ec3a2cf839b11ec6a388660b78c3c2e3c96
Author: Yi-Soo An <yisooan gmail com>
Date:   Wed Dec 5 22:05:11 2018 +0900

    Move flatpak files into the directory
    
    flatpak directory is used to keep the top level directory clean.

 .gitlab-ci.yml                                                 | 2 +-
 dazzle-dse-test-fix.patch => flatpak/dazzle-dse-test-fix.patch | 0
 org.gnome.Epiphany.json => flatpak/org.gnome.Epiphany.json     | 0
 3 files changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 23036824b..f9c6547a6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ flatpak:
     stage: test
     variables:
         # Replace with your manifest path
-        MANIFEST_PATH: "org.gnome.Epiphany.json"
+        MANIFEST_PATH: "flatpak/org.gnome.Epiphany.json"
         RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo";
         # Replace with your application name, as written in the manifest
         FLATPAK_MODULE: "epiphany"
diff --git a/dazzle-dse-test-fix.patch b/flatpak/dazzle-dse-test-fix.patch
similarity index 100%
rename from dazzle-dse-test-fix.patch
rename to flatpak/dazzle-dse-test-fix.patch
diff --git a/org.gnome.Epiphany.json b/flatpak/org.gnome.Epiphany.json
similarity index 100%
rename from org.gnome.Epiphany.json
rename to flatpak/org.gnome.Epiphany.json


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