-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.yml
51 lines (48 loc) · 1.71 KB
/
config.yml
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
dists:
ubuntu:
pm_type: "apt"
versions:
-
version_id: "22.04"
version_name: "jammy"
-
version_id: "20.04"
version_name: "focal"
repos:
DEFREPO:
archive: "http://archive.ubuntu.com/ubuntu/dists/$version_name/"
areas: ["main", "universe", "multiverse", "restricted"]
updates:
archive: "http://archive.ubuntu.com/ubuntu/dists/$version_name-updates/"
areas: ["main", "universe", "multiverse", "restricted"]
security:
archive: "http://archive.ubuntu.com/ubuntu/dists/$version_name-security/"
areas: ["main", "universe", "multiverse", "restricted"]
backports:
archive: "http://archive.ubuntu.com/ubuntu/dists/$version_name-backports/"
areas: ["main", "universe", "multiverse", "restricted"]
vscode:
archive: "https://packages.microsoft.com/repos/vscode/dists/stable/"
areas: ["main"]
fedora:
pm_type: "dnf"
versions:
- version_id: "37"
- version_id: "36"
repos:
DEFREPO:
archive: "https://mirrors.edge.kernel.org/fedora/releases/$version_id/Everything/x86_64/os/"
updates:
archive: "https://mirrors.edge.kernel.org/fedora/updates/$version_id/Everything/x86_64/"
google_chrome:
version_agnostic: true
archive: "https://dl.google.com/linux/chrome/rpm/stable/x86_64/"
archlinux:
pm_type: "pacman"
archive: "https://mirror.cyberbits.eu/archlinux/$repo/os/x86_64/"
repos:
core: {}
community: {}
extra: {}
arch4edu:
archive: "https://mirror.lesviallon.fr/arch4edu/x86_64/"