-
-
Notifications
You must be signed in to change notification settings - Fork 245
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
Add repo_release parameter #349
Conversation
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.
Given this is pretty much written by @fnoop it'd be good to use git commit --author and give him the proper credits.
c53a514
to
7c6fc30
Compare
|
@fnoop Okay to replace this with you as the commit author? |
|
@juniorsysadmin Really sorry for delay this has been on my todo list but never quite made the top yet! Yes please do whatever you want, I'm not bothered about attribution to me, just to improve the code. |
Some Debian-derived distributions use their own lsbdistcodename, but work fine when using Debian packages. Add a repo_release parameter to allow users to specify an apt::source release value which matches their Debian family and therefore allow management of the NodeSource repository on those systems.
7c6fc30
to
37c3234
Compare
Done |
|
Thanks a lot :) |
Some Debian-derived distributions use their own lsbdistcodename, but work fine when using Debian packages. Add a repo_release parameter to allow users to specify an apt::source release value which matches their Debian family and therefore allow management of the NodeSource repository on those systems.
Supersedes #342