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