/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | gitarchive.py | 85 ref = ref.format(branch_name=branch) 165 def gitarchive(data_dir, git_dir, no_create, bare, commit_msg_subject, commit_msg_body, branch_name… argument 176 branch_name = format_str(branch_name, keywords) 185 commit = git_commit_data(data_repo, data_dir, branch_name, 199 notes_refs = ['refs/notes/' + ref.format(branch_name=branch_name) 201 cmd.extend([push, branch_name] + notes_refs)
|
/openbmc/openbmc/meta-yadro/recipes-core/os-release/ |
H A D | os-release.bbappend | 35 branch_name = '-'.join(branch_info[2::]) 38 branch_name = '-'.join(branch_info) 42 print ('Branch name = %s' % branch_name) 72 version = branch_name.split('-')[0] 76 release = 'Unofficial ' + branch_name 100 version_id += ("-" + branch_name) if (branch_name) else ''
|
/openbmc/openbmc-test-automation/redfish/dmtf_tools/ |
H A D | Redfish_Reference_Checker.robot | 21 ${branch_name} main variable 41 Download DMTF Tool ${rsv_dir_path} ${rsv_github_url} ${branch_name}
|
H A D | Redfish_Service_Validator.robot | 19 ${branch_name} main variable 27 Download DMTF Tool ${rsv_dir_path} ${rsv_github_url} ${branch_name} 64 Download DMTF Tool ${rsv_dir_path} ${rsv_github_url} ${branch_name}
|
H A D | Redfish_Interop_Validator.robot | 24 ${branch_name} main variable 32 Download DMTF Tool ${rsv_dir_path} ${rsv_github_url} ${branch_name}
|
H A D | Redfish_Protocol_Validator.robot | 25 ${branch_name} main variable 52 Download DMTF Tool ${rsv_dir_path} ${rsv_github_url} ${branch_name}
|
H A D | Redfish_JsonSchema_ResponseValidator.robot | 17 ${branch_name} main variable 25 Download DMTF Tool ${rsv_dir_path} ${rsv_github_url} ${branch_name}
|
H A D | Redfish_Usecase_Checkers.robot | 32 ${branch_name} main variable 75 Download DMTF Tool ${rsv_dir_path} ${rsv_github_url} ${branch_name}
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_new_project_page.py | 31 branch_name="master", 39 branch_name="master2",
|
H A D | test_delete_project.py | 28 branch_name="master", 35 branch_name="foo",
|
H A D | test_toastertable_ui.py | 67 branch_name='master',
|
H A D | test_all_projects_page.py | 69 branch_name='master',
|
/openbmc/openbmc-test-automation/lib/ |
H A D | dmtf_tools_utils.robot | 16 [Arguments] ${rsv_dir_path} ${rsv_github_url} ${branch_name} 23 ... git clone --branch ${branch_name} ${rsv_github_url} ${rsv_dir_path}
|
/openbmc/linux/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-insn-decoder.c | 235 const char *branch_name[] = { variable 253 return branch_name[op]; in intel_pt_insn_name()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/ |
H A D | 0001-Update-Versioneer-to-0.22.patch | 315 + branch_name, rc = runner(GITS, ["rev-parse", "--abbrev-ref", "HEAD"], 318 + if rc != 0 or branch_name is None: 320 + branch_name = branch_name.strip() 322 + if branch_name == "HEAD": 339 + branch_name = "master" 341 + branch_name = None 344 + branch_name = branches[0] 346 + pieces["branch"] = branch_name 1533 + branch_name, rc = runner(GITS, ["rev-parse", "--abbrev-ref", "HEAD"], 1536 + if rc != 0 or branch_name is None: [all …]
|
/openbmc/openbmc/poky/scripts/ |
H A D | oe-git-archive | 107 … args.commit_msg_subject.strip(), args.commit_msg_body, args.branch_name,
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/management/commands/ |
H A D | lsupdates.py | 90 allowed_branch_names = [rel.branch_name
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/ |
H A D | models.py | 1408 branch_name = models.CharField(max_length=50, default = "") variable in Release 1412 return "%s (%s)" % (self.name, self.branch_name)
|
/openbmc/u-boot/tools/buildman/ |
H A D | README | 1101 ./tools/buildman/buildman -b <branch_name> <list of things to build> 1105 ./tools/buildman/buildman -b <branch_name> -s <list of things to build> 1148 Buildman puts its output in ../<branch_name> by default but you can change 1152 to remove the build directory (normally ../<branch_name>) to run buildman
|
/openbmc/openbmc/poky/documentation/toaster-manual/ |
H A D | reference.rst | 297 <field type="CharField" name="branch_name">&DISTRO_NAME_NO_CAP;</field>
|