From a6798ce9da1a833b71de9454e9a80faa0224ba53 Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Tue, 13 Dec 2022 12:35:03 +0000 Subject: [PATCH] Switch to @asahi copr for u-boot and branding --- repositories/asahi.xml | 11 ++++++++--- root/etc/yum.repos.d/dcavalca-uboot-tools.repo | 11 ----------- .../group_asahi-fedora-remix-branding.repo | 10 ++++++++++ root/etc/yum.repos.d/group_asahi-u-boot.repo | 10 ++++++++++ 4 files changed, 28 insertions(+), 14 deletions(-) delete mode 100644 root/etc/yum.repos.d/dcavalca-uboot-tools.repo create mode 100644 root/etc/yum.repos.d/group_asahi-fedora-remix-branding.repo create mode 100644 root/etc/yum.repos.d/group_asahi-u-boot.repo diff --git a/repositories/asahi.xml b/repositories/asahi.xml index dd85dd6..f4f3e07 100644 --- a/repositories/asahi.xml +++ b/repositories/asahi.xml @@ -1,7 +1,12 @@ - - - + + + + + + + + diff --git a/root/etc/yum.repos.d/dcavalca-uboot-tools.repo b/root/etc/yum.repos.d/dcavalca-uboot-tools.repo deleted file mode 100644 index cdb127a..0000000 --- a/root/etc/yum.repos.d/dcavalca-uboot-tools.repo +++ /dev/null @@ -1,11 +0,0 @@ -[copr:copr.fedorainfracloud.org:dcavalca:uboot-tools] -name=Copr repo for uboot-tools owned by dcavalca -baseurl=https://download.copr.fedorainfracloud.org/results/dcavalca/uboot-tools/fedora-$releasever-$basearch/ -type=rpm-md -skip_if_unavailable=False -gpgcheck=1 -gpgkey=https://download.copr.fedorainfracloud.org/results/dcavalca/uboot-tools/pubkey.gpg -repo_gpgcheck=0 -enabled=1 -enabled_metadata=1 -priority=1 diff --git a/root/etc/yum.repos.d/group_asahi-fedora-remix-branding.repo b/root/etc/yum.repos.d/group_asahi-fedora-remix-branding.repo new file mode 100644 index 0000000..8cc9731 --- /dev/null +++ b/root/etc/yum.repos.d/group_asahi-fedora-remix-branding.repo @@ -0,0 +1,10 @@ +[copr:copr.fedorainfracloud.org:group_asahi:fedora-remix-branding] +name=Copr repo for fedora-remix-branding owned by @asahi +baseurl=https://download.copr.fedorainfracloud.org/results/@asahi/fedora-remix-branding/fedora-$releasever-$basearch/ +type=rpm-md +skip_if_unavailable=False +gpgcheck=1 +gpgkey=https://download.copr.fedorainfracloud.org/results/@asahi/fedora-remix-branding/pubkey.gpg +repo_gpgcheck=0 +enabled=1 +enabled_metadata=1 diff --git a/root/etc/yum.repos.d/group_asahi-u-boot.repo b/root/etc/yum.repos.d/group_asahi-u-boot.repo new file mode 100644 index 0000000..49a9066 --- /dev/null +++ b/root/etc/yum.repos.d/group_asahi-u-boot.repo @@ -0,0 +1,10 @@ +[copr:copr.fedorainfracloud.org:group_asahi:u-boot] +name=Copr repo for u-boot owned by @asahi +baseurl=https://download.copr.fedorainfracloud.org/results/@asahi/u-boot/fedora-$releasever-$basearch/ +type=rpm-md +skip_if_unavailable=False +gpgcheck=1 +gpgkey=https://download.copr.fedorainfracloud.org/results/@asahi/u-boot/pubkey.gpg +repo_gpgcheck=0 +enabled=1 +enabled_metadata=1