From a5d302d036ce417c448e94f44fa0fa8b99537d27 Mon Sep 17 00:00:00 2001 From: Daniel Mach Date: Mon, 13 Jul 2015 08:42:04 -0400 Subject: [PATCH] Enable --fulltree, --selfhosting and --nodeps in pungi-gather. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lubomír Sedlář --- bin/pungi-gather | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bin/pungi-gather b/bin/pungi-gather index 3cd73443..89c02a81 100755 --- a/bin/pungi-gather +++ b/bin/pungi-gather @@ -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