Searched refs:old_milestone (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/maintainer-scripts/ |
H A D | branch_changer.py | 126 …def change_milestone(self, api_key, old_milestone, new_milestone, comment, new_fail_version, doit): argument 127 old_major = Bug.get_major_version(old_milestone) 134 … print(' changing target milestone: "%s" to "%s" (same branch)' % (old_milestone, new_milestone)) 138 % (old_milestone, new_milestone)) 221 def replace_milestone(api_key, limit, old_milestone, new_milestone, comment, add_known_to_fail, doi… argument 222 ….get_bugs(api_key, {'api_key': api_key, 'bug_status': statuses, 'target_milestone': old_milestone}) 226 … if bug.change_milestone(api_key, old_milestone, new_milestone, comment, add_known_to_fail, doit):
|
/netbsd-src/external/gpl3/gcc.old/dist/maintainer-scripts/ |
H A D | branch_changer.py | 108 …def change_milestone(self, api_key, old_milestone, new_milestone, comment, new_fail_version, doit): argument 109 old_major = Bug.get_major_version(old_milestone) 116 … print(' changing target milestone: "%s" to "%s" (same branch)' % (old_milestone, new_milestone)) 119 …target milestone: "%s" to "%s" (regresses with the new milestone)' % (old_milestone, new_milestone… 194 def replace_milestone(api_key, limit, old_milestone, new_milestone, comment, add_known_to_fail, doi… argument 195 ….get_bugs(api_key, {'api_key': api_key, 'bug_status': statuses, 'target_milestone': old_milestone}) 199 … if bug.change_milestone(api_key, old_milestone, new_milestone, comment, add_known_to_fail, doit):
|