mirror of
https://github.com/peridotbuild/pv2.git
synced 2025-01-05 00:50:54 +00:00
add missing timestamp
This commit is contained in:
parent
60e210aaa6
commit
d1e9bbb109
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ class Import:
|
|||
if len(regex_search.group(3)) == 1:
|
||||
micro_version = f'0{regex_search.group(3)}'
|
||||
|
||||
return f'{release}{minor_version}{micro_version}'
|
||||
return f'{release}{minor_version}{micro_version}{timestamp}'
|
||||
|
||||
# pylint: disable=too-many-instance-attributes
|
||||
class SrpmImport(Import):
|
||||
|
|
Loading…
Reference in a new issue