1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-29 16:10:16 +02:00

SearXNG version: YYYY.MM.DD without leading zero

This commit is contained in:
Alexandre Flament 2023-01-22 10:45:00 +00:00
parent 674dae946a
commit 06b5068a2e

View File

@ -59,7 +59,7 @@ def get_git_url_and_branch():
def get_git_version(): def get_git_version():
git_commit_date_hash = subprocess_run(r"git show -s --date='format:%Y.%m.%d' --format='%cd+%h'") git_commit_date_hash = subprocess_run(r"git show -s --date='format:%-Y.%-m.%-d' --format='%cd+%h'")
tag_version = git_version = git_commit_date_hash tag_version = git_version = git_commit_date_hash
# add "+dirty" suffix if there are uncommited changes except searx/settings.yml # add "+dirty" suffix if there are uncommited changes except searx/settings.yml