Skip to content

Commit 59c19a5

Browse files
committed
Merge bitcoin#32639: [28.x] Backport guix: accomodate migration to codeberg
5c2ba9f guix: accomodate migration to codeberg (fanquake) Pull request description: 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: bitcoin#32439 Rebased-From: c8d9baa ACKs for top commit: hebasto: ACK 5c2ba9f. Tree-SHA512: ce43bdaf8bba3fb6c3db2794f25aeaf60557a1151c45903cbfe8e63345f1a9b0f6255d6055b5505556942f569a1683703999e7ed1d59698bdcd4e64edbb3405e
2 parents ac63745 + 5c2ba9f commit 59c19a5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

contrib/guix/INSTALL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ Source: https://logs.guix.gnu.org/guix/2020-11-12.log#232527
319319
Start by cloning Guix:
320320

321321
```
322-
git clone https://git.savannah.gnu.org/git/guix.git
322+
git clone https://codeberg.org/guix/guix.git
323323
cd guix
324324
```
325325

@@ -607,7 +607,7 @@ checklist.
607607
```
608608
Generation 38 Feb 22 2021 16:39:31 (current)
609609
guix f350df4
610-
repository URL: https://git.savannah.gnu.org/git/guix.git
610+
repository URL: https://codeberg.org/guix/guix.git
611611
branch: version-1.2.0
612612
commit: f350df405fbcd5b9e27e6b6aa500da7f101f41e7
613613
```
@@ -760,8 +760,8 @@ Please see the following links for more details:
760760
761761
- An upstream coreutils bug has been filed: [debbugs#47940](https://debbugs.gnu.org/cgi/bugreport.cgi?bug=47940)
762762
- 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)
763-
- A commit to skip this test in Guix has been merged into the core-updates branch:
764-
[savannah/guix@6ba1058](https://git.savannah.gnu.org/cgit/guix.git/commit/?id=6ba1058df0c4ce5611c2367531ae5c3cdc729ab4)
763+
- A commit to skip this test is included since Guix 1.4.0:
764+
[codeberg/guix@6ba1058](https://codeberg.org/guix/guix/commit/6ba1058df0c4ce5611c2367531ae5c3cdc729ab4)
765765
766766
767767
[install-script]: #options-1-and-2-using-the-official-shell-installer-script-or-binary-tarball

contrib/guix/libexec/prelude.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ fi
5050
# across time.
5151
time-machine() {
5252
# shellcheck disable=SC2086
53-
guix time-machine --url=https://git.savannah.gnu.org/git/guix.git \
53+
guix time-machine --url=https://codeberg.org/guix/guix.git \
5454
--commit=7bf1d7aeaffba15c4f680f93ae88fbef25427252 \
5555
--cores="$JOBS" \
5656
--keep-failed \

0 commit comments

Comments
 (0)