[citemplates/rewrite-manifest] WIP: download the script to rewrite manifests. it's not yet in the image



commit 20a38eb994addde07e8b5908ea91a93e3d4d89a4
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Sun Mar 15 11:24:20 2020 +0100

    WIP: download the script to rewrite manifests. it's not yet in the image

 flatpak/flatpak_ci_initiative.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/flatpak/flatpak_ci_initiative.yml b/flatpak/flatpak_ci_initiative.yml
index baf8668..615b259 100644
--- a/flatpak/flatpak_ci_initiative.yml
+++ b/flatpak/flatpak_ci_initiative.yml
@@ -4,7 +4,9 @@
   tags:
     - flatpak
   script:
-    - rewrite-flatpak-manifest ${MANIFEST_PATH} ${FLATPAK_MODULE}
+    - curl -o rewrite-flatpak-manifest 
https://gitlab.gnome.org/GNOME/gnome-runtime-images/-/raw/rewrite-manifest/rewrite-flatpak-manifest && chmod 
+x rewrite-flatpak-manifest
+    - pip3 install ruamel.yaml
+    - ./rewrite-flatpak-manifest ${MANIFEST_PATH} ${FLATPAK_MODULE}
     - flatpak-builder --user --disable-rofiles-fuse flatpak_app --repo=repo 
${BRANCH:+--default-branch=$BRANCH} ${MANIFEST_PATH}
 
     # Run automatic tests inside the Flatpak env


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