local
This commit is contained in:
parent
1db8c559a2
commit
3763dce133
5 changed files with 4 additions and 29 deletions
|
@ -18,9 +18,6 @@ class Remote(repository.Repository):
|
|||
c = {}
|
||||
for architecture in self.architectures:
|
||||
subsystems = architecture.subsystems.keys()
|
||||
location = os.path.join(self.location,
|
||||
architecture.distribution.path)
|
||||
archives[architecture] = hypertext.HyperText(location).archive
|
||||
#
|
||||
c[architecture] = {}
|
||||
for subsystem in subsystems:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue