/netbsd-src/external/gpl3/gcc/dist/maintainer-scripts/ |
H A D | branch_changer.py | 110 def update_summary(self, api_key, doit): argument 121 self.modify_bug(api_key, {'summary': new_summary}, doit) 126 …def change_milestone(self, api_key, old_milestone, new_milestone, comment, new_fail_version, doit): argument 153 self.modify_bug(api_key, args, doit) 176 def modify_bug(self, api_key, params, doit): argument 181 'api_key': api_key} 196 def get_bugs(api_key, query): argument 202 def search(api_key, remove, add, limit, doit): argument 203 …bugs = Bug.get_bugs(api_key, {'api_key': api_key, 'summary': search_summary, 'bug_status': statuse… 213 if bug.update_summary(api_key, doit): [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/maintainer-scripts/ |
H A D | branch_changer.py | 96 def update_summary(self, api_key, doit): argument 102 self.modify_bug(api_key, {'summary': new_summary}, doit) 108 …def change_milestone(self, api_key, old_milestone, new_milestone, comment, new_fail_version, doit): argument 134 self.modify_bug(api_key, args, doit) 151 def modify_bug(self, api_key, params, doit): argument 156 'api_key': api_key } 171 def get_bugs(api_key, query): argument 176 def search(api_key, remove, add, limit, doit): argument 177 …bugs = Bug.get_bugs(api_key, {'api_key': api_key, 'summary': search_summary, 'bug_status': statuse… 187 if bug.update_summary(api_key, doit): [all …]
|
H A D | bugzilla-close-candidate.py | 50 def get_bugs(api_key, query): argument 55 def search(api_key): argument 61 …bugs = get_bugs(api_key, {'api_key': api_key, 'bug_status': statuses, 'limit': chunk, 'offset': i … 69 r = requests.get(u, params = {'api_key': api_key} ).json() 96 search(args.api_key)
|
/netbsd-src/external/gpl3/gcc/dist/contrib/ |
H A D | mark_spam.py | 30 def mark_as_spam(id, api_key, verbose): argument 50 'api_key': api_key, 74 … r = requests.put(u2, json = {'comment_id': comment_id, 'add': ['spam'], 'api_key': api_key}) 91 'api_key': api_key}) 112 mark_as_spam(id, args.api_key, args.verbose)
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
H A D | mark_spam.py | 30 def mark_as_spam(id, api_key, verbose): argument 50 'api_key': api_key, 74 … r = requests.put(u2, json = {'comment_id': comment_id, 'add': ['spam'], 'api_key': api_key}) 91 'api_key': api_key}) 112 mark_as_spam(id, args.api_key, args.verbose)
|