From dba6066069b4e9bd44ce9d788ccaab75fc1f68c4 Mon Sep 17 00:00:00 2001
From: Ian Wienand <iwienand@redhat.com>
Date: Wed, 13 Apr 2022 10:05:52 +1000
Subject: [PATCH] mirror-update: clean up Fedora ignores

Put the excludes in the order seen at a URL like

  http://mirrors.us.kernel.org/fedora/releases/35/

Remove "Docker" and "CloudImages" which doesn't exist now, add
"Kinoite" and "Silverblue" which we don't use.

Change-Id: I07711cb83f88844cd036b81a198908498b380733
---
 .../roles/mirror-update/files/fedora-mirror-update     | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/playbooks/roles/mirror-update/files/fedora-mirror-update b/playbooks/roles/mirror-update/files/fedora-mirror-update
index 69582e4a06..c5bc281377 100755
--- a/playbooks/roles/mirror-update/files/fedora-mirror-update
+++ b/playbooks/roles/mirror-update/files/fedora-mirror-update
@@ -49,15 +49,15 @@ for REPO in releases/35 development/rawhide; do
         --delete \
         --delete-excluded \
         --exclude="Cloud/x86_64/images/*.box" \
-        --exclude="CloudImages/x86_64/images/*.box" \
         --exclude="Container" \
-        --exclude="Docker" \
+        --exclude="Kinoite" \
+        --exclude="Server" \
+        --exclude="Silverblue" \
+        --exclude="Spins" \
+        --exclude="Workstation" \
         --exclude="aarch64/" \
         --exclude="armhfp/" \
         --exclude="source/" \
-        --exclude="Server" \
-        --exclude="Spins" \
-        --exclude="Workstation" \
         --exclude="x86_64/debug/" \
         --exclude="x86_64/drpms/" \
         --exclude="snapshot/" \