mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-28 09:58:21 +01:00
Remove unused repo tag
This commit is contained in:
parent
656a2a90ef
commit
bb828c14f1
1 changed files with 1 additions and 2 deletions
|
@ -112,9 +112,8 @@ class Utilities:
|
|||
arch: str = ''.join(package[len(name + version) + 2:].split('-')[:-1])
|
||||
build_tag: str = package.split('-')[-1]
|
||||
build: str = ''.join(re.findall(r'\d+', build_tag[:2]))
|
||||
tag: str = build_tag[len(build):].replace('_', '')
|
||||
|
||||
return [name, version, arch, build, tag]
|
||||
return [name, version, arch, build]
|
||||
|
||||
def finished_time(self, elapsed_time: float) -> None:
|
||||
""" Printing the elapsed time. """
|
||||
|
|
Loading…
Reference in a new issue