From c3a97060efc106650ead56c45362f1c985700d0d Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 27 Sep 2019 00:42:26 +0200 Subject: [PATCH] Replace domain with a new one: fedora.riscv.rocks Signed-off-by: David Abdurachmanov --- fedora-riscv64-developer-rawhide.ks | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/fedora-riscv64-developer-rawhide.ks b/fedora-riscv64-developer-rawhide.ks index 248c4ab..55bec57 100644 --- a/fedora-riscv64-developer-rawhide.ks +++ b/fedora-riscv64-developer-rawhide.ks @@ -1,6 +1,6 @@ # Kickstart file for Fedora RISC-V (riscv64) Developer Rawhide -#repo --name="koji-override-0" --baseurl=http://fedora-riscv.tranquillity.se/repos-dist/rawhide/latest/riscv64/ +#repo --name="koji-override-0" --baseurl=http://fedora.riscv.rocks/repos-dist/rawhide/latest/riscv64/ install text @@ -252,7 +252,7 @@ sed -i 's|noatime|noatime,x-systemd.device-timeout=300s,x-systemd.mount-timeout= cat << EOF > /etc/yum.repos.d/fedora-riscv.repo [fedora-riscv] name=Fedora RISC-V -baseurl=http://fedora-riscv.tranquillity.se/repos-dist/rawhide/latest/riscv64/ +baseurl=http://fedora.riscv.rocks/repos-dist/rawhide/latest/riscv64/ #baseurl=https://dl.fedoraproject.org/pub/alt/risc-v/repo/fedora/rawhide/latest/riscv64/ #baseurl=https://mirror.math.princeton.edu/pub/alt/risc-v/repo/fedora/rawhide/latest/riscv64/ enabled=1 @@ -260,7 +260,7 @@ gpgcheck=0 [fedora-riscv-debuginfo] name=Fedora RISC-V - Debug -baseurl=http://fedora-riscv.tranquillity.se/repos-dist/rawhide/latest/riscv64/debug/ +baseurl=http://fedora.riscv.rocks/repos-dist/rawhide/latest/riscv64/debug/ #baseurl=https://dl.fedoraproject.org/pub/alt/risc-v/repo/fedora/rawhide/latest/riscv64/debug/ #baseurl=https://mirror.math.princeton.edu/pub/alt/risc-v/repo/fedora/rawhide/latest/riscv64/debug/ enabled=0 @@ -268,7 +268,7 @@ gpgcheck=0 [fedora-riscv-source] name=Fedora RISC-V - Source -baseurl=http://fedora-riscv.tranquillity.se/repos-dist/rawhide/latest/src/ +baseurl=http://fedora.riscv.rocks/repos-dist/rawhide/latest/src/ #baseurl=https://dl.fedoraproject.org/pub/alt/risc-v/repo/fedora/rawhide/latest/src/ #baseurl=https://mirror.math.princeton.edu/pub/alt/risc-v/repo/fedora/rawhide/latest/src/ enabled=0 @@ -279,7 +279,7 @@ EOF cat << EOF > /etc/yum.repos.d/fedora-riscv-koji.repo [fedora-riscv-koji] name=Fedora RISC-V Koji -baseurl=http://fedora-riscv.tranquillity.se/repos/rawhide/latest/riscv64/ +baseurl=http://fedora.riscv.rocks/repos/rawhide/latest/riscv64/ enabled=0 gpgcheck=0 EOF @@ -310,10 +310,10 @@ https://fedorapeople.org/groups/risc-v/disk-images/readme.txt Fedora/RISC-V ------------- -Koji: http://fedora-riscv.tranquillity.se/koji/ -SCM: http://fedora-riscv.tranquillity.se:3000/ -Distribution rep.: http://fedora-riscv.tranquillity.se/repos-dist/ -Koji internal rep.: http://fedora-riscv.tranquillity.se/repos/ +Koji: http://fedora.riscv.rocks/koji/ +SCM: http://fedora.riscv.rocks:3000/ +Distribution rep.: http://fedora.riscv.rocks/repos-dist/ +Koji internal rep.: http://fedora.riscv.rocks/repos/ EOF %end