change link

This commit is contained in:
Louis Abel 2023-09-18 15:49:43 -07:00
parent 5995f42238
commit edf3a95d87
Signed by: label
GPG Key ID: 3331F061D1D9990E
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ dnf clean all --enablerepo=\* > /dev/null 2>&1
{% for repo in repo_tracking %}
{% for arch in repo.arch %}
{% for repository in repo.repositories %}
/usr/libexec/rocky/rss.py --filename ${TARGET}/Rocky-Linux-{{ repo.release }}-{{ arch }}-{{ repository }}.xml --title "Rocky Linux {{ repo.release }} {{ arch }} {{ repository }}" --description "Recently updated packages for Rocky Linux {{ repo.release }} {{ arch }} {{ repository }}" --days 30 rl{{ repo.release }}-{{ arch }}-{{ repository }} > /dev/null 2>&1
/usr/libexec/rocky/rss.py --filename ${TARGET}/Rocky-Linux-{{ repo.release }}-{{ arch }}-{{ repository }}.xml --link "https://rockylinux.org" --title "Rocky Linux {{ repo.release }} {{ arch }} {{ repository }}" --description "Recently updated packages for Rocky Linux {{ repo.release }} {{ arch }} {{ repository }}" --days 30 rl{{ repo.release }}-{{ arch }}-{{ repository }} > /dev/null 2>&1
{% endfor %}
{% endfor %}