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
mtime
After recent changes, in your code you do not copy c.MTime over to info.MTime. Also, you do not enforce mtime onto info.Content Files.
c.MTime
info.MTime
info.Content
I would expect that mtime from config (or from env variable) to be enforce on all timestamps.
Code location: https://github.com/goreleaser/nfpm/blob/main/nfpm.go#L123 here you need to info.MTime = c.MTime
info.MTime = c.MTime
using Dec 7 commit: 7439013fb5dc9357e84aabb36823a21c1b97e8ba
No response
The text was updated successfully, but these errors were encountered:
hmm, seems like mergo is ignoring that field (and many others??)
will investigate
Sorry, something went wrong.
2c8f9e0
package-contains-ancient-file
caarlos0
No branches or pull requests
What happened?
After recent changes, in your code you do not copy
c.MTime
over toinfo.MTime
.Also, you do not enforce
mtime
ontoinfo.Content
Files.I would expect that
mtime
from config (or from env variable) to be enforce on all timestamps.How can we reproduce this?
Code location: https://github.com/goreleaser/nfpm/blob/main/nfpm.go#L123
here you need to
info.MTime = c.MTime
nfpm version
Search
Code of Conduct
Additional context
No response
The text was updated successfully, but these errors were encountered: