/dports/lang/spidermonkey60/firefox-60.9.0/taskcluster/taskgraph/util/ |
H A D | attributes.py | 111 def match_run_on_hg_branches(hg_branch, run_on_hg_branches): argument 114 if 'all' in run_on_hg_branches: 117 for expected_hg_branch_pattern in run_on_hg_branches:
|
/dports/lang/spidermonkey78/firefox-78.9.0/taskcluster/taskgraph/util/ |
H A D | attributes.py | 119 def match_run_on_hg_branches(hg_branch, run_on_hg_branches): argument 122 if 'all' in run_on_hg_branches: 125 for expected_hg_branch_pattern in run_on_hg_branches:
|
/dports/www/firefox-esr/firefox-91.8.0/taskcluster/taskgraph/util/ |
H A D | attributes.py | 137 def match_run_on_hg_branches(hg_branch, run_on_hg_branches): 140 if "all" in run_on_hg_branches: 143 for expected_hg_branch_pattern in run_on_hg_branches:
|
/dports/mail/thunderbird/thunderbird-91.8.0/taskcluster/taskgraph/util/ |
H A D | attributes.py | 137 def match_run_on_hg_branches(hg_branch, run_on_hg_branches): argument 140 if "all" in run_on_hg_branches: 143 for expected_hg_branch_pattern in run_on_hg_branches:
|
/dports/www/firefox/firefox-99.0/taskcluster/gecko_taskgraph/util/ |
H A D | attributes.py | 133 def match_run_on_hg_branches(hg_branch, run_on_hg_branches): argument 136 if "all" in run_on_hg_branches: 139 for expected_hg_branch_pattern in run_on_hg_branches:
|
/dports/lang/spidermonkey60/firefox-60.9.0/taskcluster/taskgraph/test/ |
H A D | test_target_tasks.py | 46 def default_matches_hg_branch(self, run_on_hg_branches, hg_branch): argument 48 if run_on_hg_branches is not None: 49 attributes['run_on_hg_branches'] = run_on_hg_branches
|
/dports/lang/spidermonkey78/firefox-78.9.0/taskcluster/taskgraph/test/ |
H A D | test_target_tasks.py | 47 def default_matches_hg_branch(self, run_on_hg_branches, hg_branch): argument 49 if run_on_hg_branches is not None: 50 attributes['run_on_hg_branches'] = run_on_hg_branches
|
/dports/www/firefox-esr/firefox-91.8.0/taskcluster/taskgraph/test/ |
H A D | test_target_tasks.py | 48 def default_matches_hg_branch(self, run_on_hg_branches, hg_branch): argument 50 if run_on_hg_branches is not None: 51 attributes["run_on_hg_branches"] = run_on_hg_branches
|
/dports/mail/thunderbird/thunderbird-91.8.0/taskcluster/taskgraph/test/ |
H A D | test_target_tasks.py | 48 def default_matches_hg_branch(self, run_on_hg_branches, hg_branch): argument 50 if run_on_hg_branches is not None: 51 attributes["run_on_hg_branches"] = run_on_hg_branches
|
/dports/www/firefox/firefox-99.0/taskcluster/gecko_taskgraph/test/ |
H A D | test_target_tasks.py | 47 def default_matches_hg_branch(self, run_on_hg_branches, hg_branch): argument 49 if run_on_hg_branches is not None: 50 attributes["run_on_hg_branches"] = run_on_hg_branches
|
/dports/lang/spidermonkey60/firefox-60.9.0/taskcluster/taskgraph/ |
H A D | target_tasks.py | 47 run_on_hg_branches = set(task.attributes.get('run_on_hg_branches', ['all'])) 48 return match_run_on_hg_branches(parameters['hg_branch'], run_on_hg_branches)
|
/dports/lang/spidermonkey78/firefox-78.9.0/taskcluster/taskgraph/ |
H A D | target_tasks.py | 116 run_on_hg_branches = set(task.attributes.get('run_on_hg_branches', ['all'])) 117 return match_run_on_hg_branches(parameters['hg_branch'], run_on_hg_branches)
|
/dports/www/firefox/firefox-99.0/taskcluster/gecko_taskgraph/ |
H A D | target_tasks.py | 102 run_on_hg_branches = set(task.attributes.get("run_on_hg_branches", ["all"])) 103 return match_run_on_hg_branches(parameters["hg_branch"], run_on_hg_branches)
|
/dports/www/firefox-esr/firefox-91.8.0/taskcluster/taskgraph/ |
H A D | target_tasks.py | 102 run_on_hg_branches = set(task.attributes.get("run_on_hg_branches", ["all"])) 103 return match_run_on_hg_branches(parameters["hg_branch"], run_on_hg_branches)
|
/dports/mail/thunderbird/thunderbird-91.8.0/taskcluster/taskgraph/ |
H A D | target_tasks.py | 102 run_on_hg_branches = set(task.attributes.get("run_on_hg_branches", ["all"])) 103 return match_run_on_hg_branches(parameters["hg_branch"], run_on_hg_branches)
|
/dports/lang/spidermonkey60/firefox-60.9.0/taskcluster/docs/ |
H A D | attributes.rst | 40 run_on_hg_branches chapter
|
/dports/lang/spidermonkey78/firefox-78.9.0/taskcluster/docs/ |
H A D | attributes.rst | 72 run_on_hg_branches chapter
|
/dports/www/firefox-esr/firefox-91.8.0/taskcluster/docs/ |
H A D | attributes.rst | 73 run_on_hg_branches chapter
|
/dports/www/firefox/firefox-99.0/taskcluster/docs/ |
H A D | attributes.rst | 72 run_on_hg_branches chapter
|
/dports/mail/thunderbird/thunderbird-91.8.0/taskcluster/docs/ |
H A D | attributes.rst | 73 run_on_hg_branches chapter
|