Kaydet (Commit) c2890f6d authored tarafından root's avatar root

fix revpspec

üst ced97db4
......@@ -93,10 +93,10 @@ o("description","Source.Description")
print("archive = [",1)
archive = get_node("Source.Archive")
if type(archive) == type({}):
print("(\"{}\",\"{}\"),".format(archive["Archive"],archive["sha1sum"]))
print("(\"{}\",\"{}\"),".format(archive["sha1sum"],archive["Archive"]))
else:
for a in archive:
print("(\"{}\",\"{}\"),".format(a["Archive"],a["sha1sum"]))
print("(\"{}\",\"{}\"),".format(a["sha1sum"],a["Archive"]))
tab-=1
print("]")
o("builddependencies","Source.BuildDependencies.Dependency",True)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment