Skip to content

Commit 0d40b8f

Browse files
lextcuser
authored andcommitted
TeamCity change in 'MinecraftForge / FART' project: project was archived
1 parent 44ab21f commit 0d40b8f

File tree

4 files changed

+53
-0
lines changed

4 files changed

+53
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
package patches.buildTypes
2+
3+
import jetbrains.buildServer.configs.kotlin.v2019_2.*
4+
import jetbrains.buildServer.configs.kotlin.v2019_2.ui.*
5+
6+
/*
7+
This patch script was generated by TeamCity on settings change in UI.
8+
To apply the patch, change the buildType with id = 'ForgeAutoRenamingTool__Build'
9+
accordingly, and delete the patch script.
10+
*/
11+
changeBuildType(RelativeId("ForgeAutoRenamingTool__Build")) {
12+
check(paused == false) {
13+
"Unexpected paused: '$paused'"
14+
}
15+
paused = true
16+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
package patches.buildTypes
2+
3+
import jetbrains.buildServer.configs.kotlin.v2019_2.*
4+
import jetbrains.buildServer.configs.kotlin.v2019_2.ui.*
5+
6+
/*
7+
This patch script was generated by TeamCity on settings change in UI.
8+
To apply the patch, change the buildType with id = 'ForgeAutoRenamingTool__BuildSecondaryBranches'
9+
accordingly, and delete the patch script.
10+
*/
11+
changeBuildType(RelativeId("ForgeAutoRenamingTool__BuildSecondaryBranches")) {
12+
check(paused == false) {
13+
"Unexpected paused: '$paused'"
14+
}
15+
paused = true
16+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
package patches.buildTypes
2+
3+
import jetbrains.buildServer.configs.kotlin.v2019_2.*
4+
import jetbrains.buildServer.configs.kotlin.v2019_2.ui.*
5+
6+
/*
7+
This patch script was generated by TeamCity on settings change in UI.
8+
To apply the patch, change the buildType with id = 'ForgeAutoRenamingTool__PullRequests'
9+
accordingly, and delete the patch script.
10+
*/
11+
changeBuildType(RelativeId("ForgeAutoRenamingTool__PullRequests")) {
12+
check(paused == false) {
13+
"Unexpected paused: '$paused'"
14+
}
15+
paused = true
16+
}

.teamcity/patches/projects/_Self.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ To apply the patch, change the root project
1212
accordingly, and delete the patch script.
1313
*/
1414
changeProject(DslContext.projectId) {
15+
check(archived == false) {
16+
"Unexpected archived: '$archived'"
17+
}
18+
archived = true
19+
1520
features {
1621
val feature1 = find<GitHubIssueTracker> {
1722
githubIssues {

0 commit comments

Comments
 (0)