mirror of
https://github.com/saltstack/salt.git
synced 2025-04-15 09:10:20 +00:00
do not generate a date in a comment to prevent rebuilds (bsc#969407)
This commit is contained in:
parent
6cd3c37ecf
commit
0c6611f274
1 changed files with 1 additions and 2 deletions
3
setup.py
3
setup.py
|
@ -697,8 +697,7 @@ class Clean(clean):
|
|||
|
||||
|
||||
INSTALL_VERSION_TEMPLATE = '''\
|
||||
# This file was auto-generated by salt's setup on \
|
||||
{date:%A, %d %B %Y @ %H:%m:%S UTC}.
|
||||
# This file was auto-generated by salt's setup
|
||||
|
||||
from salt.version import SaltStackVersion
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue