[totem/wip/hadess/bug-fixes: 2/3] flatpak: Add comment about keeping CI in sync



commit 61c2dda9cf3c89f7d07c0f78093118ce6c4e23f2
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Feb 7 23:58:38 2019 +0100

    flatpak: Add comment about keeping CI in sync

 .gitlab-ci.yml               | 2 +-
 flatpak/org.gnome.Totem.json | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2d260e2b0..7e168f209 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,7 +33,7 @@ flatpak:
         FLATPAK_MODULE: "totem"
         # Make sure to keep this in sync with the Flatpak manifest, all arguments
         # are passed except the config-args because we build it ourselves
-        MESON_ARGS: "-Denable-easy-codec-installation=n"
+        MESON_ARGS: "-Denable-easy-codec-installation=no"
         DBUS_ID: "org.gnome.Totem"
 
     script:
diff --git a/flatpak/org.gnome.Totem.json b/flatpak/org.gnome.Totem.json
index ff81ac582..2b7f1918b 100644
--- a/flatpak/org.gnome.Totem.json
+++ b/flatpak/org.gnome.Totem.json
@@ -249,6 +249,7 @@
             "name": "totem",
             "buildsystem": "meson",
             "no-parallel-make": true,
+            /* Keep in sync with .gitlab-ci.yml */
             "config-opts": ["-Denable-easy-codec-installation=no"],
             "sources": [
                 {


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