A bit of a niche use-case for some of Apple's automated infrastructure.
<rdar://problem/73369338>
Created attachment 417908 [details] Patch
Comment on attachment 417908 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=417908&action=review > Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py:320 > + parts = line.split('/') is it reliable way to depend on the line containing certain number of slashes. Can we explicitly read index/index-url from the file?
maybe using a regex starting with https://
(In reply to Aakash Jain from comment #4) > maybe using a regex starting with https:// Will replace this with a regex.
Created attachment 417919 [details] Patch for landing
Committed r271630: <https://trac.webkit.org/changeset/271630> All reviewed patches have been landed. Closing bug and clearing flags on attachment 417919 [details].
Reopening to attach new patch.
Created attachment 417969 [details] Patch for landing
Committed r271649: <https://trac.webkit.org/changeset/271649>