This website requires JavaScript.
Explore
Help
janware
/
jw-pkg
Watch
1
Code
Pull requests
Activity
Actions
1c0e7ee5a9
jw-pkg
/
scripts
/
jw-pkg.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
jw-pkg.py: Enable argcomplete Register a bash-completion handler for jw-pkg.py, and mark it with PYTHON_ARGCOMPLETE_OK. Signed-off-by: Jan Lindemann <jan@janware.com>
2026-03-06 09:12:01 +01:00
# PYTHON_ARGCOMPLETE_OK
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