Skip to content
Snippets Groups Projects
Commit 7537cb24 authored by Anders Blomdell's avatar Anders Blomdell
Browse files

Version 2010-11-08 12:18

parent 27cfa968
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,8 @@ def parse(url, repository): ...@@ -39,6 +39,8 @@ def parse(url, repository):
repository.add(tree._group_) repository.add(tree._group_)
def find_and_parse(target, builder, url=None): def find_and_parse(target, builder, url=None):
path = list(options.path) path = list(options.path)
if url: if url:
...@@ -49,7 +51,7 @@ def find_and_parse(target, builder, url=None): ...@@ -49,7 +51,7 @@ def find_and_parse(target, builder, url=None):
m = re.match("^/([^/]*)", target) m = re.match("^/([^/]*)", target)
file = "%s/%s.mio" % (dir, m.group(1)) file = "%s/%s.mio" % (dir, m.group(1))
elif target.startswith("@"): elif target.startswith("@"):
file = "%s/Fedora/base/comps.xml" % dir file = "%s/base/comps.xml" % dir
else: else:
file = "%s/hostinfo.xml" % dir file = "%s/hostinfo.xml" % dir
try: try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment