Created
May 21, 2022 18:06
-
-
Save leoluk/f78f27913bfdd3c72ce146cea00a2f3f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[gerrit] | |
replicateOnStartup = true | |
[remote "github-monogon"] | |
url = [email protected]: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