From 4552250d8613c11b24c653ef54fb3923f132efc2 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Mon, 14 Jul 2025 16:06:11 +0200 Subject: [PATCH] guix: use canonical repository --- contrib/guix/INSTALL.md | 4 ++-- contrib/guix/libexec/prelude.bash | 12 +----------- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/contrib/guix/INSTALL.md b/contrib/guix/INSTALL.md index c6b6a3cb72..f6c363261c 100644 --- a/contrib/guix/INSTALL.md +++ b/contrib/guix/INSTALL.md @@ -308,7 +308,7 @@ Source: https://logs.guix.gnu.org/guix/2020-11-12.log#232527 Start by cloning Guix: ``` -git clone https://git.savannah.gnu.org/git/guix.git +git clone https://codeberg.org/guix/guix.git cd guix ``` @@ -595,7 +595,7 @@ checklist. ``` Generation 38 Feb 22 2021 16:39:31 (current) guix f350df4 - repository URL: https://git.savannah.gnu.org/git/guix.git + repository URL: https://codeberg.org/guix/guix.git branch: version-1.2.0 commit: f350df405fbcd5b9e27e6b6aa500da7f101f41e7 ``` diff --git a/contrib/guix/libexec/prelude.bash b/contrib/guix/libexec/prelude.bash index 112887762d..356fb26503 100644 --- a/contrib/guix/libexec/prelude.bash +++ b/contrib/guix/libexec/prelude.bash @@ -51,23 +51,13 @@ fi # # Before updating the pinned hash: # -# - Push new commits to monero-project/guix from upstream. Do not forget to update -# the keyring branch as well. Guix uses this branch to authenticate commits. -# -# The repository is set to monero-project/guix because fetching from the official -# repo at https://git.savannah.gnu.org/git/guix.git is unreliable in CI jobs. -# -# Do not attempt to push custom changes to monero-project/guix, it will not work! -# If a change is necessary to Guix, submit a patch to https://issues.guix.gnu.org/ -# New packages can be defined in manifest.scm until they are available upstream. -# # - Make sure a bootstrapped build works with the new commit using a fresh Guix install: # $ export ADDITIONAL_GUIX_COMMON_FLAGS='--no-substitutes' # # - Check how the update affects our build graph and which packages have been updated. time-machine() { # shellcheck disable=SC2086 - guix time-machine --url=https://github.com/monero-project/guix.git \ + guix time-machine --url=https://codeberg.org/guix/guix.git \ --commit=9d09b0cf841fb657a1aec12e9bab68e00c2b493c \ --cores="$JOBS" \ --keep-failed \