gentoo / soko

[MIRROR] packages.gentoo.org (PROD)
https://gitweb.gentoo.org/sites/soko.git
GNU General Public License v2.0
7 stars 11 forks source link

RSS/Atom link in packages/changelog #10

Closed anthonyryan1 closed 1 year ago

anthonyryan1 commented 1 year ago

It would be nice to get an RSS/Atom link directly on the packages changelog page. It would simplify tracking when new releases hit the tree. The gitweb service already provides this so the link could be:

https://gitweb.gentoo.org/repo/gentoo.git/atom/{{ .Package.Atom }}?h=master

I went to submit a patch, but I don't see instructions for building without docker, and the changelog code seems to have some highly similar, but different code in changelog/changel.tmpl and components/changelog.tmpl which gives me some hesitation about use cases I may not be aware of.

So I'm just dropping this as an idea for now.