Build and packaging library
- Python 50.6%
- Makefile 36.1%
- Shell 13.3%
|
||
|---|---|---|
| .github/workflows | ||
| bin | ||
| conf | ||
| make | ||
| scripts | ||
| src | ||
| test | ||
| .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 | test-jw-pkg.mk: Add file | |
| scripts | test + python-tools.sh: Fix toplevel "make all" fallout | |
| src | cmds.CmdPkg: Rename pkg -> packages | |
| test | test: Move unit tests below jw/pkg | |
| .gitignore | test: Add subdirectory with integration test | |
| HASH | Release 1.0.0-243@suse-tumbleweed/x86_64 | |
| Makefile | $(TOPDIR)/Makefile: include py-topdir.mk | |
| RELEASES | Release 1.0.0-243@suse-tumbleweed/x86_64 | |
| VERSION | Start version: 1.0.0-243 | |