Bug 27083 - bugzilla.py: Clean up bug_server use
Summary: bugzilla.py: Clean up bug_server use
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-08 10:46 PDT by David Kilzer (:ddkilzer)
Modified: 2009-07-08 14:25 PDT (History)
1 user (show)

See Also:


Attachments
bugzilla.py: Clean up bug_server use (2.49 KB, patch)
2009-07-08 10:46 PDT, David Kilzer (:ddkilzer)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2009-07-08 10:46:54 PDT
Created attachment 32459 [details]
        bugzilla.py: Clean up bug_server use

Reviewed by NOBODY (OOPS!).

        * Scripts/modules/bugzilla.py:
        (Bugzilla.fetch_bug_ids_from_commit_queue): Use bug_server
        instead of hard-coding the URL.
        (Bugzilla.authenticate): Remove extra '/' before URL path.
        (Bugzilla.add_patch_to_bug): Ditto.
---
 2 files changed, 15 insertions(+), 3 deletions(-)
Comment 1 David Kilzer (:ddkilzer) 2009-07-08 14:23:11 PDT
$ git svn dcommit
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	WebKitTools/ChangeLog
	M	WebKitTools/Scripts/modules/bugzilla.py
Committed r45638

<http://trac.webkit.org/changeset/45638>
Comment 2 Eric Seidel (no email) 2009-07-08 14:25:08 PDT
Thanks!