From d1f94c44a0144b96767a58812240297ac2798a27 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 11 Sep 2008 15:06:36 +0000 Subject: [PATCH] need to mirror additional newkey repos for f8 and f9 --- vbuild-fedora-mirror.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vbuild-fedora-mirror.sh b/vbuild-fedora-mirror.sh index feb511d2..c67bc5b3 100755 --- a/vbuild-fedora-mirror.sh +++ b/vbuild-fedora-mirror.sh @@ -89,9 +89,13 @@ function mirror_distro_arch () { paths="$paths core/updates/$distroindex/$arch/ extras/$distroindex/$arch/" RES=0 ;; - [7-9]) + 7|8|9) [ -z "$skip_core" ] && paths="releases/$distroindex/Everything/$arch/os/" paths="$paths updates/$distroindex/$arch/" + # f8 and f9 have the additional newkey repo + case $distroindex in + 8|9) paths="$paths updates/$distroindex/${arch}.newkey/" ;; + esac RES=0 ;; esac -- 2.43.0