Add koji respository (disabled by default)
If you want to test a package which was just built in koji, but not yet available in distro repository, then use this new repo. Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
parent
0fcb731849
commit
eb23b660af
@ -142,6 +142,15 @@ enabled=1
|
||||
gpgcheck=0
|
||||
EOF
|
||||
|
||||
# Create Fedora RISC-V Koji repo
|
||||
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/f29-build/latest/riscv64/
|
||||
enabled=0
|
||||
gpgcheck=0
|
||||
EOF
|
||||
|
||||
# systemd starts serial consoles on /dev/ttyS0 and /dev/hvc0. The
|
||||
# only problem is they are the same serial console. Mask one.
|
||||
systemctl mask serial-getty@hvc0.service
|
||||
|
@ -143,6 +143,15 @@ enabled=1
|
||||
gpgcheck=0
|
||||
EOF
|
||||
|
||||
# Create Fedora RISC-V Koji repo
|
||||
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/f29-build/latest/riscv64/
|
||||
enabled=0
|
||||
gpgcheck=0
|
||||
EOF
|
||||
|
||||
# systemd starts serial consoles on /dev/ttyS0 and /dev/hvc0. The
|
||||
# only problem is they are the same serial console. Mask one.
|
||||
systemctl mask serial-getty@hvc0.service
|
||||
|
Loading…
Reference in New Issue
Block a user