Home
last modified time | relevance | path

Searched refs:api_key (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/maintainer-scripts/
H A Dbranch_changer.py110 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 Dbranch_changer.py96 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 Dbugzilla-close-candidate.py50 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 Dmark_spam.py30 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 Dmark_spam.py30 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)