logger.write(" " +
src.printcolors.printcWarning(_("no install dir")) +
"\n", 2)
+
+ src.printcolors.print_value(logger, "debug ", pinfo.debug, 2)
+ src.printcolors.print_value(logger, "verbose ", pinfo.verbose, 2)
+ src.printcolors.print_value(logger, "hpc ", pinfo.hpc, 2)
+ src.printcolors.print_value(logger, "dev ", pinfo.dev, 2)
+
else:
logger.write("\n", 2)
msg = _("This product does not compile")
set -x
rmdir %(where)s
git clone %(remote)s %(where)s && \
-git --git-dir=%(where_git)s --work-tree=%(where)s checkout %(tag)s
+git --git-dir=%(where_git)s --work-tree=%(where)s checkout %(tag)s && \
touch -d "$(git --git-dir=%(where_git)s log -1 --format=date_format)" %(where)s
"""
cmd = cmd % {'remote': from_what,