[go-rpm-macros] PR #63: Use $SOURCE_DATE_EPOCH instead of random bytes

2024-02-29 Thread Maxwell G
gotmax23 commented on the pull-request: `Use $SOURCE_DATE_EPOCH instead of random bytes` that you are following: `` Is it possible for `$SOURCE_DATE_EPOCH` to be undefined? Should this have a fallback or at least change to `${SOURCE_DATE_EPOCH-}` (in case a packager uses `set -u` or such)? ``

[go-rpm-macros] PR #63: Use $SOURCE_DATE_EPOCH instead of random bytes

2024-02-29 Thread Zbigniew Jędrzejewski-Szmek
zbyszek commented on the pull-request: `Use $SOURCE_DATE_EPOCH instead of random bytes` that you are following: `` I think in the Fedora case, SOURCE_DATE_EPOCH would always be defined. But you're right, it's probably better to provide a fallback like for other variables. I changed it to use `:

[go-rpm-macros] PR #62: Add additional gobuildflags macros

2024-02-29 Thread Maxwell G
gotmax23 commented on the pull-request: `Add additional gobuildflags macros` that you are following: `` `-trimpath` apparently breaks debuginfo collection, so I'll drop that commit... `` To reply, visit the link below or just reply to this email https://pagure.io/go-rpm-macros/pull-request/62 --

[go-rpm-macros] PR #62: Add additional gobuildflags macros

2024-02-29 Thread Maxwell G
gotmax23 commented on the pull-request: `Add additional gobuildflags macros` that you are following: `` Okay, I did my normal build a hundred random Go packages that currently build successfully according to Koschei routine in https://copr.fedorainfracloud.org/coprs/gotmax23/go-rpm-macros-3.4.0

[go-rpm-macros] PR #62: Add additional gobuildflags macros

2024-02-29 Thread Maxwell G
gotmax23 merged a pull-request against the project: `go-rpm-macros` that you are following. Merged pull-request: `` Add additional gobuildflags macros `` https://pagure.io/go-rpm-macros/pull-request/62 -- ___ golang mailing list -- golang@lists.fedor

[go-rpm-macros] PR #63: Use $SOURCE_DATE_EPOCH instead of random bytes

2024-02-29 Thread Maxwell G
gotmax23 commented on the pull-request: `Use $SOURCE_DATE_EPOCH instead of random bytes` that you are following: `` Cool. Thanks! Can you please rebase this now that other PR has been merged? This flag has no moved to the `%gobuild_ldflags` definition. `` To reply, visit the link below or just

[go-rpm-macros] PR #63: Use $SOURCE_DATE_EPOCH instead of random bytes

2024-02-29 Thread Maxwell G
gotmax23 commented on the pull-request: `Use $SOURCE_DATE_EPOCH instead of random bytes` that you are following: `` Cool. Thanks! Can you please rebase this now that other PR has been merged? This flag has no moved to the `%gobuild_ldflags` definition. `` To reply, visit the link below or just

[go-rpm-macros] PR #63: Use $SOURCE_DATE_EPOCH instead of random bytes

2024-02-29 Thread Zbigniew Jędrzejewski-Szmek
zbyszek commented on the pull-request: `Use $SOURCE_DATE_EPOCH instead of random bytes` that you are following: `` Rebased. `` To reply, visit the link below or just reply to this email https://pagure.io/go-rpm-macros/pull-request/63 -- ___ golang mail