diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-04-09 10:26:00 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-04-09 10:26:00 +0200 |
commit | b253aeccb39db66b010f6df889ad702f1459c326 (patch) | |
tree | 76fec9c5000dc9f5ce675c2128f395e61fca5cc8 /mock | |
parent | d67e27581580ce2ed3dc9d5f1d9631d82dd7a660 (diff) |
fix f17 mock config
Diffstat (limited to 'mock')
-rw-r--r-- | mock/fc17i.cfg | 2 | ||||
-rw-r--r-- | mock/fc17x.cfg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mock/fc17i.cfg b/mock/fc17i.cfg index 265f00e..505d3c9 100644 --- a/mock/fc17i.cfg +++ b/mock/fc17i.cfg @@ -89,7 +89,7 @@ name=rpmfusion-nonfree mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-17&arch=i386 enabled=1 -[rpmfusion-nonfree] +[rpmfusion-nonfree-updates] name=rpmfusion-nonfree-updates mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-updates-released-17&arch=i386 enabled=1 diff --git a/mock/fc17x.cfg b/mock/fc17x.cfg index 1f562a6..8222293 100644 --- a/mock/fc17x.cfg +++ b/mock/fc17x.cfg @@ -94,7 +94,7 @@ name=rpmfusion-nonfree mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-17&arch=x86_64 enabled=1 -[rpmfusion-nonfree] +[rpmfusion-nonfree-updates] name=rpmfusion-nonfree-updates mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-updates-released-17&arch=x86_64 enabled=1 |