From eaf64cde2944ff3150f113f9230222255feb8261 Mon Sep 17 00:00:00 2001 From: Ben Morrice <ben.morrice@cern.ch> Date: Fri, 12 Jan 2024 15:19:45 +0100 Subject: [PATCH] Add debian feed for prod --- prod.variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prod.variables.sh b/prod.variables.sh index 456005b..4dbc4b6 100644 --- a/prod.variables.sh +++ b/prod.variables.sh @@ -1,5 +1,5 @@ SCHEDULE="*/30 * * * *" DB_MOUNTPOINT="/mnt/data2/package_alerts" INTERESTING_PACKAGES="prod.packages.yml" -FEEDS="rhel-8-for-x86_64-baseos-rpms,rhel-8-for-x86_64-appstream-rpms,rhel-9-for-x86_64-baseos-rpms,rhel-9-for-x86_64-appstream-rpms,almalinux-8-for-x86_64-AppStream-rpms,almalinux-8-for-x86_64-BaseOS-rpms,almalinux-9-for-x86_64-AppStream-rpms,almalinux-9-for-x86_64-BaseOS-rpms" +FEEDS="rhel-8-for-x86_64-baseos-rpms,rhel-8-for-x86_64-appstream-rpms,rhel-9-for-x86_64-baseos-rpms,rhel-9-for-x86_64-appstream-rpms,almalinux-8-for-x86_64-AppStream-rpms,almalinux-8-for-x86_64-BaseOS-rpms,almalinux-9-for-x86_64-AppStream-rpms,almalinux-9-for-x86_64-BaseOS-rpms,debian-bookworm-amd64" MATTERMOST_INTEGRATION_URL_PATH="/etc/nomad/mm_hook_prod" -- GitLab