mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 17bf98cb7a | |||
| aa3e2efd84 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 17bf98cb7a |
build.Cmd: Add module
Cmd is meant as a base class for classes representing commands currently still implemented as methods of the Project class. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| aa3e2efd84 |
projects.py: Move bulk of code into module
Move nearly all of projects.py into src/python/jw/build/App.py. The plan is to split the script into parts and import them. Signed-off-by: Jan Lindemann <jan@janware.com> |