From 48ebf4f714ace63f0a5d4eff4728309c0cde8008 Mon Sep 17 00:00:00 2001 From: RishabhSaini Date: Fri, 31 Mar 2023 17:30:59 -0400 Subject: [PATCH] yum repo for the repodata needed by rpmostree for packing intelligently using frequency of updates of rpms --- frequencyinfo.repo | 4 ++++ manifest.yaml | 1 + 2 files changed, 5 insertions(+) create mode 100644 frequencyinfo.repo diff --git a/frequencyinfo.repo b/frequencyinfo.repo new file mode 100644 index 0000000000..7feb817ac3 --- /dev/null +++ b/frequencyinfo.repo @@ -0,0 +1,4 @@ +[frequencyinfo] +name=Frequency Metdata +baseurl=https://raw.githubusercontent.com/RishabhSaini/frequencyRepo/master +gpgcheck=0 diff --git a/manifest.yaml b/manifest.yaml index c2e29317e0..349f8be1a2 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -11,5 +11,6 @@ repos: # GitHub Action. - fedora - fedora-updates + - frequencyinfo include: manifests/fedora-coreos.yaml