diff --git a/centos_rss/prod.packages.yml b/centos_rss/prod.packages.yml index 087ef9ed4a7bfea990ec383897d5ac89f4ddc2ec..a237929663e7b708099549bc1cc2d4e6487c3c23 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 f9d15146d8d35749023af99851c98d621c0345dd..d2d516ff74e547939c9a00db0c3d68ada0e1e92d 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"