mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-23 22:40:38 +01:00
rpmdist.mk: make check_scm_sync pull from maintainer
Change $(check_scm_sync) from "make git pull" to "make git-pull-maintainer", which most notably should delegate devops builds to the maintainer defined in project.conf. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
c39c268d98
commit
18f6d583b4
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ else
|
|||
SCM_COMMIT = git commit
|
||||
SCM_ADD = git add
|
||||
SCM_PUSH = git push
|
||||
SCM_PULL = git pull
|
||||
SCM_PULL = make git-pull-maintainer
|
||||
|
||||
define check_scm_sync
|
||||
echo + checking git ;\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue