mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-28 09:58:21 +01:00
Update status time
This commit is contained in:
parent
c65fb3342c
commit
270b0a2948
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ class Patches(object):
|
|||
data = repo_data(self.PACKAGES_TXT, "slack", self.flag)
|
||||
black = BlackList().packages(pkgs=data[0], repo="slack")
|
||||
for name, loc, comp, uncomp in zip(data[0], data[1], data[2], data[3]):
|
||||
status(0.003)
|
||||
status(0.0003)
|
||||
repo_pkg_name = split_package(name)[0]
|
||||
if (not os.path.isfile(self.meta.pkg_path + name[:-4]) and
|
||||
repo_pkg_name not in black and
|
||||
|
|
Loading…
Reference in a new issue