diff --git a/playbooks/roles/mirror-update/files/fedora-mirror-update b/playbooks/roles/mirror-update/files/fedora-mirror-update index e8b30a9311..f32d99a209 100755 --- a/playbooks/roles/mirror-update/files/fedora-mirror-update +++ b/playbooks/roles/mirror-update/files/fedora-mirror-update @@ -70,6 +70,10 @@ for REPO in releases/31 releases/32 development/rawhide; do --exclude="Workstation" \ --exclude="x86_64/debug/" \ --exclude="x86_64/drpms/" \ + --exclude="snapshot/" \ + --exclude=".~tmp~/" \ + --exclude=".private/" \ + --exclude=".nfs*" \ $MIRROR/$REPO/ $BASE/$REPO/ echo_ts "... done" done @@ -90,6 +94,10 @@ for REPO in updates/31 updates/32; do --exclude="SRPMS/" \ --exclude="x86_64/debug" \ --exclude="x86_64/drpms" \ + --exclude="snapshot/" \ + --exclude=".~tmp~/" \ + --exclude=".private/" \ + --exclude=".nfs*" \ $MIRROR/$REPO/ $BASE/$REPO/ echo_ts "... done" done