This is an automated email from the git hooks/post-receive script.
mohanboddu pushed a change to branch f26 in repository fedora-kickstarts.
from 2890818 lxqt: use new comps groups new 4393b88 use mirrorlist url instead of metalink url
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: fedora-repo-not-rawhide.ks | 8 ++++---- fedora-repo-rawhide.ks | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-)
This is an automated email from the git hooks/post-receive script.
mohanboddu pushed a commit to branch f26 in repository fedora-kickstarts.
commit 4393b884b3d0465ad2fdbc6a50de9da31fcda487 Author: Dusty Mabe dusty@dustymabe.com Date: Sun May 14 00:31:07 2017 +0000
use mirrorlist url instead of metalink url
There is an anaconda bug [1] where passing in metalink urls no longer works after f25. Use mirrorlist urls to workaround.
[1] https://bugzilla.redhat.com/show_bug.cgi?id=1450129
(cherry picked from commit 77a25abded9538d5a0f625e3903d9be4d50d1af7)
Signed-off-by: Mohan Boddu mboddu@redhat.com --- fedora-repo-not-rawhide.ks | 8 ++++---- fedora-repo-rawhide.ks | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/fedora-repo-not-rawhide.ks b/fedora-repo-not-rawhide.ks index 8911798..f7eeb20 100644 --- a/fedora-repo-not-rawhide.ks +++ b/fedora-repo-not-rawhide.ks @@ -1,4 +1,4 @@ -repo --name=fedora --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=... -repo --name=updates --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releaseve... -#repo --name=updates-testing --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever... -url --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=... +repo --name=fedora --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arc... +repo --name=updates --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$release... +#repo --name=updates-testing --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f$releasev... +url --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arc... diff --git a/fedora-repo-rawhide.ks b/fedora-repo-rawhide.ks index 56eef01..42bf8d7 100644 --- a/fedora-repo-rawhide.ks +++ b/fedora-repo-rawhide.ks @@ -1,2 +1,2 @@ -repo --name=rawhide --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=$basearch -url --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=$basearch +repo --name=rawhide --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch +url --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch