Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/release/
H A Dmerge-request.sh25 bugzilla_url="https://bugs.llvm.org/xmlrpc.cgi"
149 BUGZILLA_CMD="$BUGZILLA_BIN --bugzilla=$bugzilla_url"
/netbsd-src/external/gpl3/gdb/dist/contrib/
H A Dmklog.py49 bugzilla_url = 'https://gcc.gnu.org/bugzilla/rest.cgi/bug?id=%s&' \ variable
114 r = requests.get(bugzilla_url % id)
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dmklog.py55 bugzilla_url = 'https://gcc.gnu.org/bugzilla/rest.cgi/bug?id=%s&' \ variable
125 r = requests.get(bugzilla_url % pr_id)
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dmklog.py59 bugzilla_url = 'https://gcc.gnu.org/bugzilla/rest.cgi/bug?id=%s&' \ variable
129 r = requests.get(bugzilla_url % pr_id)
H A DChangeLog319 * mklog.py (bugzilla_url): Fetch also component.