Chromium Code Reviews
DescriptionBugfixing URL construction for extract build step
On Windows, if the value for the --build-url argument doesn't include
the filename, auto-generation of the filename ends up adding a backslash
due to use of os.path.join in the construction of the URL. This bugfix
simply changes it to use a forward slash, which should always be correct
for URLs.
BUG=none (but it breaks the ChromiumWebRTC waterfall)
TEST=Successsfully executed extract_build step on a slave with local
modifications to this script.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=175507
Patch Set 1 #Patch Set 2 : using urlparse.urljoin + added unit test #Patch Set 3 : Removing urlparse + fix build_properties use #
Total comments: 9
Patch Set 4 : Updated after review #Patch Set 5 : Rebased #
Messages
Total messages: 13 (0 generated)
|
|||||||||||||||||||||||||||||||||||||