Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 121 for BRANCH (0.14 sec)

  1. .github/workflows/release-branch-cherrypick.yml

    # https://github.com/tensorflow/tensorflow/actions/workflows/release-branch-cherrypick.yml
    # and click "Run Workflow." Leave "Use Workflow From" set to "master", then
    # input the branch name and paste the cherry-pick commit and click Run. A PR
    # will be created.
    
    name: Release Branch Cherrypick
    on:
      workflow_dispatch:
        inputs:
          # We use this instead of the "run on branch" argument because GitHub looks
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Mon Dec 01 09:57:00 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/promotion/PublishBranchSnapshotFromQuickFeedback.kt

            val triggerName = this.triggerName
    
            params {
                text(
                    "branch.qualifier",
                    "%dep.${RelativeId("Check_Stage_${triggerName}_Trigger")}.teamcity.build.branch%",
                    label = "Branch qualifier for the published distribution version",
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Thu Mar 20 06:13:56 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  3. .teamcity/src/main/kotlin/promotion/PublishNightlySnapshot.kt

        triggerRules = "+:root=${branch.vcsRootId()}:."
        branchFilter = "+:<default>"
    }
    
    class PublishNightlySnapshot(
        branch: VersionedSettingsBranch,
    ) : PublishGradleDistributionFullBuild(
            promotedBranch = branch.branchName,
            prepTask = branch.prepNightlyTaskName(),
            promoteTask = branch.promoteNightlyTaskName(),
            triggerName = "ReadyforNightly",
        ) {
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Mon Dec 29 08:57:18 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  4. .teamcity/src/main/kotlin/promotion/PublishNightlyDocumentation.kt

            description =
                "Promotes the latest successful documentation changes on '${branch.branchName}' from Ready for Nightly as a new nightly documentation snapshot"
    
            triggers {
                branch.determineNightlyPromotionTriggerHour()?.let { triggerHour ->
                    schedule {
                        scheduledTrigger(branch, policy = daily { this.hour = triggerHour }, pendingChangesOnly = true)
                    }
                }
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Mon Dec 29 08:57:18 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  5. .teamcity/src/main/kotlin/promotion/PromotionProject.kt

            buildType(PublishNightlySnapshotFromQuickFeedbackStepPromote(branch))
            buildType(PublishBranchSnapshotFromQuickFeedback)
            buildType(PublishMilestone(branch))
    
            if (branch.isMaster) {
                buildType(StartReleaseCycle)
                buildType(StartReleaseCycleTest)
            } else {
                buildType(PublishReleaseCandidate(branch))
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Wed Nov 12 12:12:29 UTC 2025
    - 2.9K bytes
    - Viewed (0)
  6. .teamcity/src/main/kotlin/promotion/PublishRelease.kt

            cleanup {
                history(days = 180)
            }
    
            this.init()
        }
    }
    
    class PublishFinalRelease(
        branch: VersionedSettingsBranch,
    ) : PublishRelease(
            promotedBranch = branch.branchName,
            prepTask = "prepFinalRelease",
            promoteTask = branch.promoteFinalReleaseTaskName(),
            requiredConfirmationCode = "final",
            init = {
                id(FINAL_RELEASE_BUILD_CONFIGURATION_ID)
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Thu Jul 24 03:08:48 UTC 2025
    - 4K bytes
    - Viewed (0)
  7. .teamcity/src/main/kotlin/promotion/PublishNightlySnapshotFromQuickFeedbackStepPromote.kt

     */
    
    package promotion
    
    import common.VersionedSettingsBranch
    
    class PublishNightlySnapshotFromQuickFeedbackStepPromote(
        branch: VersionedSettingsBranch,
    ) : BasePublishGradleDistribution(
            promotedBranch = branch.branchName,
            prepTask = branch.prepNightlyTaskName(),
            triggerName = "QuickFeedback",
            cleanCheckout = false,
        ) {
        init {
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Thu Mar 20 06:13:56 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  8. lib/hg/goreposum.py

    # computes a hash of a remote repo's tag state.
    # Tag definitions can come from the .hgtags file stored in
    # any head of any branch, and the server protocol does not
    # expose the tags directly. However, the protocol does expose
    # the hashes of all the branch heads, so we can use a hash of
    # all those branch names and heads as a conservative snapshot
    # of the entire remote repo state, and use that as the tag sum.
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Tue Nov 11 15:21:02 UTC 2025
    - 2.4K bytes
    - Viewed (0)
  9. .teamcity/src/main/kotlin/promotion/PublishNightlySnapshotFromQuickFeedbackStepUpload.kt

     */
    
    package promotion
    
    import common.VersionedSettingsBranch
    
    class PublishNightlySnapshotFromQuickFeedbackStepUpload(
        branch: VersionedSettingsBranch,
    ) : BasePublishGradleDistribution(
            promotedBranch = branch.branchName,
            prepTask = branch.prepNightlyTaskName(),
            triggerName = "QuickFeedback",
        ) {
        init {
            id("Promotion_SnapshotFromQuickFeedbackStepUpload")
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Thu Mar 20 06:13:56 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  10. dbflute.xml

    	<property name="mydbflute.dir" value="${basedir}/mydbflute" />
    	<property name="target.dir" value="${basedir}/target" />
    	<property name="branch.name" value="fess-15.4" />
    	<property name="mydbflute.url" value="https://github.com/lastaflute/lastaflute-example-waterfront/archive/${branch.name}.zip" />
    
    	<target name="mydbflute.check">
    		<condition property="mydbflute.exists">
    			<available file="${mydbflute.dir}" type="dir" />
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 20 08:30:43 UTC 2025
    - 999 bytes
    - Viewed (0)
Back to top