Enable --fulltree, --selfhosting and --nodeps in pungi-gather.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Daniel Mach 2015-07-13 08:42:04 -04:00 committed by Lubomír Sedlář
parent aff6ac906c
commit a5d302d036

View File

@ -80,6 +80,15 @@ def main():
if ns.lookaside:
gather_opts.lookaside_repos = ns.lookaside
if ns.fulltree:
gather_opts.fulltree = True
if ns.selfhosting:
gather_opts.selfhosting = True
if ns.nodeps:
gather_opts.resolve_deps = False
ksparser = pungi.ks.get_ksparser(ns.config)
# read repos from ks