13 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 82eb80979d | |||
| bc883deed4 | |||
| bdd66dbc26 | |||
| 0eaef0c326 | |||
| b37359a725 | |||
| f4efde3377 | |||
| 536d128f91 | |||
| e4ea74dadc | |||
| f3caef9690 | |||
| 88fa05316b | |||
| 6f037b9382 | |||
| 2f29b9c14b | |||
|
|
590ba4fa1e |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 82eb80979d |
bin, make, scripts: Re-add files necessary for packaging jw-build
Re-add all files necessary to package jw-build itself, i.e. sucessfully run make pkg-rebuild-reinstall. This adds 1892 lines of code. 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> |
|||
| bdd66dbc26 |
Everywhere: Rename MOD_SCRIPT_DIR -> JWB_SCRIPT_DIR
Follow name change of MODDIR -> JWBDIR. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 0eaef0c326 |
conf/jcs, make, tmpl/doxygen: Align equal signs in makefiles to column 30
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> |
|||
| f4efde3377 |
$(TOPDIR), make, scripts: Ftp.jannet.de / ftp.janware.com -> pkg.janware.com
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 536d128f91 |
make, scripts: Remove /inst-source from RPM installation sources
Remove /inst-source from RPM installation sources, following that same action within all repositories and mirrors Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| e4ea74dadc |
make, scripts: Add more scripts from ytools/devutil/scripts
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| f3caef9690 |
upload-defs-rpm.mk: Weed out outdated stuff
Move the necessary definitions into rpmdist.mk and disable the rest in upload-defs-rpm.mk. Can be removed as soon as the stuff is tested to work well. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 88fa05316b |
upload-defs-rpm.mk: Upload rpms directly into os directory
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 6f037b9382 |
defs.mk, proj.mk, upload-defs-rpm.mk: Simplified upload variable definitions
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 2f29b9c14b |
make: Fix remote ftp path (/home/ftp/dat -> /srv/ftp)
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
|
|
590ba4fa1e | upload-defs-rpm.mk: Add file (copy of upload-defs.mk) |