guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/16: maint: 'assert-binaries-available' only checks ci.guix.gnu.org.


From: guix-commits
Subject: 01/16: maint: 'assert-binaries-available' only checks ci.guix.gnu.org.
Date: Thu, 10 Mar 2022 05:43:52 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 13ff4ae5b16cd46a8dfcda279f1ccda88c186804
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Mar 10 09:16:50 2022 +0100

    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(-)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]