Kaydet (Commit) 2ad381cc authored tarafından Eray Özkural's avatar Eray Özkural

* kind of a lame fix: we don't need distro to index

üst cac71e4f
......@@ -329,6 +329,7 @@ def index(dirs=None, output='pisi-index.xml', skip_sources=False, skip_signing=F
non_recursive=False):
"""accumulate PISI XML files in a directory"""
index = Index()
index.distribution = None
if not dirs:
dirs = ['.']
for repo_dir in dirs:
......
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