-
-
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 8 support #1384
Drop Debian 8 support #1384
Conversation
It's currently in extended support time and even that ends in about a month.
@@ -121,8 +121,7 @@ | |||
'passenger_package_name' => 'libnginx-mod-http-passenger', | |||
'include_modules_enabled' => true, | |||
} | |||
} elsif ($facts['os']['name'] == 'ubuntu' and $facts['os']['distro']['codename'] in ['lucid', 'precise', 'trusty', 'xenial']) | |||
or ($facts['os']['name'] == 'debian' and $facts['os']['release']['major'] in ['6', '7', '8']) { | |||
} elsif ($facts['os']['name'] == 'ubuntu' and $facts['os']['distro']['codename'] in ['lucid', 'precise', 'trusty', 'xenial']) { |
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.
Isn't lucid AFAIK only Xenial is supported here. However, I'd argue we should just drop this and never manage the repo by default. Just trust the OS versions and leave it up to users.
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.
I had the same in mind, but I guess it should be handled in a different PR
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.
Perhaps that should be done first to keep this PR smaller (and the other really focused on just dropping that).
@@ -11,7 +11,7 @@ def location_for(place, fake_version = nil) | |||
end | |||
|
|||
group :test do | |||
gem 'voxpupuli-test', '>= 1.0.0', :require => false | |||
gem 'voxpupuli-test', '>= 1.4.0', :require => false |
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.
This is modulesynced.
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.
I know, I wanted a hotfix to get master green again. I will have a look at modulesync_config later :)
Drop Debian 8 support
It's currently in extended support time and even that ends in about a
month.
Pull Request (PR) description
This Pull Request (PR) fixes the following issues