[gnome-build-meta/gnome-3-32] CI: fix the deprecation message for the runtime



commit dbb9f4ace0f2114d1ba5eeb51c0d2507358a3186
Author: Jordan Petridis <jordan centricular com>
Date:   Mon Mar 23 15:41:07 2020 +0200

    CI: fix the deprecation message for the runtime

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cbd87966..3b081b44 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -332,7 +332,7 @@ flathub-finish:
   script:
     # the `|| true` is to work around instability in the flathub infrastructure
     # https://github.com/flatpak/flat-manager/issues/2
-    - flat-manager/flat-manager-client commit --end-of-life="The GNOME 3.32 runtime has reached end of life. 
Please upgrade to a newer version." --wait $(cat build.txt) || true
+    - flat-manager/flat-manager-client commit --end-of-life="The GNOME 3.32 runtime is no longer supported 
as of 11th March 2020. Please ask your application developer to migrate to a supported platform." --wait 
$(cat build.txt) || true
     - flat-manager/flat-manager-client publish --wait $(cat build.txt) || true
     - flat-manager/flat-manager-client purge $(cat build.txt)
   only:


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