Skip to content
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

all: add support for @BUILD_DATE, @BUILD_TIME and @BUILD_TIMESTAMP, all using v.util.get_build_time(), and overridable through SOURCE_DATE_EPOCH #22213

Merged
merged 3 commits into from
Sep 14, 2024

Commits on Sep 13, 2024

  1. all: add support for @BUILD_DATE, @BUILD_TIME and `@BUILD_TIMESTA…

    …MP`, all using v.util.get_build_time(), and overridable through SOURCE_DATE_EPOCH
    spytheman committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    cf3daa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed95bb3 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. add an example of how to use @BUILD_TIMESTAMP to get a time.Time valu…

    …e, that can be later used more flexibly
    spytheman committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    e8d5d70 View commit details
    Browse the repository at this point in the history