From cec3efed513bde14af5db2fd0950543da7f03a6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Thu, 1 Aug 2019 16:44:58 +0200 Subject: [PATCH] paths: Remove arch_repo path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lubomír Sedlář --- pungi/paths.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/pungi/paths.py b/pungi/paths.py index 857c2b8f..ab39b876 100644 --- a/pungi/paths.py +++ b/pungi/paths.py @@ -181,18 +181,6 @@ class WorkPaths(object): """ return self._repo("comps", arch, variant, create_dir=create_dir) - def arch_repo(self, arch=None, create_dir=True): - """ - Examples: - work/x86_64/repo - work/global/repo - """ - arch = arch or "global" - path = os.path.join(self.topdir(arch, create_dir=create_dir), "repo") - if create_dir: - makedirs(path) - return path - def pkgset_repo(self, pkgset_name, arch=None, create_dir=True): """ Examples: