-
Notifications
You must be signed in to change notification settings - Fork 75
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
[FEATURE] Add an option for where to write the init scripts #43
Comments
There are currently 3 options:
Example:
|
However, I'm still open to a 4th option of "put the files here..." but haven't writtne code to do that yet. |
I honestly just need the files in a directory. I package them up into an rpm in a separate process (using maven). |
@lookfirst Have a look into fpm & fpm-cookery then. |
I am a big fan of fpm and just started using pleaserun, it would be very helpful to specify where to write the files so I can then run the fpm command to package the rpm/deb with the new shiny init scripts. |
+1's etc. Trying to package stuff up using fpm+jenkins+pleaserun and be easier if the output path was selectable. I guess I could do some JSON wrapper to do this for me but its a bit harder than ./magick. |
+1 Also, it would be nice if it could output to multiple directories
|
@spuder I am ... almost liking that proposal, though this would be the same as |
These flags are used when --install is given. --install-actions is boolean and determines whether or not to run the installation actions (notify launchd, etc). --install-prefix is a string letting you tell pleaserun where to write files to. This is intended to help packagers. This should satisfy #43
pleaserun 0.0.9 published with an
|
👍 |
By default, pleaserun seems to output to a temp file. I'd like to be able to specify a directory for where it should write the files.
The text was updated successfully, but these errors were encountered: