Skip to content

Instantly share code, notes, and snippets.

@leoluk
Created May 21, 2022 18:06
Show Gist options
  • Save leoluk/f78f27913bfdd3c72ce146cea00a2f3f to your computer and use it in GitHub Desktop.
Save leoluk/f78f27913bfdd3c72ce146cea00a2f3f to your computer and use it in GitHub Desktop.
[gerrit]
replicateOnStartup = true
[remote "github-monogon"]
url = git@github.com:monogon-dev/${name}
projects = monogon
projects = infralib
push = +refs/heads/*:refs/heads/*
push = +refs/tags/*:refs/tags/*
timeout = 30
threads = 3
authGroup = Anonymous Users
mirror = true
remoteNameStyle = dash
# Replication to a GCP VM for snapshots.
[remote "backup"]
url = gerrit@<nsip>:gerrit-prod/${name}.git
push = +refs/*:refs/*
mirror = true
timeout = 30
threads = 3
replicateHiddenProjects = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment