guix: accomodate migration to codeberg

See https://guix.gnu.org/blog/2025/migrating-to-codeberg/.

When interacting with the old repo you may now also see:
```bash
warning: redirecting to https://codeberg.org/guix/guix/
```

Github-Pull: #32439
Rebased-From: d5ca4d4fd713a9f7e17e074a1e37dda99bbb09fc
This commit is contained in:
fanquake 2025-05-07 17:23:23 +01:00
parent e0af7bffff
commit a328170e09
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1
2 changed files with 5 additions and 5 deletions

View File

@ -319,7 +319,7 @@ Source: https://logs.guix.gnu.org/guix/2020-11-12.log#232527
Start by cloning Guix: Start by cloning Guix:
``` ```
git clone https://git.savannah.gnu.org/git/guix.git git clone https://codeberg.org/guix/guix.git
cd guix cd guix
``` ```
@ -607,7 +607,7 @@ checklist.
``` ```
Generation 38 Feb 22 2021 16:39:31 (current) Generation 38 Feb 22 2021 16:39:31 (current)
guix f350df4 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 branch: version-1.2.0
commit: f350df405fbcd5b9e27e6b6aa500da7f101f41e7 commit: f350df405fbcd5b9e27e6b6aa500da7f101f41e7
``` ```
@ -757,8 +757,8 @@ Please see the following links for more details:
- An upstream coreutils bug has been filed: [debbugs#47940](https://debbugs.gnu.org/cgi/bugreport.cgi?bug=47940) - An upstream coreutils bug has been filed: [debbugs#47940](https://debbugs.gnu.org/cgi/bugreport.cgi?bug=47940)
- A Guix bug detailing the underlying problem has been filed: [guix-issues#47935](https://issues.guix.gnu.org/47935), [guix-issues#49985](https://issues.guix.gnu.org/49985#5) - A Guix bug detailing the underlying problem has been filed: [guix-issues#47935](https://issues.guix.gnu.org/47935), [guix-issues#49985](https://issues.guix.gnu.org/49985#5)
- A commit to skip this test in Guix has been merged into the core-updates branch: - A commit to skip this test is included since Guix 1.4.0:
[savannah/guix@6ba1058](https://git.savannah.gnu.org/cgit/guix.git/commit/?id=6ba1058df0c4ce5611c2367531ae5c3cdc729ab4) [codeberg/guix@6ba1058](https://codeberg.org/guix/guix/commit/6ba1058df0c4ce5611c2367531ae5c3cdc729ab4)
[install-script]: #options-1-and-2-using-the-official-shell-installer-script-or-binary-tarball [install-script]: #options-1-and-2-using-the-official-shell-installer-script-or-binary-tarball

View File

@ -50,7 +50,7 @@ fi
# across time. # across time.
time-machine() { time-machine() {
# shellcheck disable=SC2086 # shellcheck disable=SC2086
guix time-machine --url=https://git.savannah.gnu.org/git/guix.git \ guix time-machine --url=https://codeberg.org/guix/guix.git \
--commit=d5ca4d4fd713a9f7e17e074a1e37dda99bbb09fc \ --commit=d5ca4d4fd713a9f7e17e074a1e37dda99bbb09fc \
--cores="$JOBS" \ --cores="$JOBS" \
--keep-failed \ --keep-failed \