Skip to content

Add classes to sync Git tags

John Cai requested to merge jc/sync-git-tags into master

What does this MR do and why?

Git security releases are on a separate schedule from our GitLab security release process. When the Git embargoed release is out, we need to sync the security Git repository back to the canonical Git repository. This does not currently happen through release-tools, since the Git project's versioning scheme is different than GitLab's.

In order to provide a way to automatically sync back to canonical gitlab-org/git, we need to create new classes and a new rake task.

Author Check-list

  • Has documentation been updated?

Merge request reports