Rieter-to-Rieter mirror #13
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
A Rieter instance mirroring a repository needs to download and parse new packages from the repository. If the repository server is a Rieter instance, the package information could instead be pulled from the API, completely skipping the parsing of packages. This could be useful when hosting a Rieter instance on a low-power device, where the parsing job is expensive.
A Rieter instance could also expose an SSE stream or similar for each repository, allowing a downstream Rieter instance to get updates whenever a repository gets updated.