Skip to content

Commit 82cab9d

Browse files
committed
no need to update pacfiles databases on remote workers
since pacfiles is only used by nvchecker.
1 parent 6d10f46 commit 82cab9d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lilac2/pkgbuild.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from .const import _G, OFFICIAL_REPOS
1818
from .cmd import UNTRUSTED_PREFIX
1919
from .typing import PkgVers
20-
from .tools import has_pacfiles
2120

2221
logger = logging.getLogger(__name__)
2322
_official_packages: Dict[str, int] = {}
@@ -188,4 +187,4 @@ def _get_package_version(srcinfo: List[str]) -> PkgVers:
188187
if __name__ == '__main__':
189188
import sys
190189
conf = sys.argv[1] if len(sys.argv) == 2 else None
191-
update_data(conf, update_pacfiles=has_pacfiles())
190+
update_data(conf)

0 commit comments

Comments
 (0)