Fix warnings and postcmd from mirror servers
This commit is contained in:
parent
4807166c85
commit
271f8c191b
1 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue