Fix warnings and postcmd from mirror servers

This commit is contained in:
Timo Makinen 2020-11-12 19:02:08 +00:00
parent 4807166c85
commit 271f8c191b

View file

@ -16,8 +16,8 @@
src: LABEL=/export
fstype: xfs
opts: noatime,noexec,nosuid,nodev
passno: 1
dump: 0
passno: "1"
dump: "0"
state: mounted
roles:
@ -37,7 +37,7 @@
- "--exclude=SRPMS"
- "--exclude=debug"
- "--delete-excluded"
postcmd: /usr/bin/report_mirror
postcmd: python3 /usr/local/bin/report_mirror
- role: mirror/sync
label: fedora
source: "rsync://rsync.nic.funet.fi/ftp/pub/mirrors/\
@ -53,7 +53,7 @@
- "--exclude=armhfp"
- "--exclude=debug"
- "--delete-excluded"
postcmd: /usr/bin/report_mirror
postcmd: python3 /usr/local/bin/report_mirror
- role: mirror/sync
label: openbsd
source: "rsync://ftp.eenet.ee/OpenBSD/"
@ -68,4 +68,3 @@
- "--include=/syspatch/?.?/amd64/*"
- "--exclude=*"
- "--delete-excluded"
- role: rsync/server