-
Notifications
You must be signed in to change notification settings - Fork 8
/
saviour.example.yml
46 lines (46 loc) · 1.87 KB
/
saviour.example.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
how:
custom:
url: http://fake.site/dir
method: command
command: 'mkdir -p $DST && touch $DST/x'
alpine:
url: http://dl-cdn.alpinelinux.org/alpine
method: rsync
sources:
- rsync://rsync.alpinelinux.org/alpine
excludes: ['freeswitch-sounds-*.apk']
fedora:
url: http://download.fedoraproject.org/pub/fedora/linux
method: rsync
options: [-H]
excludes: [aarch64/, armhfp/, '*.i686.rpm', '*.box', '*.qcow2', '*.raw.xz', '*.vmdk', '*.iso']
sources:
- rsync://ftp.fi.muni.cz/pub/linux/fedora/linux # CZ, BRQ
- rsync://mirror.karneval.cz/fedora/linux # CZ
- rsync://mirror.atl.genesisadaptive.com/fedora # US
- rsync://dl.fedoraproject.org/fedora-buffet/fedora/linux # high tier
copr.fedorainfracloud.org:
url: http://download.copr.fedorainfracloud.org/results
method: reposync
sources:
- https://download.copr.fedorainfracloud.org/results
validate: rpm_repository
fedora-pkgs:
url: http://src.fedoraproject.org/rpms
method: git
sources:
- https://src.fedoraproject.org/rpms
fedora-lookaside:
url: http://src.fedoraproject.org/repo/pkgs/rpms
method: command
command: '[ -e $DST ] || (wget -q $SRC -O $DST-tmp && mv $DST-tmp $DST)'
what:
custom: ~
alpine-3.20: alpine/v3.20/main/x86_64/
alpine-3.20-iso: alpine/v3.20/releases/x86_64/alpine-virt-3.20.2-x86_64.iso
fedora-pkgs-libxcrypt: fedora-pkgs/libxcrypt/
fedora-lookaside-libxcrypt-4.4.16.tar.gz: fedora-lookaside/libxcrypt/libxcrypt-4.4.16.tar.gz/sha512/e1d3b1262c6be7c6c8847b8c4eb8191d9e5e482798be6f1186876c72f3d8c737124378ec45a38aa464f556e10a557b96f855bd371f03c3611eada27904bf6781/libxcrypt-4.4.16.tar.gz
# f32: fedora/releases/32/
# f32-updates: fedora/updates/32/
# rawhide: fedora/development/rawhide/
copr.fedorainfracloud.org/asosedkin/fingertip/fedora-32-x86_64: ~