mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
maint: Change main repository URL to git.guix.gnu.org.
Throughout, replace “https://git.savannah.gnu.org/git/guix.git” by “https://git.guix.gnu.org/guix.git”. Change-Id: Ieb82464f92a806b85c79e629f952e68c39323740
This commit is contained in:
parent
5e47bafb37
commit
3b6e499d5e
22 changed files with 217 additions and 217 deletions
|
@ -137,7 +137,7 @@ If you want to hack Guix itself, it is recommended to use the latest
|
|||
version from the Git repository:
|
||||
|
||||
@example
|
||||
git clone https://git.savannah.gnu.org/git/guix.git
|
||||
git clone https://git.guix.gnu.org/guix.git
|
||||
@end example
|
||||
|
||||
@cindex authentication, of a Guix checkout
|
||||
|
|
|
@ -931,7 +931,7 @@ development inertia.
|
|||
Check out the official @uref{https://git-scm.com/, Git} repository:
|
||||
|
||||
@example
|
||||
$ git clone https://git.savannah.gnu.org/git/guix.git
|
||||
$ git clone https://git.guix.gnu.org/guix.git
|
||||
@end example
|
||||
|
||||
In the rest of this article, we use @samp{$GUIX_CHECKOUT} to refer to the location of
|
||||
|
@ -4852,7 +4852,7 @@ Generation 264 May 26 2023 16:00:35 (current)
|
|||
branch: main
|
||||
commit: 36fd2b4920ae926c79b936c29e739e71a6dff2bc
|
||||
guix c5bc698
|
||||
repository URL: https://git.savannah.gnu.org/git/guix.git
|
||||
repository URL: https://git.guix.gnu.org/guix.git
|
||||
commit: c5bc698e8922d78ed85989985cc2ceb034de2f23
|
||||
$ guix package -A ^guile$
|
||||
guile 3.0.99-git out,debug guile-package.scm:51:4
|
||||
|
|
|
@ -4615,19 +4615,19 @@ produced by @command{guix pull}, along with details about their provenance:
|
|||
$ guix pull -l
|
||||
Generation 1 Jun 10 2018 00:18:18
|
||||
guix 65956ad
|
||||
repository URL: https://git.savannah.gnu.org/git/guix.git
|
||||
repository URL: https://git.guix.gnu.org/guix.git
|
||||
branch: origin/master
|
||||
commit: 65956ad3526ba09e1f7a40722c96c6ef7c0936fe
|
||||
|
||||
Generation 2 Jun 11 2018 11:02:49
|
||||
guix e0cc7f6
|
||||
repository URL: https://git.savannah.gnu.org/git/guix.git
|
||||
repository URL: https://git.guix.gnu.org/guix.git
|
||||
branch: origin/master
|
||||
commit: e0cc7f669bec22c37481dd03a7941c7d11a64f1d
|
||||
|
||||
Generation 3 Jun 13 2018 23:31:07 (current)
|
||||
guix 844cc1c
|
||||
repository URL: https://git.savannah.gnu.org/git/guix.git
|
||||
repository URL: https://git.guix.gnu.org/guix.git
|
||||
branch: origin/master
|
||||
commit: 844cc1c8f394f03b404c5bb3aee086922373490c
|
||||
@end example
|
||||
|
@ -4983,7 +4983,7 @@ about, and you would look up the @code{guile-json} package in the inferior:
|
|||
;; extract guile-json.
|
||||
(list (channel
|
||||
(name 'guix)
|
||||
(url "https://git.savannah.gnu.org/git/guix.git")
|
||||
(url "https://git.guix.gnu.org/guix.git")
|
||||
(commit
|
||||
"65956ad3526ba09e1f7a40722c96c6ef7c0936fe"))))
|
||||
|
||||
|
@ -5088,7 +5088,7 @@ and commit IDs (@pxref{Channels}):
|
|||
$ guix describe
|
||||
Generation 10 Sep 03 2018 17:32:44 (current)
|
||||
guix e0fa68c
|
||||
repository URL: https://git.savannah.gnu.org/git/guix.git
|
||||
repository URL: https://git.guix.gnu.org/guix.git
|
||||
branch: master
|
||||
commit: e0fa68c7718fffd33d81af415279d6ddb518f727
|
||||
@end example
|
||||
|
@ -5108,7 +5108,7 @@ to return a list of channels instead of the human-readable description above:
|
|||
$ guix describe -f channels
|
||||
(list (channel
|
||||
(name 'guix)
|
||||
(url "https://git.savannah.gnu.org/git/guix.git")
|
||||
(url "https://git.guix.gnu.org/guix.git")
|
||||
(commit
|
||||
"e0fa68c7718fffd33d81af415279d6ddb518f727")
|
||||
(introduction
|
||||
|
@ -5419,7 +5419,7 @@ modules:
|
|||
$ guix describe
|
||||
Generation 19 Aug 27 2018 16:20:48
|
||||
guix d894ab8
|
||||
repository URL: https://git.savannah.gnu.org/git/guix.git
|
||||
repository URL: https://git.guix.gnu.org/guix.git
|
||||
branch: master
|
||||
commit: d894ab8e9bfabcefa6c49d9ba2e834dd5a73a300
|
||||
variant-packages dd3df5e
|
||||
|
@ -5491,7 +5491,7 @@ to these commits that looks like this:
|
|||
;; Deploy specific commits of my channels of interest.
|
||||
(list (channel
|
||||
(name 'guix)
|
||||
(url "https://git.savannah.gnu.org/git/guix.git")
|
||||
(url "https://git.guix.gnu.org/guix.git")
|
||||
(commit "6298c3ffd9654d3231a6f25390b056483e8f407c"))
|
||||
(channel
|
||||
(name 'variant-packages)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue