AlmaLinux / errata-email-notifications

GNU General Public License v3.0
0 stars 3 forks source link

RSS feeder #10

Closed metalefty closed 9 months ago

metalefty commented 9 months ago

Sample feed generated by this script: https://w.vmeta.jp/temp/errata.rss

pip3 install -r requirements.txt
python3 -m venv venv && source venv/bin/activate

Generate AlmaLinux 8 Errata Feed

./errata-feeder -d almalinux-8
metalefty commented 9 months ago

RSS feeder should be integrated in packages_exporter at albs-web-server rather than email notifications.

ref. https://chat.almalinux.org/almalinux/pl/wqrkrqdt8br69rr4hper4jwree

metalefty commented 9 months ago

Replaced by: https://github.com/AlmaLinux/albs-web-server/pull/639