mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-21 13:47:39 +01:00
projects-dir.mk: Add target list-maintainers
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
3187f3daf5
commit
ed2fdd6340
1 changed files with 5 additions and 3 deletions
|
|
@ -44,14 +44,13 @@ BUILD_PY_EXTRA_ARGS += --exclude "$(EXCLUDE_FROM_BUILD)"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# ------------ commands
|
# ------------ commands
|
||||||
|
|
||||||
MOD_SCRIPT_DIR = ./jw-build/scripts
|
MOD_SCRIPT_DIR = ./jw-build/scripts
|
||||||
PGIT = CLONE_PROJECTS="$(PROJECTS)" /bin/bash $(firstword $(wildcard $(MOD_SCRIPT_DIR)/pgit.sh /opt/jw-build/bin/pgit.sh) pgit.sh-not-found)
|
PGIT = CLONE_PROJECTS="$(PROJECTS)" /bin/bash $(firstword $(wildcard $(MOD_SCRIPT_DIR)/pgit.sh /opt/jw-build/bin/pgit.sh) pgit.sh-not-found)
|
||||||
BUILD_PY = python $(MOD_SCRIPT_DIR)/build.py -b $(shell pwd) $(BUILD_PY_EXTRA_ARGS)
|
BUILD_PY = python $(MOD_SCRIPT_DIR)/build.py -b $(shell pwd) $(BUILD_PY_EXTRA_ARGS)
|
||||||
PURGE_SH = /bin/bash $(firstword $(wildcard $(MOD_SCRIPT_DIR)/purge-stale-projects.sh /opt/jw-build/bin/purge-stale-projects.sh) purge-not-found)
|
PURGE_SH = /bin/bash $(firstword $(wildcard $(MOD_SCRIPT_DIR)/purge-stale-projects.sh /opt/jw-build/bin/purge-stale-projects.sh) purge-not-found)
|
||||||
RELEASE_SH = /bin/bash $(firstword $(wildcard $(MOD_SCRIPT_DIR)/build-release.sh /opt/jw-build/bin/build-release.sh) release-not-found)
|
RELEASE_SH = /bin/bash $(firstword $(wildcard $(MOD_SCRIPT_DIR)/build-release.sh /opt/jw-build/bin/build-release.sh) release-not-found)
|
||||||
BROWSER ?= firefox
|
BROWSER ?= firefox
|
||||||
|
GIT_SRV_ADMIN = ssh $(JANWARE_USER)@git.jannet.de /opt/jw-build/bin/git-srv-admin.sh
|
||||||
# ------------ targets
|
# ------------ targets
|
||||||
|
|
||||||
all: pull.done
|
all: pull.done
|
||||||
|
|
@ -157,10 +156,13 @@ git-conv-%:
|
||||||
}
|
}
|
||||||
|
|
||||||
check-conv:
|
check-conv:
|
||||||
for p in `ssh $(JANWARE_USER)@git.jannet.de /opt/jw-build/bin/git-srv-admin.sh -u jan -j list-personal-projects`; do \
|
for p in `$(GIT_SRV_ADMIN) -u jan -j list-personal-projects`; do \
|
||||||
make git-conv-$$p ;\
|
make git-conv-$$p ;\
|
||||||
done
|
done
|
||||||
|
|
||||||
|
list-maintainers:
|
||||||
|
$(GIT_SRV_ADMIN) $@
|
||||||
|
|
||||||
projects.txt:
|
projects.txt:
|
||||||
echo $(PROJECTS) | sed 's/ /\n/g; s%/%%g' > $@
|
echo $(PROJECTS) | sed 's/ /\n/g; s%/%%g' > $@
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue