From: Thierry Parmentelat Date: Thu, 11 Sep 2008 15:06:36 +0000 (+0000) Subject: need to mirror additional newkey repos for f8 and f9 X-Git-Tag: 4.3-rc1~195 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d1f94c44a0144b96767a58812240297ac2798a27;p=build.git need to mirror additional newkey repos for f8 and f9 --- 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