[gnome-build-meta/mcatanzaro/gnome-3-38-eol] EOL the 3.38 runtime, take two




commit 6d2f75eceb75ad36aac491038b228ad850df2169
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Mon Mar 28 09:05:30 2022 -0500

    EOL the 3.38 runtime, take two
    
    The original EOL was reverted in a9c6bc60 and never reinstated, but we
    stopped updating the runtime anyway because of course we did: there were
    no more scheduled updates! EOL it once again using the date of the final
    update to the runtime.
    
    The four month gap with no updates before we remembered to add the EOL
    notice is unfortunate, but can't do anything about that now.
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-build-meta/-/merge_requests/1575>

 .gitlab-ci/flat-manager.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci/flat-manager.yml b/.gitlab-ci/flat-manager.yml
index c0d2c393e..789d08b45 100644
--- a/.gitlab-ci/flat-manager.yml
+++ b/.gitlab-ci/flat-manager.yml
@@ -68,7 +68,7 @@ flatmgr-finish:
   stage: finish
   dependencies: [flatmgr-prepare]
   script:
-  - flat-manager-client commit --wait $(cat build.txt)
+  - flat-manager-client commit --end-of-life="The GNOME 3.38 runtime is no longer supported as of November 
4, 2021. Please ask your application developer to migrate to a supported platform." --wait $(cat build.txt) 
--wait $(cat build.txt)
   - flat-manager-client publish --wait $(cat build.txt)
   after_script:
   - flat-manager-client purge $(cat build.txt)


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