Skip to content
Snippets Groups Projects
Commit 7a9a2b4b1924 authored by Harsh Chouraria's avatar Harsh Chouraria
Browse files

Make the deprecated OS note actionable

The warning message printed about OS deprecation does not explicitly
state what a user needs to do in response to it.

Adding a link to the list of supported and deprecated OSs page can help
them understand the decision and pick a next step based on available
choices.
parent e669ade9146a
No related branches found
No related tags found
1 merge request!26GitLab 13.9
......@@ -144,6 +144,7 @@
message = <<~EOS
Your OS, #{os_string}, will be deprecated soon.
Starting with #{deprecated_os[matching_list.first]}, packages will not be built for it.
Switch or upgrade to a supported OS, see https://docs.gitlab.com/omnibus/package-information/deprecated_os.html for more information.
EOS
LoggingHelper.deprecation(message)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment