Skip to content

Commit

Permalink
add {distance}.{vcs}{revision} to local identifier to further delinea…
Browse files Browse the repository at this point in the history
…te direct-from-git builds
  • Loading branch information
vishwin committed Aug 11, 2024
1 parent 723e0c7 commit 4ceb619
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ experttune = "chirp.cli.experttune:main"
rmprefix = "release_"

[tool.versioningit.format]
distance = "{committer_date:%Y%m%d}"
dirty = "{committer_date:%Y%m%d}+d{build_date:%Y%m%d}"
distance-dirty = "{committer_date:%Y%m%d}+d{build_date:%Y%m%d}"
distance = "{committer_date:%Y%m%d}+{distance}.{vcs}{revision}"
dirty = "{committer_date:%Y%m%d}+{distance}.{vcs}{revision}.d{build_date:%Y%m%d}"
distance-dirty = "{committer_date:%Y%m%d}+{distance}.{vcs}{revision}.d{build_date:%Y%m%d}"

0 comments on commit 4ceb619

Please sign in to comment.