mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
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 <rutherther@ditigal.xyz>
This commit is contained in:
@@ -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)" && \
|
||||
|
||||
Reference in New Issue
Block a user