mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-04-08 11:13:39 +00:00
use generic packages tree for all repos
This commit is contained in:
@@ -95,7 +95,6 @@ class TreeMigrate(Handler):
|
||||
"""
|
||||
# we don't care about devtools chroot
|
||||
for attribute in (
|
||||
RepositoryPaths.archive,
|
||||
RepositoryPaths.packages,
|
||||
RepositoryPaths.pacman,
|
||||
RepositoryPaths.repository,
|
||||
|
||||
Binary file not shown.
@@ -93,7 +93,7 @@ class RepositoryPaths(LazyLogging):
|
||||
Returns:
|
||||
Path: archive directory root
|
||||
"""
|
||||
return self.root / "archive" / self._suffix
|
||||
return self.root / "archive"
|
||||
|
||||
@property
|
||||
def build_root(self) -> Path:
|
||||
|
||||
Reference in New Issue
Block a user