-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
feat: add support for deb templates #240
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/goreleaser/nfpm/hgavie8cj |
Is there a reason this cannot just be handled with the normal files process? |
@djgilcrease |
Codecov Report
@@ Coverage Diff @@
## master #240 +/- ##
==========================================
+ Coverage 66.33% 66.86% +0.52%
==========================================
Files 9 9
Lines 1007 1023 +16
==========================================
+ Hits 668 684 +16
Misses 204 204
Partials 135 135
Continue to review full report at Codecov.
|
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.
LGTM
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.
can you add it to the docs too?
other than that LGTM
Done, added to the docs. |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Add support for
templates
file insideDEBIAN
that is needed fordebconf
to be able to ask question user during installation. More on subject here and here