Skip to content

Commit 3bf13e5

Browse files
committed
add config example
1 parent 7e9927e commit 3bf13e5

File tree

3 files changed

+51
-51
lines changed

3 files changed

+51
-51
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ local/
44
**/*.db
55
**/*.db-journal
66
test.py
7+
config.yml

config.example.yml

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
dists:
2+
ubuntu:
3+
pm_type: "apt"
4+
versions:
5+
-
6+
version_id: "22.04"
7+
version_name: "jammy"
8+
# -
9+
# version_id: "20.04"
10+
# version_name: "focal"
11+
repos:
12+
DEFREPO:
13+
archive: "http://archive.ubuntu.com/ubuntu/dists/$version_name/"
14+
areas: ["main", "universe", "multiverse", "restricted"]
15+
updates:
16+
archive: "http://archive.ubuntu.com/ubuntu/dists/$version_name-updates/"
17+
areas: ["main", "universe", "multiverse", "restricted"]
18+
security:
19+
archive: "http://archive.ubuntu.com/ubuntu/dists/$version_name-security/"
20+
areas: ["main", "universe", "multiverse", "restricted"]
21+
backports:
22+
archive: "http://archive.ubuntu.com/ubuntu/dists/$version_name-backports/"
23+
areas: ["main", "universe", "multiverse", "restricted"]
24+
# vscode:
25+
# archive: "https://packages.microsoft.com/repos/vscode/dists/stable/"
26+
# areas: ["main"]
27+
28+
# fedora:
29+
# pm_type: "dnf"
30+
# versions:
31+
# - version_id: "37"
32+
# - version_id: "36"
33+
# repos:
34+
# DEFREPO:
35+
# archive: "https://mirrors.edge.kernel.org/fedora/releases/$version_id/Everything/x86_64/os/"
36+
# updates:
37+
# archive: "https://mirrors.edge.kernel.org/fedora/updates/$version_id/Everything/x86_64/"
38+
# google_chrome:
39+
# version_agnostic: true
40+
# archive: "https://dl.google.com/linux/chrome/rpm/stable/x86_64/"
41+
42+
# archlinux:
43+
# pm_type: "pacman"
44+
# archive: "https://mirror.cyberbits.eu/archlinux/$repo/os/x86_64/"
45+
# repos:
46+
# core: {}
47+
# community: {}
48+
# extra: {}
49+
# arch4edu:
50+
# archive: "https://mirror.lesviallon.fr/arch4edu/x86_64/"

config.yml

-51
This file was deleted.

0 commit comments

Comments
 (0)