Skip to content

Adding repos to mirror

This page describes how TrueCloudLab repository maintainers can add new repositories to secondary mirrors.

Codeberg

  • Check that origin repository at git.frostfs.info is published under an opensource license
  • Check that origin repository at git.frostfs.info is not private
  • Add codeberg tag (topic) to origin repository. This will enable git mirroring.
    • Next scheduled sync will create new repository at Codeberg and will mirror content from git.frostfs.info (should happen in less than 3 hours)
  • Execute make codegen in TrueCloudLab/jenkins and submit updates for review: git commit -a && git review. This will enable pull request import from Codeberg to Gerrit.
    • Forgetting this step is not a problem. CI in TrueCloudLab/jenkins will annoy the next person who touches the repository until mirror list is updated.