paths: Remove arch_repo path

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2019-08-01 16:44:58 +02:00
parent a426a83ed6
commit cec3efed51

View File

@ -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: