From 13ff4ae5b16cd46a8dfcda279f1ccda88c186804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 10 Mar 2022 09:16:50 +0100 Subject: maint: 'assert-binaries-available' only checks ci.guix.gnu.org. * Makefile.am (assert-binaries-available): Pass '--substitute-urls'. --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8850c4562c..7402c89b62 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1027,10 +1027,12 @@ assert-no-store-file-names: exit 1 ; \ fi -# Make sure important substitutes are available. +# Make sure important substitutes are available. Check only the primary +# server so that '--display-missing' doesn't print two lists. assert-binaries-available: $(GOBJECTS) $(AM_V_at)$(top_builddir)/pre-inst-env \ guix weather -m "$(top_srcdir)/etc/release-manifest.scm" \ + --substitute-urls="https://ci.guix.gnu.org" \ --display-missing # Make sure the final inputs don't refer to bootstrap tools. -- cgit v1.2.1