Skip to content
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 EOL Debian 8 #425

Merged
merged 1 commit into from Sep 18, 2020
Merged

Drop EOL Debian 8 #425

merged 1 commit into from Sep 18, 2020

Conversation

bastelfreak
Copy link
Member

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

Copy link
Member

@ekohl ekohl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feel free to fix Debian 10 in another PR.

@@ -21,7 +21,7 @@

case $facts['os']['family'] {
'Debian': {
if $facts['os']['release']['major'] =~ /^(8|9|10)$/ {
if $facts['os']['release']['major'] =~ /^(9|10)$/ {
$manage_package_repo = true
$nodejs_debug_package_name = 'nodejs-dbg'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I look at https://packages.debian.org/stretch/nodejs-dbg then it looks like this package is not available on Buster, but npm is.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will try to enable acceptance tests for Debian 10 to fix this now and in the future

@bastelfreak bastelfreak merged commit dea77fb into voxpupuli:master Sep 18, 2020
@bastelfreak bastelfreak deleted the debian branch September 18, 2020 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants