mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 09:13:37 +02:00
projects-dir.mk: Add target get-official
Follow the pattern of get-maintainer, and add that target to projects-dir.mk. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
9449840401
commit
fbeefa2d9e
1 changed files with 5 additions and 2 deletions
|
|
@ -309,8 +309,8 @@ pull-all: purge git-get git-pull-all
|
|||
diff-all diff: $(SSH_WRAPPER_SH)
|
||||
$(PGIT_SH) diff
|
||||
|
||||
get-official: git-get-official
|
||||
get-maintainer: git-get-maintainer
|
||||
|
||||
get-%: git-get-%
|
||||
@:
|
||||
|
||||
|
|
@ -342,7 +342,10 @@ git-pull-all: $(SSH_WRAPPER_SH)
|
|||
$(PGIT_SH) pull $(PGIT_SH_OPTS_NETWORK) --all
|
||||
|
||||
git-get-maintainer: $(SSH_WRAPPER_SH)
|
||||
PGIT_SH_PROJECTS="$(PROJECTS_WITH_PROJECT_CONF)" $(PGIT_SH) exec make git-get-maintainer
|
||||
PGIT_SH_PROJECTS="$(PROJECTS_WITH_PROJECT_CONF)" $(PGIT_SH) exec make $@
|
||||
|
||||
git-get-official: $(SSH_WRAPPER_SH)
|
||||
PGIT_SH_PROJECTS="$(PROJECTS_WITH_PROJECT_CONF)" $(PGIT_SH) exec make $@
|
||||
|
||||
git-get-%: $(SSH_WRAPPER_SH)
|
||||
$(PGIT_SH_GET) $(PGIT_SH_OPTS_NETWORK) --refspec "$*:master:current-branch"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue