[cpp-linbuild] 02/03: Rebuild builder image upon local.repo change

John W. O'Brien john at saltant.com
Tue Sep 9 12:28:36 UTC 2025


This is an automated email from the git hooks/post-receive script.

obrienjw pushed a commit to branch main
in repository cpp-linbuild.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-linbuild.git;a=commit;h=9759dc6a3424671c467a705b091d7b45dbc587bd

commit 9759dc6a3424671c467a705b091d7b45dbc587bd
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Fri Sep 5 14:47:58 2025 +0000

    Rebuild builder image upon local.repo change
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 38f7171..531f3bb 100644
--- a/Makefile
+++ b/Makefile
@@ -239,7 +239,7 @@ $(foreach platform,$(PLATFORMS),$(foreach component,$(COMPONENTS),$(eval $(call
 define prepare-platform
 $(1)_token = $$(srcdir).$(1)_image
 $(1)_products = $(srcdir)os/$(1)/products
-$$($(1)_token): $(srcdir)os/$(1)/image/Dockerfile
+$$($(1)_token): $(srcdir)os/$(1)/image/Dockerfile ${srcdir}os/${1}/image/local.repo
 	mkdir -p $$($(1)_products)/{RPMS,SRPMS}
 	@echo "==> Building base Docker image for $(1)"
 	docker build -t shibboleth/$(1):$(BASETAG) $(srcdir)os/$(1)/image

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list