| Summary: | [Website] RSS / Atom support to be notified about the next tags version ? | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Fred_busybox <dark_footix> |
| Component: | Website | Assignee: | unassigned |
| Status: | NEW --- | ||
| Severity: | normal | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Fred_busybox
2024-01-21 20:28:40 UTC
Hi! As far as i can see cgit does not support generating atoms for refs/tags (yet). As you probably have seen, you can have atoms for the _commits_ of an individual branch or tag: https://git.zx2c4.com/cgit/atom?h=refs/tags/v1.2.3 But you want something like: https://git.zx2c4.com/cgit/atom?h=refs/tags [gives Invalid branch: refs/tags] It tries to treat refs/tags as a branch to read commits off, or something like that. I would suggest that you look at cgit and maybe propose a patch to support what you ask for? Short of (proper) cgit support for atom feeds of tags, the busybox-cvs mailing-list does see mails that stem from tagging; e.g.: http://lists.busybox.net/pipermail/busybox-cvs/2023-January/041372.html I do not know offhand if we still pipe commits (and thus new tags) to the buildroot IRC channel. If we do, then you might use those as an alternative to the -cvs ML mentioned above. HTH |