Skip to content

Commit cd6e32f

Browse files
classabbyamppaper42
authored andcommitted
various: replace alpha.de with repo-default
1 parent bbf1f63 commit cd6e32f

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

src/installation/guides/chroot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ the type of system you wish to install. For simplicity, save this URL to a shell
9191
variable. A glibc installation, for example, would use:
9292

9393
```
94-
# REPO=https://alpha.de.repo.voidlinux.org/current
94+
# REPO=https://repo-default.voidlinux.org/current
9595
```
9696

9797
XBPS also needs to know what architecture is being installed. Available options

src/installation/guides/fde.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ URL](../../xbps/repositories/index.md#the-main-repository) for the type of
142142
system you wish to install.
143143

144144
```
145-
# xbps-install -Sy -R https://alpha.de.repo.voidlinux.org/current -r /mnt base-system lvm2 cryptsetup grub
146-
[*] Updating `https://alpha.de.repo.voidlinux.org/current/x86_64-repodata' ...
145+
# xbps-install -Sy -R https://repo-default.voidlinux.org/current -r /mnt base-system lvm2 cryptsetup grub
146+
[*] Updating `https://repo-default.voidlinux.org/current/x86_64-repodata' ...
147147
x86_64-repodata: 1661KB [avg rate: 2257KB/s]
148148
130 packages will be downloaded:
149149
...
@@ -153,7 +153,7 @@ UEFI systems will have a slightly different package selection. The installation
153153
command for a UEFI system will be as follows.
154154

155155
```
156-
# xbps-install -Sy -R https://alpha.de.repo.voidlinux.org/current -r /mnt base-system cryptsetup grub-x86_64-efi lvm2
156+
# xbps-install -Sy -R https://repo-default.voidlinux.org/current -r /mnt base-system cryptsetup grub-x86_64-efi lvm2
157157
```
158158

159159
When it's done, we can enter the `chroot` and finish up the configuration.

src/installation/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ data on-disk and can be installed without network connectivity.
2929
## Downloading installation media
3030

3131
The most recent live images and rootfs tarballs can be downloaded from
32-
<https://alpha.de.repo.voidlinux.org/live/current/>. They can also be downloaded
32+
<https://repo-default.voidlinux.org/live/current/>. They can also be downloaded
3333
from [other mirrors](../xbps/repositories/mirrors/index.md). Previous releases
34-
can be found under <https://alpha.de.repo.voidlinux.org/live/>, organized by
34+
can be found under <https://repo-default.voidlinux.org/live/>, organized by
3535
date.
3636

3737
## Verifying images

src/xbps/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ package repositories:
100100
```
101101
$ xlocate -S
102102
Fetching objects: 11688, done.
103-
From https://alpha.de.repo.voidlinux.org/xlocate/xlocate
103+
From https://repo-default.voidlinux.org/xlocate/xlocate
104104
+ e122c3634...a2659176f master -> master (forced update)
105105
$ xlocate xlocate
106106
xtools-0.59_1 /usr/bin/xlocate

src/xbps/repositories/mirrors/tor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ example):
6262
```
6363
# mkdir -p /etc/xbps.d
6464
# cp /usr/share/xbps.d/*-repository-*.conf /etc/xbps.d/
65-
# sed -i 's|https://alpha.de.repo.voidlinux.org|http://lysator7eknrfl47rlyxvgeamrv7ucefgrrlhk7rouv3sna25asetwid.onion/pub/voidlinux|g' /etc/xbps.d/*-repository-*.conf
65+
# sed -i 's|https://repo-default.voidlinux.org|http://lysator7eknrfl47rlyxvgeamrv7ucefgrrlhk7rouv3sna25asetwid.onion/pub/voidlinux|g' /etc/xbps.d/*-repository-*.conf
6666
```
6767

6868
Tor provides layered end-to-end encryption so HTTPS is not necessary.

src/xbps/troubleshooting/common-issues.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ will guarantee that.
2929
An "Operation not permitted" error, such as:
3030

3131
```
32-
ERROR: [reposync] failed to fetch file https://alpha.de.repo.voidlinux.org/current/nonfree/x86_64-repodata': Operation not permitted
32+
ERROR: [reposync] failed to fetch file https://repo-default.voidlinux.org/current/nonfree/x86_64-repodata': Operation not permitted
3333
```
3434

3535
can be caused by your system's date and/or time being incorrect. Ensure your
@@ -40,7 +40,7 @@ can be caused by your system's date and/or time being incorrect. Ensure your
4040
A "Not Found" error, such as:
4141

4242
```
43-
ERROR: [reposync] failed to fetch file `https://alpha.de.repo.voidlinux.org/current/musl/x86_64-repodata': Not Found
43+
ERROR: [reposync] failed to fetch file `https://repo-default.voidlinux.org/current/musl/x86_64-repodata': Not Found
4444
```
4545

4646
usually means your XBPS configuration is pointing to the wrong repositories for
@@ -82,7 +82,7 @@ detected by running `xbps-install` with the `-Sd` flags. The debug message for
8282
this error is shown below.
8383

8484
```
85-
[DEBUG] [repo] `//var/db/xbps/https___alpha_de_repo_voidlinux_org_current/x86_64-repodata' failed to open repodata archive Invalid or incomplete multibyte or wide character
85+
[DEBUG] [repo] `//var/db/xbps/https___repo-default_voidlinux_org_current/x86_64-repodata' failed to open repodata archive Invalid or incomplete multibyte or wide character
8686
```
8787

8888
In this situation, it is necessary to follow the steps in

src/xbps/troubleshooting/static.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Statically compiled versions of XBPS are available on all mirrors in the
1919
`static/` directory. The link below points to the static copies on the primary
2020
mirror in the EU:
2121

22-
<https://alpha.de.repo.voidlinux.org/static>
22+
<https://repo-default.voidlinux.org/static>
2323

2424
Download and unpack the latest version, or the version that matches the broken
2525
copy on your system (with a preference for the latest copy).

0 commit comments

Comments
 (0)