WebKit Bugzilla
Attachment 358519 Details for
Bug 193193
: [ews-build] Use https for ews-build server
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
ews-build-https.patch (text/plain), 1.04 KB, created by
Aakash Jain
on 2019-01-07 13:11:43 PST
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Aakash Jain
Created:
2019-01-07 13:11:43 PST
Size:
1.04 KB
patch
obsolete
>Index: Tools/ChangeLog >=================================================================== >--- Tools/ChangeLog (revision 239670) >+++ Tools/ChangeLog (working copy) >@@ -1,3 +1,12 @@ >+2019-01-07 Aakash Jain <aakash_jain@apple.com> >+ >+ [ews-build] Use https for ews-build server >+ https://bugs.webkit.org/show_bug.cgi?id=193193 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * BuildSlaveSupport/ews-build/steps.py: >+ > 2019-01-06 Fujii Hironori <Hironori.Fujii@sony.com> > > [Win][Clang] Fix compilation warnings of MiniBrowser >Index: Tools/BuildSlaveSupport/ews-build/steps.py >=================================================================== >--- Tools/BuildSlaveSupport/ews-build/steps.py (revision 239670) >+++ Tools/BuildSlaveSupport/ews-build/steps.py (working copy) >@@ -31,7 +31,7 @@ import re > import requests > > BUG_SERVER_URL = 'https://bugs.webkit.org/' >-EWS_URL = 'http://ews-build.webkit-uat.org/' >+EWS_URL = 'https://ews-build.webkit-uat.org/' > WithProperties = properties.WithProperties > Interpolate = properties.Interpolate >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 193193
: 358519