From: Mark Huang Date: Thu, 6 Jul 2006 22:55:47 +0000 (+0000) Subject: - fix typo in search for updates repository X-Git-Tag: planetlab-4_0-rc1~77 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b642e58b206e2549bb597f0e272afe91ab1ed84b;p=build.git - fix typo in search for updates repository --- diff --git a/mkfedora b/mkfedora index c6ed1833..a942e57a 100755 --- a/mkfedora +++ b/mkfedora @@ -13,7 +13,7 @@ # Mark Huang # Copyright (C) 2004-2006 The Trustees of Princeton University # -# $Id: mkfedora,v 1.14 2006/07/04 16:59:18 mlhuang Exp $ +# $Id: mkfedora,v 1.15 2006/07/06 02:44:22 mlhuang Exp $ # export PATH=/sbin:/bin:/usr/sbin:/usr/bin @@ -268,7 +268,7 @@ EOF for optional in updates extras ; do for optionalurl in \ $mirror/linux/core/$optional/$releasever/$basearch \ - $mirror/linux/$optional/$releasever/$basearch \ + $mirror/core/$optional/$releasever/$basearch \ $mirror/$optional/$releasever/$basearch ; do if fetch $optionalurl/repodata/repomd.xml ; then cat >>$vroot/etc/yum.conf <