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:
Jan Lindemann 2026-01-14 19:18:59 +01:00
commit 18f6d583b4

View file

@ -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 ;\