From: Serge Rehbinder Date: Wed, 21 Sep 2016 13:21:09 +0000 (+0200) Subject: bug fix in jobs: when publish without input file X-Git-Tag: 5.0.0a1~105 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d48a0da5657d73a8cd4d1d0b29a12914d3bf63d7;p=tools%2Fsat.git bug fix in jobs: when publish without input file --- diff --git a/commands/package.py b/commands/package.py index dc39e77..a3b6083 100644 --- a/commands/package.py +++ b/commands/package.py @@ -290,7 +290,7 @@ def source_package(sat, config, logger, options, tmp_working_dir): d_archives, l_pinfo_vcs = get_archives(config, logger) logger.write("Done\n") d_archives_vcs = {} - if not options.with_vcs: + if not options.with_vcs and len(l_pinfo_vcs) > 0: # Make archives with the products that are not prepared using an archive # (git, cvs, svn, etc) logger.write("Construct archives for vcs products ... ")