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

Fix version checking for Debian repo for future versions. #20

Closed
wants to merge 1 commit into from
Closed

Fix version checking for Debian repo for future versions. #20

wants to merge 1 commit into from

Conversation

mtpereira
Copy link

Hello,

With this solution, new versions of Node will be covered, assuming that the repo naming convention sticks.

What do you think @wolfeidau? Does this fix #19 ?

@wolfeidau
Copy link
Contributor

@mtpereira This looks great, would be nice if you based it on master rather than my branch? So I can merge it there.

Cheers.

@@ -1,3 +1,4 @@
---
# vars file for nodejs
debian_repo_version: "{{ nodejs_version }}"
nodejs_old_versions: ['0.10', '0.12']
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we come up with another name for this?

Like zero_versions?

Cheers

@mtpereira
Copy link
Author

Hello,

Ok, I'll fix those things.

My thinking on opening a PR to your feature branch was that you could merge it your branch, adapt as you see fit and then carry on with merging the original PR.

As for the variable, I always feel safer my prepending every var name with the name of the role, in order to avoid collisions.

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants