-
Notifications
You must be signed in to change notification settings - Fork 443
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
Sysvinit script for debian package #85
Conversation
@kardapoltsev Please sign the latest Typesafe Contributors License Agreement so that we can review and hopefully merge this Pull Request: |
I did sign the CLA. |
@kardapoltsev I think it's a new variant of the license or something (says which country/state law it's under which is important for some reason). If not, I apologize, we're experimenting with github pull request hooks and automation. THanks so much for the patch! I'll dig in and review now. Looking forward to seeing more great work. |
@@ -1 +1 @@ | |||
sbt.version=0.12.4 | |||
sbt.version=0.13.0 |
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.
We can't actually upgrade yet, as we still support 0.12 for at least another 6 months.
Code looks great, but raises some architectural questions.... I think I want to drive System V vs. upstart via flag, like: serverLoading in Debian := ServerLoader.UpStart
serverLoading in Rpm := ServerLoader.SystemV This does make the change a bit hairer though, as driving settings off values of other settings can make the code a bit convoluted.... What do you think? |
Sure! I could reimplement this part. Regards, Alexey
|
Should I create a new pull request with this changes? I'm new in contributing to public repos. |
Up to you. What we generally recommend is if you're going to rewrite history on a branch is to name it something with "Work in Progress" or WIP in the name. Otherwise, a new branch can be easier. In this case, it's up to you what you wish to do. |
I'm done with settings for start system, could you review this version? |
This looks great! Thanks much for the changes. The only thing I'd like to see now is making this also work for Init.d RPM scripts :) I think that's a follow up PR. Thanks much for the work. It looks great. |
Sysvinit script for debian package
Thanks! |
No description provided.