Build and packaging library
  • Python 43.9%
  • Makefile 40.9%
  • Shell 15.2%
Find a file
Jan Lindemann e5e0cf9930 jw.pkg.lib.Cmd._run(): Call parent._run()
jw.pkg.lib.Cmd._run() is abstract, but it's nice to give it a default
implementation which calls self.parent._run() in case parent is also
a command class. That allows for some default processing in _run()
for each node up the parent chain.

The children / derived classes just need to make sure all classes in
the hierarchy do:

    async def _run(self, args):
      return await super()._run(args)
      ... add main command logic here ..

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-02-20 19:30:22 +01:00
bin bin, make, scripts: Re-add files necessary for packaging jw-build 2025-11-14 11:22:50 +01:00
make topdir.mk: git-pull-%: Always use pgit.sh 2026-02-19 19:38:16 +01:00
scripts pgit.sh clone: Merge code path "from-user == login" 2026-02-19 19:37:17 +01:00
src jw.pkg.lib.Cmd._run(): Call parent._run() 2026-02-20 19:30:22 +01:00
.gitignore Everywhere: Rename package "jw-build" to "jw-pkg" 2025-11-28 13:35:56 +01:00
HASH Release 1.0.0-167@suse-tumbleweed/x86_64 2026-02-20 00:37:29 +00:00
Makefile $(TOPDIR)/Makefile: Remove superfluous SUBDIRS 2025-11-14 13:39:52 +01:00
RELEASES Release 1.0.0-167@suse-tumbleweed/x86_64 2026-02-20 00:37:29 +00:00
VERSION Start version: 1.0.0-167 2026-02-20 00:36:38 +00:00