D | remote_gcc_build.py | 25 BRANCH = 'the_actual_branch_used_in_this_script' variable 47 def FindVersionForToolchain(branch, chromeos_root): argument 51 digits = branch.split('-')[1].split('B')[0] 56 command = 'repo sync . && git branch -a | grep {0}'.format(major_version) 60 logger.GetLogger().LogFatal('Cannot find version for branch {0}' 61 .format(branch)) 176 """Remove the branch with name BRANCH.""" 180 if BRANCH in out: 185 command = 'git branch -D {0}'.format(BRANCH) 189 def UploadManifest(manifest, chromeos_root, branch='master'): argument [all …]
|