-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Add skip_keyfile option for deb package #1855
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
Conversation
|
@josegonzalez Let me check every one of those cases! For the template, I only feel that is needed if we also document this feature, what do you think? |
|
Oh yeah, this also needs to be documented. |
|
👍 On it! |
|
@josegonzalez When I add the following to debian/config, the installation will break: Can I only put |
|
Idk @3onyc implemented this. You're gonna have to go debian packaging spelunking :D |
|
@josegonzalez Ok, what about I just make sure I get it to work for the old scenario, and the new scenario, If that works without touching the config, would that be ok for you? |
|
Yeah. The following should work:
|
|
@josegonzalez Also, when I add it to the |
|
If thats the case, I guess you can leave it off. |
|
@jvanbaarsen If I recall correctly only items listed in Also, looking at your use case, you're already asking for IP/port to install Dokku, can't you also prompt for a public key there? |
|
@3onyc I'm skipping those questions as well with the config setters. Why should it be in debian/templates though? |
|
@josegonzalez I feel like this is ready to be merged |
|
@jvanbaarsen It's the standard file to define all debconf values in, if we omit it Debian packaging related utilities won't know it exists. |
|
@3onyc I don't think that is a problem, since it mostly there for people that know what it is for. And not really for general use. @josegonzalez Opinion? |
|
I would go with what @3onyc says. |
|
👍 |
There are cases where we don't want the check for keyfile, this will add a config option, that allows you to skip this particular check. Fixes dokku#1851 Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
1d18873 to
2a4155a
Compare
|
@josegonzalez Updated PR |
|
@3onyc I'll wait on your decision before merging :) |
|
@3onyc Bump :-) |
Add skip_keyfile option for deb package
|
Already merged, but 👍. |
|
@3onyc / @josegonzalez Thanks! |
There are cases where we don't want the check for keyfile, this will add a
config option, that allows you to skip this particular check.
Fixes #1851