Skip to content

Commit cc1f5e5

Browse files
authored
Merge pull request #5486 from JetBrains/playground/ezerskii-modified-topic-date
Update VCS roots to use `USE_MIRRORS` checkout policy for getting the…
2 parents 1beb62a + 781a70c commit cc1f5e5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.teamcity/documentation/vcsRoots/DocumentationRoots.kt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object KotlinMultiplatformVCS: GitVcsRoot ({
88
url = "git@github.com:JetBrains/kotlin-multiplatform-dev-docs.git"
99
branch = "refs/heads/master"
1010
branchSpec = "+:refs/heads/*"
11-
checkoutPolicy = AgentCheckoutPolicy.AUTO
11+
checkoutPolicy = AgentCheckoutPolicy.USE_MIRRORS
1212
authMethod = uploadedKey {
1313
uploadedKey = "default teamcity key"
1414
}
@@ -20,7 +20,7 @@ object KotlinReferenceRoot: GitVcsRoot ({
2020
url = "git@github.com:JetBrains/kotlin-web-site.git"
2121
branch = "refs/heads/master"
2222
branchSpec = "+:refs/heads/*"
23-
checkoutPolicy = AgentCheckoutPolicy.AUTO
23+
checkoutPolicy = AgentCheckoutPolicy.USE_MIRRORS
2424
checkoutSubmodules = CheckoutSubmodules.SUBMODULES_CHECKOUT
2525
authMethod = uploadedKey {
2626
uploadedKey = "default teamcity key"
@@ -32,7 +32,7 @@ object KotlinxCoroutinesRoot: GitVcsRoot ({
3232
url = "git@github.com:Kotlin/kotlinx.coroutines.git"
3333
branch = "refs/heads/master"
3434
branchSpec = "+:refs/heads/*"
35-
checkoutPolicy = AgentCheckoutPolicy.AUTO
35+
checkoutPolicy = AgentCheckoutPolicy.USE_MIRRORS
3636
authMethod = uploadedKey {
3737
uploadedKey = "default teamcity key"
3838
}
@@ -43,7 +43,7 @@ object KotlinxLincheckRoot: GitVcsRoot ({
4343
url = "git@github.com:JetBrains/lincheck.git"
4444
branch = "refs/heads/master"
4545
branchSpec = "+:refs/heads/*"
46-
checkoutPolicy = AgentCheckoutPolicy.AUTO
46+
checkoutPolicy = AgentCheckoutPolicy.USE_MIRRORS
4747
authMethod = uploadedKey {
4848
uploadedKey = "default teamcity key"
4949
}
@@ -54,7 +54,7 @@ object DokkaRoot: GitVcsRoot ({
5454
url = "git@github.com:Kotlin/dokka.git"
5555
branch = "refs/heads/master"
5656
branchSpec = "+:refs/heads/*"
57-
checkoutPolicy = AgentCheckoutPolicy.AUTO
57+
checkoutPolicy = AgentCheckoutPolicy.USE_MIRRORS
5858
authMethod = uploadedKey {
5959
uploadedKey = "default teamcity key"
6060
}
@@ -65,7 +65,7 @@ object APIGuidelinesRoot: GitVcsRoot ({
6565
url = "git@github.com:Kotlin/api-guidelines.git"
6666
branch = "refs/heads/main"
6767
branchSpec = "+:refs/heads/*"
68-
checkoutPolicy = AgentCheckoutPolicy.NO_MIRRORS
68+
checkoutPolicy = AgentCheckoutPolicy.USE_MIRRORS
6969
authMethod = uploadedKey {
7070
uploadedKey = "default teamcity key"
7171
}

0 commit comments

Comments
 (0)