This website requires JavaScript.
Explore
Help
janware
/
jw-pkg
Watch
1
mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced
2026-01-15 12:03:31 +01:00
Code
Activity
f90f5aeebe
jw-pkg
/
scripts
/
jw-projects.py
6 lines
84 B
Python
Raw
Normal View
History
Unescape
Escape
make, scripts: Rename projects.py -> jw-projects.py projects.py is too unspecific, rename it to jw-projects.py. Signed-off-by: Jan Lindemann <jan@janware.com>
2025-11-15 12:06:38 +01:00
#!/usr/bin/python3
projects.py: Dissolve class Build into class Projects This commit is the next code cleanup step. Needs more testing and more fixing. Signed-off-by: Jan Lindemann <jan@janware.com>
2019-06-12 11:26:15 +00:00
# -*- coding: utf-8 -*-
build.py, projects.py: Add projects.py Signed-off-by: Jan Lindemann <jan@janware.com>
2016-01-25 12:25:51 +00:00
Everywhere: Rename package "jw-build" to "jw-pkg" jw-build doesn't stop at building software, packaging it afterwards is also a core feature, so this commit gives the package a better name. The commit replaces strings s/jw-build/jw-pkg/ in text files and file names. Fallout to the functionality is fixed, variable names are left as they are, though. To be adjusted by later commits. Signed-off-by: Jan Lindemann <jan@janware.com>
2025-11-26 17:48:01 +01:00
from
jw
.
pkg
.
App
import
App
build.py, projects.py: Add projects.py Signed-off-by: Jan Lindemann <jan@janware.com>
2016-01-25 12:25:51 +00:00
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>
2025-11-15 11:08:52 +01:00
App
(
)
.
run
(
)
Copy permalink