| Author | SHA1 | Date | |
|---|---|---|---|
|
4ea3c91e94 |
|||
| bc883deed4 | |||
| 077f4fcaae | |||
| ce165ebaef | |||
| bdd66dbc26 | |||
| b2d6e6f554 | |||
| a12fa52639 | |||
| b37359a725 | |||
| c42e386c76 | |||
| e52879215d |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
4ea3c91e94 |
doc: Add subdir
All checks were successful
CI / Packaging - Kali Linux (pull_request) Successful in 4m4s
CI / Packaging - OpenSUSE Tumbleweed (pull_request) Successful in 4m8s
CI / Packaging test (pull_request) Successful in 0s
CI / Packaging - Kali Linux (push) Successful in 4m5s
CI / Packaging - OpenSUSE Tumbleweed (push) Successful in 4m8s
CI / Packaging test (push) Successful in 0s
Add $(TOPDIR)/doc with some subdirectories:
- jw-pkg: Using the jw-pkg application, mirroring the subcommand
structure in its subdirectories. At this point only packages,
projects and secrets are added, all empty To be expanded as needed
- python: jw-pkg Python API
Signed-off-by: Jan Lindemann <jan@janware.com>
|
|||
| bc883deed4 |
Everywhere: Remove everything non-essential for "make clean all"
This commit removes everything not strictly necessary for running "make clean all" inside jw-build. packaging jw-devtest. This cuts the repo down from 24077 to 4725 lines of code. The idea is to 1) Further remove bloat from the remaining bits 2) Re-add what's necessary to build and package other essential repos. The decision should be based on whether or not jw-build can also be useful in a non-janware context. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 077f4fcaae |
doc/licenses/Makefile, lgpl-2.1.txt: Add doc/licenses/lgpl-2.1.txt
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| ce165ebaef |
doc/Makefile: Add directory doc/licenses
This directory is meant as a store for license text files, notably for use with Yocto. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| bdd66dbc26 |
Everywhere: Rename MOD_SCRIPT_DIR -> JWB_SCRIPT_DIR
Follow name change of MODDIR -> JWBDIR. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| b2d6e6f554 |
Everywhere: Rename MODDIR -> JWBDIR
Rename the omnipresent MODDIR variable to JWBDIR, since that's more to the point. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| a12fa52639 |
design-goals.txt, add-pkg-conflicts-support.patch: Add design-goals.txt
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| b37359a725 |
$(MODDIR)/make/defs.mk: Replace variable OS with OS_NAME_VERSION
OS_NAME_VERSION is less ambiguous. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| c42e386c76 |
doc, make, scripts: Add support for [pkg.conflicts.xxx]
Since the packaging machinery is pretty complicated, the information about conflicting packages had to be passed through many APIs. The last commit contained a patch which is left in the tree to have it in one file, it actually is identical to this commit's diff, though. Git would save me that quirk. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| e52879215d |
doc/packaging/add-pkg-conflicts-support.patch: Add file
add-pkg-conflicts-support.patch is commited as piece of documentation on which places had to be touched as an additional option (i.e. "Conflicts") was implemented. In the hope it might prove useful in streamlining the packaging machinery later. Signed-off-by: Jan Lindemann <jan@janware.com> |