-
Notifications
You must be signed in to change notification settings - Fork 6
/
repos.yaml
174 lines (137 loc) · 6.52 KB
/
repos.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
---
repos:
- name: Almalinux
help: |
Since we are officially listed, our mirror will be automatically selected if it fits best to your location
additional: https://mirrors.almalinux.org/
official: true
- name: Alpine
help: |
Add the following lines to your **/etc/apk/repositories**:
Replace "v3.19" with your release.
```
http://pkg.adfinis-on-exoscale.ch/alpine/v3.7/main
https://pkg.adfinis-on-exoscale.ch/alpine/v3.7/main
```
After making changes to /etc/apk/repositories you should update the package index using:
```
apk update
```
additional: https://mirrors.alpinelinux.org/
official: false
- name: Arch Linux
help: |
You may add these lines to your **/etc/pacman.d/mirrorlist**:
```
Server = https://pkg.adfinis-on-exoscale.ch/archlinux/$repo/os/$arch
Server = http://pkg.adfinis-on-exoscale.ch/archlinux/$repo/os/$arch
```
After creating/editing **/etc/pacman.d/mirrorlist**, issue the following command:
```
pacman -Syy
```
additional: https://www.archlinux.org/mirrors/adfinis-on-exoscale.ch/
official: false
localName: archlinux
- name: CentOS
help: |
You can change the baseurl in **/etc/yum.repos.d/CentOS-Base.repo**:
```
baseurl=http://pkg.adfinis-on-exoscale.ch/centos/$releasever/os/$basearch
```
additional: http://mirror-status.centos.org/#ch
official: false
- name: CentOS Stream
help: |
Since we are officially listed, you don't need to configure anything special. Yum gets a computed list from http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os.
If you wish, you can change the baseurl in /etc/yum.repos.d/CentOS-Base.repo:
```
baseurl=http://pkg.adfinis.com/centos/$releasever/os/$basearch
```
additional: http://mirror-status.centos.org/#ch
official: true
- name: openSUSE
official: true
help: Since we are officially listed, our mirror will be automatically selected if it fits best to your location.
additional: http://mirrors.opensuse.org
- name: Debian
help: |
Add the following lines to your **/etc/apt/sources.list**:
Replace "bookworm" with your release.
```
deb http://pkg.adfinis-on-exoscale.ch/debian/ bookworm main contrib non-free non-free-firmware
deb-src http://pkg.adfinis-on-exoscale.ch/debian/ bookworm main contrib non-free non-free-firmware
deb http://pkg.adfinis-on-exoscale.ch/debian-security/ bookworm-security main contrib non-free non-free-firmware
deb-src http://pkg.adfinis-on-exoscale.ch/debian-security/ bookworm-security main contrib non-free non-free-firmware
deb http://pkg.adfinis-on-exoscale.ch/debian/ bookworm-updates main contrib non-free non-free-firmware
deb-src http://pkg.adfinis-on-exoscale.ch/debian/ bookworm-updates main contrib non-free non-free-firmware
```
additional: https://mirror-master.debian.org/status/mirror-status.html
official: false
- name: EPEL
help: |
Since we are officially listed, you can just install the corresponding epel-release package on your system:
```
yum install http://pkg.adfinis-on-exoscale.ch/epel/epel-release-latest-5.noarch.rpm
yum install http://pkg.adfinis-on-exoscale.ch/epel/epel-release-latest-6.noarch.rpm
yum install http://pkg.adfinis-on-exoscale.ch/epel/epel-release-latest-7.noarch.rpm
```
Yum will then get a computed list from https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch.
additional: https://admin.fedoraproject.org/mirrormanager/mirrors
official: true
- name: Fedora
help: |
Since we are officially listed, you don't need to configure anything special. Yum gets a computed list from https://admin.fedoraproject.org/mirrormanager/mirrors/Fedora.
If you wish, you can change the baseurl in /etc/yum.repos.d/CentOS-Base.repo:
```
baseurl=http://pkg.adfinis-on-exoscale.ch/fedora/$releasever/os/$basearch
```
additional: https://admin.fedoraproject.org/mirrormanager/mirrors
official: true
- name: Gentoo
official: false
- name: Ubuntu
help: |
Add the following lines to your **/etc/apt/sources.list**:
Replace "noble" with your release.
```
deb http://pkg.adfinis-on-exoscale.ch/ubuntu/ noble main restricted universe multiverse
# deb-src http://pkg.adfinis-on-exoscale.ch/ubuntu/ noble main restricted universe multiverse
deb http://pkg.adfinis-on-exoscale.ch/ubuntu/ noble-updates main restricted universe multiverse
# deb-src http://pkg.adfinis-on-exoscale.ch/ubuntu/ noble-updates main restricted universe multiverse
deb http://pkg.adfinis-on-exoscale.ch/ubuntu/ noble-backports main restricted universe multiverse
# deb-src http://pkg.adfinis-on-exoscale.ch/ubuntu/ noble-backports main restricted universe multiverse
deb http://pkg.adfinis-on-exoscale.ch/ubuntu noble-security main restricted universe multiverse
# deb-src http://pkg.adfinis-on-exoscale.ch/ubuntu noble-security main restricted universe multiverse
```
additional: https://launchpad.net/ubuntu/+mirror/pkg.adfinis-on-exoscale.ch-archive
official: true
- name: Rockylinux
official: false
- name: Arch Linux Debug
help: |
This repository has been provided to those interested in accessing debug packages.
Besides debug packages, it includes everything including very old versions.
Add/replace the following lines to your **/etc/pacman.d/mirrorlist**:
```
Server = https://pkg.adfinis-on-exoscale.ch/archlinux-pkgbuild/$repo/os/$arch
Server = http://pkg.adfinis-on-exoscale.ch/archlinux-pkgbuild/$repo/os/$arch
```
localName: archlinux-pkgbuild
- name: Debian Security
help: |
Add the following lines to your **/etc/apt/sources.list**:
Replace "bookworm" with your release.
```
deb http://pkg.adfinis-on-exoscale.ch/debian-security bookworm-security main contrib non-free
deb-src http://pkg.adfinis-on-exoscale.ch/debian-security bookworm-security main contrib non-free
```
- name: Manjaro
help: |
Add the following lines to your **/etc/pacman.d/mirrorlist**:
Replace "<branch>" with your desired branch (for example stable for x86_64 or arm-stable for arm)
```
Server = https://pkg.adfinis-on-exoscale.ch/manjaro/<branch>/$repo/$arch
Server = http://pkg.adfinis-on-exoscale.ch/manjaro/<branch>/$repo/$arch
```
imageExtension: svg