Skip to content

Commit

Permalink
Merge pull request #10 from plesk/use-clean-git
Browse files Browse the repository at this point in the history
Use clean git describe to avoid excessive parts in version string
  • Loading branch information
SandakovMM authored Jan 23, 2025
2 parents 999eea2 + 82ec0fb commit aca6c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product.defs.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# included file due to get_base_path() call inside (so, you can't just
# do REVISION = get_git_revision_description())
def get_product_revision():
return get_git_revision_description()
return get_git_revision_description(dirty=False)


def get_product_version():
Expand Down

0 comments on commit aca6c19

Please sign in to comment.