Searched refs:branch_name (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | gitarchive.py | 85 ref = ref.format(branch_name=branch) 130 def gitarchive(data_dir, git_dir, no_create, bare, commit_msg_subject, commit_msg_body, branch_name… argument 141 branch_name = format_str(branch_name, keywords) 149 commit = git_commit_data(data_repo, data_dir, branch_name, 163 notes_refs = ['refs/notes/' + ref.format(branch_name=branch_name) 165 cmd.extend([push, branch_name] + notes_refs)
|
| /OK3568_Linux_fs/yocto/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_toastertable_ui.py | 64 branch_name='master',
|
| H A D | test_all_projects_page.py | 51 branch_name='master',
|
| /OK3568_Linux_fs/kernel/tools/perf/util/intel-pt-decoder/ |
| H A D | intel-pt-insn-decoder.c | 205 const char *branch_name[] = { variable 220 return branch_name[op]; in intel_pt_insn_name()
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oe-git-archive | 107 … args.commit_msg_subject.strip(), args.commit_msg_body, args.branch_name,
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/management/commands/ |
| H A D | lsupdates.py | 90 allowed_branch_names = [rel.branch_name
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/ |
| H A D | models.py | 1411 branch_name = models.CharField(max_length=50, default = "") variable in Release 1415 return "%s (%s)" % (self.name, self.branch_name)
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | README | 1055 ./tools/buildman/buildman -b <branch_name> <list of things to build> 1059 ./tools/buildman/buildman -b <branch_name> -s <list of things to build> 1102 Buildman puts its output in ../<branch_name> by default but you can change 1106 to remove the build directory (normally ../<branch_name>) to run buildman
|
| /OK3568_Linux_fs/yocto/poky/documentation/toaster-manual/ |
| H A D | reference.rst | 298 <field type="CharField" name="branch_name">&DISTRO_NAME_NO_CAP;</field>
|