-
Notifications
You must be signed in to change notification settings - Fork 931
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
deb install - sbtopts location #3243
Comments
|
I'm sorry for bothering anyone seeing this again, but this one is bad. Today I started getting |
|
It's me again, sorry. Got another update from the deb channel and it's overwritten my |
|
Hi, it hasn't been a priority to look into this. I just set environment variable like The relevant bits are here (https://github.com/sbt/sbt-launcher-package/tree/master/src/universal/bin) if you'd like to look into fixing it, or suggest a fix. |
|
@eed3si9n, thanks for pointing me to that location! I've created a PR to fix this issue:
Of course, it was a busy summer for sbt :) |
|
Thanks again for the contribution! |
steps
https://dl.bintray.com/sbt/debian)sbt -h/etc/sbt/sbtoptsand add some settingsproblem
The parameters from the
/etc/sbt/sbtoptsare not applied.expectation
The parameters from
/etc/sbt/sbtoptsto be applied.notes
In the
/usr/bin/sbtthere's thisso it looks for
sbtoptsfile in/usr/share/sbt/conf/sbtopts- putting the settings there actually works.But when sbt package gets updated
/usr/share/sbt/conf/sbtoptsgets overwritten.The text was updated successfully, but these errors were encountered: