-
-
Notifications
You must be signed in to change notification settings - Fork 875
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop Debian 9 (EOL) #1508
Drop Debian 9 (EOL) #1508
Conversation
nginx::package::redhat is a classthat may have no external impact to Forge modules. This module is declared in 9 of 579 indexed public
|
Ensure we are using nginx from the correct repo: cleanup leftovers from previous tests. Also, the passenger repository is not usable on CentOS Stream 8, and the packaged version is too old for some of our tests (e.g. when using nginx-mod-mail). ``` Error: Problem: cannot install the best candidate for the job - nothing provides rubygem(rack) needed by passenger-6.0.14-1.el8.x86_64 ``` ```sh-session [vagrant@centos8s ~]$ dnf info nginx-mod-mail Last metadata expiration check: 0:00:08 ago on Fri 12 Aug 2022 01:23:41 AM UTC. Available Packages Name : nginx-mod-mail Epoch : 1 Version : 1.14.1 Release : 9.module_el8.0.0+1060+3ab382d3 Architecture : x86_64 Size : 64 k Source : nginx-1.14.1-9.module_el8.0.0+1060+3ab382d3.src.rpm Repository : appstream Summary : Nginx mail modules URL : http://nginx.org/ License : BSD Description : Nginx mail modules. ```
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
spec/acceptance/class_spec.rb has a piece of debian 9 code
This PR also include:
Pull Request (PR) description
This Pull Request (PR) fixes the following issues