Searched refs:branchName (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/ |
D | channel.dart | 73 final String branchName = split[1]; 74 if (seenChannels.contains(branchName)) { 77 seenChannels.add(branchName); 78 if (branchName == currentBranch) 79 return '* $branchName'; 80 if (!branchName.startsWith('HEAD ') && 81 (showAll || FlutterVersion.officialChannels.contains(branchName))) 82 return ' $branchName'; 92 Future<void> _switchChannel(String branchName) { 93 printStatus("Switching to flutter channel '$branchName'..."); [all …]
|
/third_party/typescript/scripts/ |
D | open-user-pr.ts | 12 const branchName = process.env.TARGET_FORK?.toLowerCase() === "microsoft" && (targetBranch === "mas… constant 16 const baseRef = branchName === masterBranchname ? "master" : masterBranchname; 23 ["git", ["checkout", "-b", branchName]], // create a branch 26 ["git", ["push", "--set-upstream", "fork", branchName, "-f"]] // push the branch 32 const prOwner = branchName === masterBranchname ? "microsoft" : userName; 38 head: `${userName}:${branchName}`, 39 base: branchName === masterBranchname ? "master" : masterBranchname,
|
D | open-cherry-pick-pr.ts | 12 const branchName = `pick/${process.env.SOURCE_ISSUE}/${process.env.TARGET_BRANCH}`; constant 69 ["git", ["checkout", "-b", branchName]], // create a new branch 81 ["git", ["push", "--set-upstream", "fork", branchName, "-f"]] // push the branch 89 head: `${userName}:${branchName}`,
|
/third_party/icu/ |
D | README.md | 21 …is/build/status/unicode-org/CI?branchName=master)](https://dev.azure.com/ms/icu/_build/latest?defi… 22 …unicode-org/CI-Exhaustive-Main?branchName=master)](https://dev.azure.com/ms/icu/_build/latest?defi… 23 …s/unicode-org/CI-Valgrind-Main?branchName=master)](https://dev.azure.com/ms/icu/_build/latest?defi…
|
/third_party/boost/libs/static_string/ |
D | README.md | 5 …us/Boost.StaticString?branchName=master)](https://krystiands.visualstudio.com/static_string/_build… 6 …s/Boost.StaticString?branchName=develop)](https://krystiands.visualstudio.com/static_string/_build…
|
/third_party/boost/libs/gil/ |
D | README.md | 15 …is/build/status/boostorg.gil?branchName=develop)](https://dev.azure.com/boostorg/gil/_build/latest… 16 …is/build/status/boostorg.gil?branchName=master)](https://dev.azure.com/boostorg/gil/_build/latest?…
|
/third_party/flutter/flutter/dev/bots/ |
D | prepare_package.dart | 258 String get branchName => getBranchName(branch); 272 return 'flutter_${os}_$_version-$branchName.$suffix'; 325 await _runGit(<String>['clone', '-b', branchName, chromiumRepo], workingDirectory: tempDir); 481 String get branchName => getBranchName(branch); 482 …String get destinationArchivePath => '$branchName/$platformName/${path.basename(outputFile.path)}'; 510 jsonData['current_release'][branchName] = revision; 517 newEntry['channel'] = branchName;
|
/third_party/curl/ |
D | README.md | 6 …apis/build/status/curl.curl?branchName=master)](https://dev.azure.com/daniel0244/curl/_build/lates…
|
/third_party/python/ |
D | README.rst | 12 …:: https://dev.azure.com/python/cpython/_apis/build/status/Azure%20Pipelines%20CI?branchName=master 14 :target: https://dev.azure.com/python/cpython/_build/latest?definitionId=4&branchName=master
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ |
D | version.dart | 37 final String branchName = getBranchName(); 38 return !<String>['dev', 'beta', 'stable'].contains(branchName);
|