archive
This commit is contained in:
parent
4a106b9c7d
commit
121441077a
1 changed files with 1 additions and 2 deletions
|
@ -35,8 +35,7 @@ class Remote:
|
||||||
c = {}
|
c = {}
|
||||||
for architecture in self.architectures:
|
for architecture in self.architectures:
|
||||||
location = os.path.join(self.location, DISTRIBUTION, architecture)
|
location = os.path.join(self.location, DISTRIBUTION, architecture)
|
||||||
archive = hypertext.HyperText(location).archive
|
a[architecture] = hypertext.HyperText(location).archive
|
||||||
a[architecture] = archive
|
|
||||||
#
|
#
|
||||||
c[architecture] = {}
|
c[architecture] = {}
|
||||||
for ss in self.subsystems:
|
for ss in self.subsystems:
|
||||||
|
|
Loading…
Reference in a new issue