Replace domain with a new one: fedora.riscv.rocks

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
David Abdurachmanov 2019-09-27 00:42:26 +02:00
parent a50f1b6663
commit c3a97060ef
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
# Kickstart file for Fedora RISC-V (riscv64) Developer Rawhide # 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 install
text 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 cat << EOF > /etc/yum.repos.d/fedora-riscv.repo
[fedora-riscv] [fedora-riscv]
name=Fedora RISC-V 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://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/ #baseurl=https://mirror.math.princeton.edu/pub/alt/risc-v/repo/fedora/rawhide/latest/riscv64/
enabled=1 enabled=1
@ -260,7 +260,7 @@ gpgcheck=0
[fedora-riscv-debuginfo] [fedora-riscv-debuginfo]
name=Fedora RISC-V - Debug 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://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/ #baseurl=https://mirror.math.princeton.edu/pub/alt/risc-v/repo/fedora/rawhide/latest/riscv64/debug/
enabled=0 enabled=0
@ -268,7 +268,7 @@ gpgcheck=0
[fedora-riscv-source] [fedora-riscv-source]
name=Fedora RISC-V - 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://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/ #baseurl=https://mirror.math.princeton.edu/pub/alt/risc-v/repo/fedora/rawhide/latest/src/
enabled=0 enabled=0
@ -279,7 +279,7 @@ EOF
cat << EOF > /etc/yum.repos.d/fedora-riscv-koji.repo cat << EOF > /etc/yum.repos.d/fedora-riscv-koji.repo
[fedora-riscv-koji] [fedora-riscv-koji]
name=Fedora RISC-V 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 enabled=0
gpgcheck=0 gpgcheck=0
EOF EOF
@ -310,10 +310,10 @@ https://fedorapeople.org/groups/risc-v/disk-images/readme.txt
Fedora/RISC-V Fedora/RISC-V
------------- -------------
Koji: http://fedora-riscv.tranquillity.se/koji/ Koji: http://fedora.riscv.rocks/koji/
SCM: http://fedora-riscv.tranquillity.se:3000/ SCM: http://fedora.riscv.rocks:3000/
Distribution rep.: http://fedora-riscv.tranquillity.se/repos-dist/ Distribution rep.: http://fedora.riscv.rocks/repos-dist/
Koji internal rep.: http://fedora-riscv.tranquillity.se/repos/ Koji internal rep.: http://fedora.riscv.rocks/repos/
EOF EOF
%end %end