We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've added a failed tests but I can't figure out whats going wrong.. May be I miss something in configuration? Here is my test https://github.com/kardapoltsev/sbt-native-packager/tree/wip/jdeb-script-replacements/src/sbt-test/debian/jdeb-script-replacements.
$header, $loader_functions are not replaced only $control_functions.
$header, $loader_functions
$control_functions
The text was updated successfully, but these errors were encountered:
One more... When I've commented out line
override lazy val projectSettings = inConfig(Debian)(jdebSettings)
test passed.
Sorry, something went wrong.
This is critical. I think the jdeb plugin is missing the filterAndFixPerms call. We only need the TemplateWriter call to change the placeholders.
filterAndFixPerms
FIX sbt#405: Script replacements doesn't work with jdeb packaging
087840f
9974c1f
Merge pull request #406 from kardapoltsev/wip/jdeb-script-replacements
51ae6b1
FIX #405: Script replacements doesn't work with jdeb packaging
No branches or pull requests
I've added a failed tests but I can't figure out whats going wrong.. May be I miss something in configuration? Here is my test https://github.com/kardapoltsev/sbt-native-packager/tree/wip/jdeb-script-replacements/src/sbt-test/debian/jdeb-script-replacements.
$header, $loader_functions
are not replaced only$control_functions
.The text was updated successfully, but these errors were encountered: