go-ethereum/internal/build
Martin HS 60db6a7b42
internal/build: include git-date on detached head (#30320)
When we are building in detached head, we cannot easily obtain the same information as we can if we're in non-detached head.

However, one thing we _can_ obtain is the git-hash and git-date. Currently, we omit to include the git-date into the build-info, which causes problem for reproducable builds which are on a detached head.

This change fixes it to include the date-info always.
2024-08-19 13:35:04 +02:00
..
archive.go build: add check for stale generated files (#30037) 2024-07-01 17:16:15 +02:00
azure.go go.mod, internal/build: update Azure dependencies (#28329) 2023-10-13 12:58:07 +03:00
download.go internal/build, rpc: add missing HTTP response body Close() calls (#29223) 2024-03-12 12:12:37 +01:00
env.go internal/build: include git-date on detached head (#30320) 2024-08-19 13:35:04 +02:00
gotool.go build: upgrade to golangci-lint v1.55.2 (#28712) 2023-12-20 15:36:10 +01:00
pgp.go build: specify the key to use when invoking gpg:sign-and-deploy-file (#16696) 2018-05-09 01:13:53 +02:00
util.go internal, signer/core: replace path.Join with filepath.Join (#29489) 2024-04-09 08:22:53 +02:00