From 7c52959ae4dd735ad0e2f67236fca4497f6af791 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Mon, 29 Dec 2025 12:04:24 +0100 Subject: [PATCH] Make sure only Guix channel is used to produce release artifacts. This ensures that only Guix channel is used, with the default url. * Makefile.am (release): Add "-q" to time-machine. Change-Id: I3102660919e946a7df4620318d11599cdbde7ad8 Signed-off-by: Rutherther --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index dabceddf2acb395321b3c772c3ea19f488ed81c5..679a7bfce979ead6dbd42e886ff4fe78b984822c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1185,7 +1185,7 @@ release: all $(MKDIR_P) "$(releasedir)" @echo "Building guix inferior for current commit." COMMIT="$$(git rev-parse HEAD)" && \ - GUIX="$$(guix time-machine --commit=$$COMMIT)/bin/guix" && \ + GUIX="$$(guix time-machine -q --commit=$$COMMIT)/bin/guix" && \ echo "Building artifacts for current commit: $$COMMIT." && \ ARTIFACTS="$$($$GUIX build --no-grafts \ -f ./etc/teams/release/artifacts.scm)" && \