Build and packaging library
- Python 49.4%
- Makefile 37%
- Shell 13.6%
|
|
||
|---|---|---|
| .github/workflows | ||
| bin | ||
| conf | ||
| make | ||
| scripts | ||
| src | ||
| .gitignore | ||
| HASH | ||
| Makefile | ||
| RELEASES | ||
| VERSION | ||
|
|
||
|---|---|---|
| .github/workflows | workflows/(build-package.yaml -> standard-tests.yaml) | |
| bin | bin, make, scripts: Re-add files necessary for packaging jw-build | |
| conf | pyproject.toml: Enforce import annotations style | |
| make | project.conf: Don't require pyright on Debian | |
| scripts | python-tools.sh: Create empty line after import | |
| src | lib.init.detect_modules(): Renovate signature | |
| .gitignore | Everywhere: Rename package "jw-build" to "jw-pkg" | |
| HASH | Release 1.0.0-232@suse-tumbleweed/x86_64 | |
| Makefile | $(TOPDIR)/Makefile: include py-topdir.mk | |
| RELEASES | Release 1.0.0-232@kali-rolling/amd64 | |
| VERSION | Start version: 1.0.0-233 | |