jw-pkg/src/python/jw/pkg/cmds/projects
Jan Lindemann 9b6ec109a1 cmds and lib: Don't print() log messages

print() should be used to output information requested by a certain command, but not for logging the process to achieve it. log() should be used for the latter. The current code has the distinction not down clearly, fix that.

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-03-27 09:16:14 +01:00
..
__init__.py jw.build.cmds: Move build.cmds -> cmds.projects 2026-01-26 17:58:23 +01:00
BaseCmdPkgRelations.py cmds.projects.BaseCmdPkgRelations: Fix Debian simple deps 2026-03-25 09:50:28 +00:00
CmdBuild.py cmds and lib: Don't print() log messages 2026-03-27 09:16:14 +01:00
CmdCflags.py jw.pkg.App: Code beautification 2026-01-29 11:32:14 +01:00
CmdCheck.py cmds and lib: Don't print() log messages 2026-03-27 09:16:14 +01:00
CmdCommands.py cmds.project.*: Make _run() async 2026-01-28 17:41:10 +01:00
CmdCreatePkgConfig.py cmds.project.*: Make _run() async 2026-01-28 17:41:10 +01:00
CmdExepath.py jw.pkg.App: Code beautification 2026-01-29 11:32:14 +01:00
CmdGetAuthInfo.py Fix: Decode run_cmd() result 2026-03-25 07:32:45 +01:00
CmdGetval.py cmds.project.*: Make _run() async 2026-01-28 17:41:10 +01:00
CmdHtdocsDir.py cmds.project.*: Make _run() async 2026-01-28 17:41:10 +01:00
CmdLdflags.py jw.pkg.App: Code beautification 2026-01-29 11:32:14 +01:00
CmdLdlibpath.py jw.pkg.App: Code beautification 2026-01-29 11:32:14 +01:00
CmdLibname.py cmds.project.*: Make _run() async 2026-01-28 17:41:10 +01:00
CmdListRepos.py lib.SSHClient: Move to lib.ec 2026-03-20 13:35:11 +01:00
CmdModules.py cmds.project.*: Make _run() async 2026-01-28 17:41:10 +01:00
CmdPath.py jw.pkg.App: Code beautification 2026-01-29 11:32:14 +01:00
CmdPkgConflicts.py lib.Cmd: Add argument "parent" to __init__() 2026-01-28 15:24:24 +01:00
CmdPkgProvides.py lib.Cmd: Add argument "parent" to __init__() 2026-01-28 15:24:24 +01:00
CmdPkgRequires.py lib.Cmd: Add argument "parent" to __init__() 2026-01-28 15:24:24 +01:00
CmdPrereq.py jw.pkg.App: Code beautification 2026-01-29 11:32:14 +01:00
CmdProjDir.py jw.pkg.cmds.projects.CmdProjectDir: Fix warning typo 2026-02-02 15:56:19 +01:00
CmdPythonpath.py jw.pkg.App: Code beautification 2026-01-29 11:32:14 +01:00
CmdPythonpathOrig.py jw.pkg.App: Code beautification 2026-01-29 11:32:14 +01:00
CmdRequiredOsPkg.py cmds.projects.CmdRequiredOsPkg|BaseCmdPkgRelations: Align APIs 2026-03-15 18:33:51 +01:00
CmdSummary.py cmds.project.*: Make _run() async 2026-01-28 17:41:10 +01:00
CmdTest.py cmds.project.*: Make _run() async 2026-01-28 17:41:10 +01:00
CmdTmplDir.py cmds.project.*: Make _run() async 2026-01-28 17:41:10 +01:00
Makefile jw.build.cmds: Move build.cmds -> cmds.projects 2026-01-26 17:58:23 +01:00