Skip to content

Conversation

amayer5125
Copy link

Adds -e flag to echo so the \n are interpreted.

Old image:

podman run --rm tmp/redis-rpm:9 cat /etc/yum.repos.d/goreleaser.repo
[goreleaser]\nname=GoReleaser\nbaseurl=https://repo.goreleaser.com/yum/\nenabled=1\ngpgcheck=0

New image:

podman run --rm tmp/redis-rpm:9 cat /etc/yum.repos.d/goreleaser.repo
[goreleaser]
name=GoReleaser
baseurl=https://repo.goreleaser.com/yum/
enabled=1
gpgcheck=0

@adamiBs adamiBs changed the base branch from release/8.0 to release/8.2 August 21, 2025 07:08
@adamiBs adamiBs changed the base branch from release/8.2 to unstable August 21, 2025 07:08
@adamiBs
Copy link
Contributor

adamiBs commented Aug 21, 2025

Hi @amayer5125 Thanks for the contribution. Please rebase on the unstable branch. We prefer to publish these to that branch, and promote them to our release branches afterwards. 🙏🏼

@amayer5125 amayer5125 force-pushed the fix-go-releaser-repo-file branch from 776c863 to 7f21106 Compare August 21, 2025 13:55
@amayer5125
Copy link
Author

I rebased on unstable. Please let me know if there is anything else I can do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants