From 26c2f00226566fc29e3e4bd5f2aaa72bee28c20c Mon Sep 17 00:00:00 2001
From: Alex Iribarren <alex.iribarren@cern.ch>
Date: Fri, 13 May 2022 09:29:40 +0200
Subject: [PATCH] Add aarch64 feeds, look for edk2-ovmf

---
 centos_rss/prod.packages.yml | 4 ++++
 prod.variables.sh            | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/centos_rss/prod.packages.yml b/centos_rss/prod.packages.yml
index 087ef9e..a237929 100644
--- a/centos_rss/prod.packages.yml
+++ b/centos_rss/prod.packages.yml
@@ -21,3 +21,7 @@ packages:
     - feed: 'centos-8-.*'
     - notes: |-
         Rebuild our AIMS2 GRUB2 with https://gitlab.cern.ch/linuxsupport/aims/grub2 instructions
+  edk2-ovmf:
+    - feed: 'centos-8-stream-aarch64-AppStream'
+    - notes: |-
+        @airibarr @djuarezg There's now a `edk2-ovmf` for aarch64 on CS8, you can now replace edk2.git in Koji. ([Red Hat #2085367](https://bugzilla.redhat.com/show_bug.cgi?id=2085367))
diff --git a/prod.variables.sh b/prod.variables.sh
index f9d1514..d2d516f 100644
--- a/prod.variables.sh
+++ b/prod.variables.sh
@@ -2,5 +2,5 @@ SCHEDULE="*/15 * * * *"
 SQL_DB_MOUNTPOINT="/mnt/data2/rss"
 SQL_DB_FILE="centos_rss_prod.sqlite"
 INTERESTING_PACKAGES="prod.packages.yml"
-FEEDS="centos-7-x86_64-extras,centos-7-x86_64-updates,centos-8-stream-x86_64-AppStream,centos-8-stream-x86_64-BaseOS,centos-8-stream-x86_64-PowerTools,centos-9-stream-x86_64-AppStream,centos-9-stream-x86_64-BaseOS,centos-9-stream-x86_64-CRB"
+FEEDS="centos-7-x86_64-extras,centos-7-x86_64-updates,centos-8-stream-x86_64-AppStream,centos-8-stream-x86_64-BaseOS,centos-8-stream-x86_64-PowerTools,centos-8-stream-aarch64-AppStream,centos-8-stream-aarch64-BaseOS,centos-8-stream-aarch64-PowerTools,centos-9-stream-x86_64-AppStream,centos-9-stream-x86_64-BaseOS,centos-9-stream-x86_64-CRB,centos-9-stream-aarch64-AppStream,centos-9-stream-aarch64-BaseOS,centos-9-stream-aarch64-CRB"
 MATTERMOST_INTEGRATION_URL="https://mattermost.web.cern.ch/hooks/qiodnmzwbjg9zkyxkxoh1h47sh"
-- 
GitLab