[gnome-build-meta/gnome-3-30] ci: fix the deprecation message for the runtime



commit 7550331df7956900eb0db61f4cb19809e688b6f6
Author: Jordan Petridis <jordan centricular com>
Date:   Mon Mar 23 15:36:44 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 0548b023..30256e18 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -88,7 +88,7 @@ flathub-finish:
   stage: finish_flatpak
   script:
     # the `|| true` is to work around instability in the flathub infrastructure
-    - flat-manager/flat-manager-client --token "$FLATHUB_REPO_TOKEN" commit --end-of-life="GNOME 3.30 
Runtime has been declared as End of life, please upgrade to a newer version of the Platform." --wait $(cat 
build.txt) || true
+    - flat-manager/flat-manager-client --token "$FLATHUB_REPO_TOKEN" commit --end-of-life="GNOME 3.30 
runtime is no longer supported as of 27th January 2020. Please ask your application developer to migrate to a 
supported platform." --wait $(cat build.txt) || true
     - flat-manager/flat-manager-client --token "$FLATHUB_REPO_TOKEN" publish --wait $(cat build.txt) || true
     - flat-manager/flat-manager-client --token "$FLATHUB_REPO_TOKEN" purge $(cat build.txt)
   only:


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