⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 243822 in webkit


Ignore:
Timestamp:
Apr 3, 2019, 1:13:42 PM (7 years ago)
Author:
aakash_jain@apple.com
Message:

[ews-build] Use https for sending data to ews-app
https://bugs.webkit.org/show_bug.cgi?id=196492

Reviewed by Lucas Forschler.

  • BuildSlaveSupport/ews-build/events.py:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/ews-build/events.py

    r243716 r243822  
    7373class Events(service.BuildbotService):
    7474
    75     EVENT_SERVER_ENDPOINT = 'http://ews.webkit.org/results/'
     75    EVENT_SERVER_ENDPOINT = 'https://ews.webkit.org/results/'
    7676
    7777    def __init__(self, master_hostname, type_prefix='', name='Events'):
  • trunk/Tools/ChangeLog

    r243819 r243822  
     12019-04-03  Aakash Jain  <aakash_jain@apple.com>
     2
     3        [ews-build] Use https for sending data to ews-app
     4        https://bugs.webkit.org/show_bug.cgi?id=196492
     5
     6        Reviewed by Lucas Forschler.
     7
     8        * BuildSlaveSupport/ews-build/events.py:
     9
    1102019-04-03  Myles C. Maxfield  <mmaxfield@apple.com>
    211
Note: See TracChangeset for help on using the changeset viewer.