Home
last modified time | relevance | path

Searched refs:branch_name (Results 1 – 20 of 20) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dgitarchive.py85 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 Dos-release.bbappend35 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 DRedfish_Reference_Checker.robot21 ${branch_name} main variable
41 Download DMTF Tool ${rsv_dir_path} ${rsv_github_url} ${branch_name}
H A DRedfish_Service_Validator.robot19 ${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 DRedfish_Interop_Validator.robot24 ${branch_name} main variable
32 Download DMTF Tool ${rsv_dir_path} ${rsv_github_url} ${branch_name}
H A DRedfish_Protocol_Validator.robot25 ${branch_name} main variable
52 Download DMTF Tool ${rsv_dir_path} ${rsv_github_url} ${branch_name}
H A DRedfish_JsonSchema_ResponseValidator.robot17 ${branch_name} main variable
25 Download DMTF Tool ${rsv_dir_path} ${rsv_github_url} ${branch_name}
H A DRedfish_Usecase_Checkers.robot32 ${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 Dtest_new_project_page.py31 branch_name="master",
39 branch_name="master2",
H A Dtest_delete_project.py28 branch_name="master",
35 branch_name="foo",
H A Dtest_toastertable_ui.py67 branch_name='master',
H A Dtest_all_projects_page.py69 branch_name='master',
/openbmc/openbmc-test-automation/lib/
H A Ddmtf_tools_utils.robot16 [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 Dintel-pt-insn-decoder.c235 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 D0001-Update-Versioneer-to-0.22.patch315 + 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 Doe-git-archive107 … args.commit_msg_subject.strip(), args.commit_msg_body, args.branch_name,
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/management/commands/
H A Dlsupdates.py90 allowed_branch_names = [rel.branch_name
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py1408 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 DREADME1101 ./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 Dreference.rst297 <field type="CharField" name="branch_name">&DISTRO_NAME_NO_CAP;</field>