Re-organize mirrored data
This commit is contained in:
parent
e063c92e35
commit
b7348f89fa
1 changed files with 6 additions and 1 deletions
|
@ -48,6 +48,7 @@
|
||||||
- "--exclude=/releases/test"
|
- "--exclude=/releases/test"
|
||||||
- "--exclude=/updates/testing"
|
- "--exclude=/updates/testing"
|
||||||
- "--exclude=Live"
|
- "--exclude=Live"
|
||||||
|
- "--exclude=Modular"
|
||||||
- "--exclude=SRPMS"
|
- "--exclude=SRPMS"
|
||||||
- "--exclude=source"
|
- "--exclude=source"
|
||||||
- "--exclude=armhfp"
|
- "--exclude=armhfp"
|
||||||
|
@ -56,7 +57,8 @@
|
||||||
postcmd: python3 /usr/local/bin/report_mirror
|
postcmd: python3 /usr/local/bin/report_mirror
|
||||||
- role: mirror/sync
|
- role: mirror/sync
|
||||||
label: openbsd
|
label: openbsd
|
||||||
source: "rsync://ftp.eenet.ee/OpenBSD/"
|
source: "rsync://rsync.nic.funet.fi/ftp/pub/mirrors/\
|
||||||
|
ftp.openbsd.org/pub/OpenBSD/"
|
||||||
rsyncoptions:
|
rsyncoptions:
|
||||||
- "--include=/?.?/"
|
- "--include=/?.?/"
|
||||||
- "--include=/?.?/amd64/"
|
- "--include=/?.?/amd64/"
|
||||||
|
@ -64,6 +66,9 @@
|
||||||
- "--include=/?.?/packages/"
|
- "--include=/?.?/packages/"
|
||||||
- "--include=/?.?/packages/amd64/"
|
- "--include=/?.?/packages/amd64/"
|
||||||
- "--include=/?.?/packages/amd64/*"
|
- "--include=/?.?/packages/amd64/*"
|
||||||
|
- "--include=/?.?/packages-stable/"
|
||||||
|
- "--include=/?.?/packages-stable/amd64/"
|
||||||
|
- "--include=/?.?/packages-stable/amd64/*"
|
||||||
- "--include=/syspatch/"
|
- "--include=/syspatch/"
|
||||||
- "--include=/syspatch/?.?/"
|
- "--include=/syspatch/?.?/"
|
||||||
- "--include=/syspatch/?.?/amd64/"
|
- "--include=/syspatch/?.?/amd64/"
|
||||||
|
|
Loading…
Add table
Reference in a new issue