RFR: 1056: Mirror service is no longer syncing tags

Tim Bell tbell at openjdk.java.net
Wed Jun 2 19:54:48 UTC 2021


On Fri, 28 May 2021 21:54:05 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

> We currently have two modes of mirroring repositories using the MirrorBot, either a set of branches, or everything. When limiting branches, tags are excluded, and when mirroring everything, tags are included.
> 
> I'm adding a new configuration option "tags": true/false. The purpose is to be able to include tags when only mirroring a set of branches. Default is false (to mimic current behavior). I can't see a use case for being able to exclude tags in the all branches case, and implementing it would add quite a bit of complexity.

Marked as reviewed by tbell (Reviewer).

-------------

PR: https://git.openjdk.java.net/skara/pull/1177


More information about the skara-dev mailing list