diff --git a/playbooks/roles/mirror-update/files/fedora-mirror-update b/playbooks/roles/mirror-update/files/fedora-mirror-update index 28628b54e0..c777c49e9f 100755 --- a/playbooks/roles/mirror-update/files/fedora-mirror-update +++ b/playbooks/roles/mirror-update/files/fedora-mirror-update @@ -91,8 +91,11 @@ $K5START rsync -rltDvz \ --delete-excluded \ --exclude="testing/" \ --exclude="Atomic/" \ - --exclude="CloudImages/x86_64/images/*.raw.xz" \ - --exclude="CloudImages/x86_64/images/*.box" \ + --exclude="Fedora-Atomic-25-*/" \ + --exclude="Fedora-Atomic-26-*/" \ + --exclude="ppc64le/" \ + --exclude="images/*.raw.xz" \ + --exclude="images/*.box" \ $MIRROR/ $BASE/atomic/ # TODO(pabelanger): Validate rsync process