Skip to content
Snippets Groups Projects
Commit 201bfadc authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

setup: remote a debug statement that slipped through

While debuging version issue, I forcibly turned "6.9" in "6.9.0".
And I forgot to clean it up before 9048a0d782e1 land

This is unnecessary and wrong, so lets remove that line.
parent 4602e902
No related branches found
No related tags found
6 merge requests!1083Merge stable into default,!1078fix the pycompat Rust jobs,!1077setup: remove a debug statement that slipped through (and version from archive fix),!1076clone: properly exclude rev-branch-cache from post clone cache warming,!1075prepare for building the Wheel during the release process.,!1063upload nightly build !
......@@ -414,7 +414,6 @@
# Y is the number of extra revision compared to the tag. So that
# revision with more change are "above" previous ones.
# - '+hg.NODEID.local.DATE' if there is any uncommitted changes.
ltag = ltag.replace('6.9', '6.9.0')
version = '%s.post%d.dev%d+hg.%s' % (ltag, post_nb, changessince, hgid)
if version.endswith('+'):
version = version[:-1] + '.local.' + time.strftime('%Y%m%d')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment