From 18f6d583b4b0ab7b9a5bf48b0c7e5a4ffe7559fd Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Wed, 14 Jan 2026 19:18:59 +0100 Subject: [PATCH] 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 --- make/rpmdist.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/rpmdist.mk b/make/rpmdist.mk index 6b480a70..525ca24d 100644 --- a/make/rpmdist.mk +++ b/make/rpmdist.mk @@ -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 ;\