Build and packaging library
- Python 50.6%
- Makefile 36.1%
- Shell 13.3%
|
|
||
|---|---|---|
| .github/workflows | ||
| bin | ||
| conf | ||
| make | ||
| scripts | ||
| src | ||
| .gitignore | ||
| HASH | ||
| Makefile | ||
| RELEASES | ||
| VERSION | ||
|
||
|---|---|---|
| .github/workflows | ci.yaml: test-packaging.yaml@{master-test -> master} | |
| bin | bin, make, scripts: Re-add files necessary for packaging jw-build | |
| conf | conf/templates: Fix installation | |
| make | rules.mk: Add targets to check shell syntax | |
| scripts | py-mod.mk: Support PY_INIT_SUBMODULES | |
| src | cmds.projects.CmdBuild: Annotate types | |
| .gitignore | Everywhere: Rename package "jw-build" to "jw-pkg" | |
| HASH | Release 1.0.0-243@kali-rolling/amd64 | |
| Makefile | $(TOPDIR)/Makefile: include py-topdir.mk | |
| RELEASES | Release 1.0.0-243@kali-rolling/amd64 | |
| VERSION | Start version: 1.0.0-243 | |