mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01:00
Appveyor CI: Make short commits 10 hexdigits long
That's what git does for tor. Part of 26979.
This commit is contained in:
parent
fc9f8c28fb
commit
861db8c4ae
@ -25,6 +25,7 @@
|
||||
#
|
||||
# Modified by teor in 2018:
|
||||
# - fix github provider detection ('gitHub' or 'gitHubEnterprise', apparently)
|
||||
# - make short commits 10 hexdigits long (that's what git does for tor)
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify it under the
|
||||
# terms of the GNU General Public License as published by the Free Software Foundation;
|
||||
@ -119,7 +120,7 @@ def appveyor_vars():
|
||||
|
||||
vars.update(
|
||||
build_url=BUILD_FMT.format(**vars),
|
||||
short_commit=vars["repo_commit"][:7],
|
||||
short_commit=vars["repo_commit"][:10],
|
||||
)
|
||||
return vars
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user