-
Notifications
You must be signed in to change notification settings - Fork 62
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
create goreleaser config to make building and releasing rouetdns packages easier #393
Comments
@folbricht i'll keep this issue open as i add further config changes for a better package. to that end, what other files do you think we should include by default?
also, i run ubuntu, and have been using debian for a few decades, so i know how to make the deb packages reasonably compliant. but it's been a long long time since i've done active rpm packaging, so not only rusty but also plenty of changes no doubt. would you or anyone else on the team be able to sanity check our rpm packages? i've also included windows and darwin (macos) in the build process by default. |
also, do you want me to create a base doc file for using goreleaser? aka goreleaser.md file with a brief explanation on how to use for not only us, but also in case end users want to use goreleaser for their own local purposes? |
Thanks for doing this. As for your questions:
|
with the As to the rpms sure, if you could test them that would be great. Given that some of these changes might possibly overwrite (depending on the user's distro / settings) previous local configuration that someone made by hand before installing the package would you prefer to test this on a separate branch before merging to main? |
Sounds great. I don't think we need a separate branch for testing. |
I have an initial configuration for goreleaser that I can contribute to make it easier to build binaries and packages. It is just a first version for the moment and doesn't include docs, systemd, sysv-init, etc files (which I can provider after the initial commits).
I'll create a PR for this issue as well.
The text was updated successfully, but these errors were encountered: