I maintain C-Dogs SDL, which recently had a release - 0.6.8
I recently found out about repology, which gives you at a glance all the repos hosting a project, including their version numbers: https://repology.org/metapackage/cdogs-sdl/versions
I've noticed that
- New versions take a while (weeks, maybe months) to appear in repos
- Some repos are stuck on very old versions - 0.6.2 for example, was two years ago
From this I assume that updating repos is not fully automatic, and it may even require lots of manual work. This isn't ideal.
As a maintainer, how can I help keep these repos up to date? Currently I create a new release and tag in GitHub, so in theory if package maintainers subscribe to that, they can immediately know of new releases. Are there other things I can do to make things easier?
Keen to hear especially from folks like @Akien and @carstene1ns on how the sausages are made.