]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
add repository print 415/head
authorthon <thon@lulz.bz>
Sat, 2 May 2020 21:14:09 +0000 (21:14 +0000)
committerthon <thon@lulz.bz>
Sat, 2 May 2020 21:48:56 +0000 (21:48 +0000)
mkosi

diff --git a/mkosi b/mkosi
index 9d3d8e0af9862fc9bf946b2daed6a91f8bb411ea..324b8e57b034656911cee32848a5b5ea8fe590ca 100755 (executable)
--- a/mkosi
+++ b/mkosi
@@ -4310,6 +4310,8 @@ def print_summary(args: CommandLineArguments) -> None:
         sys.stderr.write("          Architecture: " + args.architecture + "\n")
     if args.mirror is not None:
         sys.stderr.write("                Mirror: " + args.mirror + "\n")
+    if args.repositories is not None and len(args.repositories) > 0:
+        sys.stderr.write("          Repositories: " + ','.join(args.repositories) + "\n")
     sys.stderr.write("\nOUTPUT:\n")
     if args.hostname:
         sys.stderr.write("              Hostname: " + args.hostname + "\n")