[webkit-dev] Jonathan Bedard is now a WebKit Reviewer!

2019-05-08 Thread Lucas Forschler
Hello all!

I would like to announce that Jonathan Bedard is now a WebKit Reviewer. 
Jonathan goes by ‘jbedard’ on #webkit.
His expertise is tools, infrastructure, and webkitpy.

Please join me in congratulation him, and feel free to send patches his way!

 Congratulations Jonathan! 

~Lucas

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Windows EWS moving to Win10

2019-04-30 Thread Lucas Forschler
Hello all,

I’m in the processing of upgrading the Windows 7 EWS bots to Windows 10. If you 
notice any unusual failures, please let me know.

Thanks,
Lucas


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Spam and indexing

2019-03-28 Thread Lucas Forschler


> On Mar 28, 2019, at 2:10 PM, Konstantin Tokarev  wrote:
> 
> 
> 
> 28.03.2019, 23:58, "Alexey Proskuryakov"  >:
>> Hello,
>> 
>> The robots.txt file that we have on bugs.webkit.org 
>>  currently allows search engines access to 
>> individual bug pages, but not to any bug lists. As a result, search engines 
>> and the Internet Archive only index bugs that were filed before robots.txt 
>> changes a few years ago, and bugs that are directly linked from webpages 
>> elsewhere. These bugs are where most spam content naturally ends up on.
>> 
>> This is quite wrong, as indexing just a subset of bugs is not beneficial to 
>> anyone other than spammers. So we can go in either direction:
>> 
>> 1. Allow indexers to enumerate bugs, thus indexing all of them.
>> 
>> Seems reasonable that people should be able to find bugs using search 
>> engines.
> 
> Yes, and it may give better result even than searching bugzilla directly
> 
>> On the other hand, we'll need to do something to ensure that indexers don't 
>> destroy Bugzilla performance,
> 
> This can be solved by caching
> 
>> and of course spammers will love having more flexibility.
> 
> rel="nofollow" on all links in comments should be enough to make spamming 
> useless

Theoretically yes… but a couple google searches say it doesn’t make a 
difference. Here is one of many
https://www.seroundtable.com/google-nofollow-link-attribute-failed-comments-26959.html
 


I expect that spammers don’t reply care if they get a nofollow or not, they are 
mostly un-manned scripts anyway.

I’m not opposed to adding this, I just don’t expect it will solve the problem. 
We could measure and see.
Lucas


> 
>> 
>> 2. Block indexing completely.
>> 
>> Seems like no one was bothered by lack of indexing on new bugs so far.
> 
> That's survival bias - if nobody can find relevant bugs, nobody will ever 
> complain
> 
>> 
>> Thoughts?
>> 
>> For reference, here is the current robots.txt content:
>> 
>> $ curl https://bugs.webkit.org/robots.txt
>> User-agent: *
>> Allow: /index.cgi
>> Allow: /show_bug.cgi
>> Disallow: /
>> Crawl-delay: 20
>> 
>> - Alexey
>> - Alexey
>> 
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
> 
> -- 
> Regards,
> Konstantin
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org 
> https://lists.webkit.org/mailman/listinfo/webkit-dev 
> 
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Updated WebKit components

2019-02-06 Thread Lucas Forschler
Hello all,

Here is a list of recent updates made to the WebKit Bugzilla components:

Added a Compositing component: Bugs related to layerization for transforms, 
video, scrolling etc
Added a Scrolling component: Bugs related to main thread and off-main thread 
scrolling
Added a DOM component and combined all bugs from XML DOM, HTML DOM, and HTML 
Events into it. 
Removed XML DOM, HTML DOM, HTML Events components.
Renamed Event Handling to “UI Events: For bugs related to user interactions 
like keyboard, mouse, and touch events”
Renamed WebKit Gtk to WebKitGTK+
Renamed WebKit WPE to WPE WebKit
Renamed Media Elements to Media

Please let me know if you have any questions or concerns

Thanks,
Lucas

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Rename Bugzilla's "WebKit2" component to "WebKit Process Model"

2019-02-06 Thread Lucas Forschler
Thanks Ryosuke,

I’d be in favor of adding a Bugzilla component “WebKit Process Model”
I believe Simon has also asked for a WKWebView component. (WKWebView 
viewport/tiling/animated resize issues)

Would the two of these components be sufficient to replace WebKit2?

Lucas


> On Feb 1, 2019, at 11:57 AM, Ryosuke Niwa  wrote:
> 
> Hm... I think WebKit2 component is currently used to implement both WebKit 
> Process Model as well as WKWebView / WebKit2 API.
> 
> So we probably need to split it into multiple components, one of which is 
> WebKit Process Model.
> 
> - R. Niwa
> On Fri, Feb 1, 2019 at 10:27 AM Lucas Forschler  <mailto:lforsch...@apple.com>> wrote:
> Hello all,
> 
> I am modernizing/cleaning up our Bugzilla component names. The first one I’d 
> to rename is the WebKit2 component. I would like to rename this component to 
> “WebKit Process Model”. 
> 
> Are there any objections or concerns with this rename?
> 
> Thanks,
> Lucas
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org <mailto:webkit-dev@lists.webkit.org>
> https://lists.webkit.org/mailman/listinfo/webkit-dev 
> <https://lists.webkit.org/mailman/listinfo/webkit-dev>

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Bugs.webkit.org new WebKit component: HTML DOM & XML DOM -> DOM

2019-02-06 Thread Lucas Forschler
Hello WebKit,

I am combining the HTML DOM and XML DOM WebKit components on bugs.webkit.org 
 into a single “DOM” component.
I’ve renamed HTML DOM to DOM, and moved XML DOM bugs into it. Unfortunately 
this may have sent a substantial amount of emails.

Please accept my apology as I look for a way to prevent this for the next 
update.

Lucas

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] More suggested Bugzilla component renames

2019-02-05 Thread Lucas Forschler
Done!
Lucas


> On Feb 1, 2019, at 4:12 PM, Michael Catanzaro  wrote:
> 
> WebKit Gtk -> WebKitGTK+ (or just WebKitGTK if the + is not allowed)
> WebKit WPE -> WPE WebKit
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Rename Bugzilla component "ANGLE" to "WebGL"

2019-02-01 Thread Lucas Forschler
I just realized we already have a WebGL Bugzilla component. So I propose 
deprecating the ANGLE component, and using WebGL moving forward.

> On Feb 1, 2019, at 10:47 AM, Lucas Forschler  wrote:
> 
> Hello all,
> 
> I would like to rename the Bugzilla component “ANGLE” to “WebGL”.
> 
> Are there any objections or concerns with this rename?
> 
> Thanks,
> Lucas
> 
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Rename Bugzilla Component "Media Elements" to "Media"

2019-02-01 Thread Lucas Forschler
Hello all,

I propose renaming the Bugzilla component “Media Elements” to “Media”.

Are there any objections or concerns with this rename?

Thanks,
Lucas
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Rename Bugzilla component "ANGLE" to "WebGL"

2019-02-01 Thread Lucas Forschler
Hello all,

I would like to rename the Bugzilla component “ANGLE” to “WebGL”.

Are there any objections or concerns with this rename?

Thanks,
Lucas


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Rename Bugzilla's "WebKit2" component to "WebKit Process Model"

2019-02-01 Thread Lucas Forschler
Hello all,

I am modernizing/cleaning up our Bugzilla component names. The first one I’d to 
rename is the WebKit2 component. I would like to rename this component to 
“WebKit Process Model”. 

Are there any objections or concerns with this rename?

Thanks,
Lucas

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] bugs.webkit.org partially broken

2019-01-17 Thread Lucas Forschler
This should be back online now. Please let us know if you see any problems.
Lucas


> On Jan 17, 2019, at 3:17 PM, Lucas Forschler  wrote:
> 
> Hello everyone,
> 
> Updating some packages on bug.webkit.org <http://bug.webkit.org/> has caused 
> a problem with reviewing patches.
> We are currently attempting to roll them back.
> 
> Thanks,
> Lucas
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] bugs.webkit.org partially broken

2019-01-17 Thread Lucas Forschler
Hello everyone,

Updating some packages on bug.webkit.org  has caused a 
problem with reviewing patches.
We are currently attempting to roll them back.

Thanks,
Lucas

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Planned Maintenance: svn.webkit.org downtime Oct 12-14

2018-10-15 Thread Lucas Forschler
Good morning WebKit.

We are still working through our infrastructure changes and have a few more 
things to validate before opening up the svn repository.
I will update this thread as we make progress.

Thanks for your patience.
Lucas


> On Oct 12, 2018, at 3:42 PM, Lucas Forschler  wrote:
> 
> Notice:
> 
> svn.webkit.org <http://svn.webkit.org/> will be put into read only mode at 
> 5pm PST. 
> I’ll follow-up with an “all clear” when things are back online.
> 
> Thanks for your patience.
> Lucas
> 
> 
>> On Oct 11, 2018, at 3:56 PM, Lucas Forschler > <mailto:lforsch...@apple.com>> wrote:
>> 
>> Another friendly reminder that we’ll be putting svn.webkit.org 
>> <http://svn.webkit.org/> into read-only mode around 5pm PST tomorrow, Friday 
>> October 12th.
>> Thanks!
>> Lucas
>> 
>> 
>>> On Oct 4, 2018, at 4:30 PM, Lucas Forschler >> <mailto:lforsch...@apple.com>> wrote:
>>> 
>>> 
>>> 
>>>> On Oct 4, 2018, at 4:27 PM, Lucas Forschler >>> <mailto:lforsch...@apple.com>> wrote:
>>>> 
>>>> Hello everyone!
>>>> 
>>>> Just a quick friendly reminder that our planned maintenance will be 
>>>> happing next week, a week from today! 
>>> 
>>> Hah!  It’s not Friday yet!
>>> A week from TOMORROW, PST timezone.
>>> 
>>>> 
>>>> As always, send a note if you have any questions or concerns.
>>>> 
>>>> Thanks!
>>>> Lucas
>>>> 
>>>> 
>>>>> On Sep 26, 2018, at 8:38 AM, Lucas Forschler >>>> <mailto:lforsch...@apple.com>> wrote:
>>>>> 
>>>>> Hello WebKit:
>>>>> 
>>>>> We are planning maintenance to our webkit.org <http://webkit.org/> 
>>>>> continuous integration infrastructure over the weekend of Oct 12th. The 
>>>>> last time we had a lengthy outage, many regressions crept into the tree 
>>>>> and it took a while to get them all resolved. Therefore, starting at 5pm 
>>>>> on Friday October 12th (PST), svn.webkit.org <http://svn.webkit.org/> 
>>>>> will be made read only for the duration of the maintenance.
>>>>> 
>>>>> I apologize for the downtime and inconvenience. We are doing our best to 
>>>>> keep it as short as possible and over a weekend/non-core hours. We 
>>>>> anticipate having everything back online under normal operation before 
>>>>> Monday, Oct 15th at 8am, PST. 
>>>>> 
>>>>> I will reply to this email when svn is back open for business.
>>>>> 
>>>>> Please email ad...@webkit.org <mailto:ad...@webkit.org> if you have any 
>>>>> questions or concerns
>>>>> 
>>>>> Thanks,
>>>>> Lucas
>>>>> 
>>>>> 
>>>>> 
>>>>>> On Aug 26, 2018, at 5:33 PM, Lucas Forschler >>>>> <mailto:lforsch...@apple.com>> wrote:
>>>>>> 
>>>>>> Hello everyone,
>>>>>> 
>>>>>> I’m happy to announce the WebKit repository is open for commits. Please 
>>>>>> let me know if you run into any issues.
>>>>>> 
>>>>>> There will be a followup maintenance period sometime in the future. I 
>>>>>> will communicate details in advance.
>>>>>> 
>>>>>> Thanks for your patience,
>>>>>> Lucas
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>>> On Aug 24, 2018, at 5:01 PM, Lucas Forschler >>>>>> <mailto:lforsch...@apple.com>> wrote:
>>>>>>> 
>>>>>>> svn.webkit.org <http://svn.webkit.org/> is closed now closed for 
>>>>>>> commits. 
>>>>>>> 
>>>>>>> Thanks!
>>>>>>> Lucas
>>>>>>> 
>>>>>>> 
>>>>>>>> On Aug 23, 2018, at 1:02 PM, Lucas Forschler >>>>>>> <mailto:lforsch...@apple.com>> wrote:
>>>>>>>> 
>>>>>>>> Friendly reminder:
>>>>>>>> 
>>>>>>>> svn.webkit.org <http://svn.webkit.org/> will be made read-only for a 
>>>>>>>> maintenance window starting at 5pm on Friday August 24th (PST).
&

Re: [webkit-dev] Planned Maintenance: svn.webkit.org downtime Oct 12-14

2018-10-12 Thread Lucas Forschler
Notice:

svn.webkit.org <http://svn.webkit.org/> will be put into read only mode at 5pm 
PST. 
I’ll follow-up with an “all clear” when things are back online.

Thanks for your patience.
Lucas


> On Oct 11, 2018, at 3:56 PM, Lucas Forschler  wrote:
> 
> Another friendly reminder that we’ll be putting svn.webkit.org 
> <http://svn.webkit.org/> into read-only mode around 5pm PST tomorrow, Friday 
> October 12th.
> Thanks!
> Lucas
> 
> 
>> On Oct 4, 2018, at 4:30 PM, Lucas Forschler > <mailto:lforsch...@apple.com>> wrote:
>> 
>> 
>> 
>>> On Oct 4, 2018, at 4:27 PM, Lucas Forschler >> <mailto:lforsch...@apple.com>> wrote:
>>> 
>>> Hello everyone!
>>> 
>>> Just a quick friendly reminder that our planned maintenance will be happing 
>>> next week, a week from today! 
>> 
>> Hah!  It’s not Friday yet!
>> A week from TOMORROW, PST timezone.
>> 
>>> 
>>> As always, send a note if you have any questions or concerns.
>>> 
>>> Thanks!
>>> Lucas
>>> 
>>> 
>>>> On Sep 26, 2018, at 8:38 AM, Lucas Forschler >>> <mailto:lforsch...@apple.com>> wrote:
>>>> 
>>>> Hello WebKit:
>>>> 
>>>> We are planning maintenance to our webkit.org <http://webkit.org/> 
>>>> continuous integration infrastructure over the weekend of Oct 12th. The 
>>>> last time we had a lengthy outage, many regressions crept into the tree 
>>>> and it took a while to get them all resolved. Therefore, starting at 5pm 
>>>> on Friday October 12th (PST), svn.webkit.org <http://svn.webkit.org/> will 
>>>> be made read only for the duration of the maintenance.
>>>> 
>>>> I apologize for the downtime and inconvenience. We are doing our best to 
>>>> keep it as short as possible and over a weekend/non-core hours. We 
>>>> anticipate having everything back online under normal operation before 
>>>> Monday, Oct 15th at 8am, PST. 
>>>> 
>>>> I will reply to this email when svn is back open for business.
>>>> 
>>>> Please email ad...@webkit.org <mailto:ad...@webkit.org> if you have any 
>>>> questions or concerns
>>>> 
>>>> Thanks,
>>>> Lucas
>>>> 
>>>> 
>>>> 
>>>>> On Aug 26, 2018, at 5:33 PM, Lucas Forschler >>>> <mailto:lforsch...@apple.com>> wrote:
>>>>> 
>>>>> Hello everyone,
>>>>> 
>>>>> I’m happy to announce the WebKit repository is open for commits. Please 
>>>>> let me know if you run into any issues.
>>>>> 
>>>>> There will be a followup maintenance period sometime in the future. I 
>>>>> will communicate details in advance.
>>>>> 
>>>>> Thanks for your patience,
>>>>> Lucas
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>>> On Aug 24, 2018, at 5:01 PM, Lucas Forschler >>>>> <mailto:lforsch...@apple.com>> wrote:
>>>>>> 
>>>>>> svn.webkit.org <http://svn.webkit.org/> is closed now closed for 
>>>>>> commits. 
>>>>>> 
>>>>>> Thanks!
>>>>>> Lucas
>>>>>> 
>>>>>> 
>>>>>>> On Aug 23, 2018, at 1:02 PM, Lucas Forschler >>>>>> <mailto:lforsch...@apple.com>> wrote:
>>>>>>> 
>>>>>>> Friendly reminder:
>>>>>>> 
>>>>>>> svn.webkit.org <http://svn.webkit.org/> will be made read-only for a 
>>>>>>> maintenance window starting at 5pm on Friday August 24th (PST).
>>>>>>> 
>>>>>>> Thanks!
>>>>>>> Lucas
>>>>>>> 
>>>>>>> 
>>>>>>>> On Aug 21, 2018, at 4:24 PM, Lucas Forschler >>>>>>> <mailto:lforsch...@apple.com>> wrote:
>>>>>>>> 
>>>>>>>> Hello WebKit Developers!
>>>>>>>> 
>>>>>>>> We are planning maintenance to our webkit.org <http://webkit.org/> 
>>>>>>>> continuous integration infrastructure this weekend. The last time we 
>>>>>>>> had a lengthy outage, many regressions crept into the tree and it took 
>>>

Re: [webkit-dev] Planned Maintenance: svn.webkit.org downtime Oct 12-14

2018-10-04 Thread Lucas Forschler


> On Oct 4, 2018, at 4:27 PM, Lucas Forschler  wrote:
> 
> Hello everyone!
> 
> Just a quick friendly reminder that our planned maintenance will be happing 
> next week, a week from today! 

Hah!  It’s not Friday yet!
A week from TOMORROW, PST timezone.

> 
> As always, send a note if you have any questions or concerns.
> 
> Thanks!
> Lucas
> 
> 
>> On Sep 26, 2018, at 8:38 AM, Lucas Forschler > <mailto:lforsch...@apple.com>> wrote:
>> 
>> Hello WebKit:
>> 
>> We are planning maintenance to our webkit.org <http://webkit.org/> 
>> continuous integration infrastructure over the weekend of Oct 12th. The last 
>> time we had a lengthy outage, many regressions crept into the tree and it 
>> took a while to get them all resolved. Therefore, starting at 5pm on Friday 
>> October 12th (PST), svn.webkit.org <http://svn.webkit.org/> will be made 
>> read only for the duration of the maintenance.
>> 
>> I apologize for the downtime and inconvenience. We are doing our best to 
>> keep it as short as possible and over a weekend/non-core hours. We 
>> anticipate having everything back online under normal operation before 
>> Monday, Oct 15th at 8am, PST. 
>> 
>> I will reply to this email when svn is back open for business.
>> 
>> Please email ad...@webkit.org <mailto:ad...@webkit.org> if you have any 
>> questions or concerns
>> 
>> Thanks,
>> Lucas
>> 
>> 
>> 
>>> On Aug 26, 2018, at 5:33 PM, Lucas Forschler >> <mailto:lforsch...@apple.com>> wrote:
>>> 
>>> Hello everyone,
>>> 
>>> I’m happy to announce the WebKit repository is open for commits. Please let 
>>> me know if you run into any issues.
>>> 
>>> There will be a followup maintenance period sometime in the future. I will 
>>> communicate details in advance.
>>> 
>>> Thanks for your patience,
>>> Lucas
>>> 
>>> 
>>> 
>>> 
>>>> On Aug 24, 2018, at 5:01 PM, Lucas Forschler >>> <mailto:lforsch...@apple.com>> wrote:
>>>> 
>>>> svn.webkit.org <http://svn.webkit.org/> is closed now closed for commits. 
>>>> 
>>>> Thanks!
>>>> Lucas
>>>> 
>>>> 
>>>>> On Aug 23, 2018, at 1:02 PM, Lucas Forschler >>>> <mailto:lforsch...@apple.com>> wrote:
>>>>> 
>>>>> Friendly reminder:
>>>>> 
>>>>> svn.webkit.org <http://svn.webkit.org/> will be made read-only for a 
>>>>> maintenance window starting at 5pm on Friday August 24th (PST).
>>>>> 
>>>>> Thanks!
>>>>> Lucas
>>>>> 
>>>>> 
>>>>>> On Aug 21, 2018, at 4:24 PM, Lucas Forschler >>>>> <mailto:lforsch...@apple.com>> wrote:
>>>>>> 
>>>>>> Hello WebKit Developers!
>>>>>> 
>>>>>> We are planning maintenance to our webkit.org <http://webkit.org/> 
>>>>>> continuous integration infrastructure this weekend. The last time we had 
>>>>>> a lengthy outage, many regressions crept into the tree and it took a 
>>>>>> while to get them all resolved. Therefore, starting at 5pm on Friday 
>>>>>> August 24th (PST), svn.webkit.org <http://svn.webkit.org/> will be made 
>>>>>> read only for the duration of the maintenance.
>>>>>> 
>>>>>> I apologize for the downtime and inconvenience. We are doing our best to 
>>>>>> keep it as short as possible and over a weekend/non-core hours. We 
>>>>>> anticipate having everything back online under normal operation before 
>>>>>> Monday at 8am, PST. 
>>>>>> 
>>>>>> I will reply to this email when svn is back open for business.
>>>>>> 
>>>>>> Please email ad...@webkit.org <mailto:ad...@webkit.org> if you have any 
>>>>>> questions or concerns.
>>>>>> 
>>>>>> Thanks,
>>>>>> Lucas
>>>>>> ___
>>>>>> webkit-dev mailing list
>>>>>> webkit-dev@lists.webkit.org <mailto:webkit-dev@lists.webkit.org>
>>>>>> https://lists.webkit.org/mailman/listinfo/webkit-dev 
>>>>>> <https://lists.webkit.org/mailman/listinfo/webkit-dev>
>>>>> 
>

[webkit-dev] Planned Maintenance: svn.webkit.org downtime Oct 12-14

2018-09-26 Thread Lucas Forschler
Hello WebKit:

We are planning maintenance to our webkit.org continuous integration 
infrastructure over the weekend of Oct 12th. The last time we had a lengthy 
outage, many regressions crept into the tree and it took a while to get them 
all resolved. Therefore, starting at 5pm on Friday October 12th (PST), 
svn.webkit.org will be made read only for the duration of the maintenance.

I apologize for the downtime and inconvenience. We are doing our best to keep 
it as short as possible and over a weekend/non-core hours. We anticipate having 
everything back online under normal operation before Monday, Oct 15th at 8am, 
PST. 

I will reply to this email when svn is back open for business.

Please email ad...@webkit.org if you have any questions or concerns

Thanks,
Lucas



> On Aug 26, 2018, at 5:33 PM, Lucas Forschler  wrote:
> 
> Hello everyone,
> 
> I’m happy to announce the WebKit repository is open for commits. Please let 
> me know if you run into any issues.
> 
> There will be a followup maintenance period sometime in the future. I will 
> communicate details in advance.
> 
> Thanks for your patience,
> Lucas
> 
> 
> 
> 
>> On Aug 24, 2018, at 5:01 PM, Lucas Forschler > <mailto:lforsch...@apple.com>> wrote:
>> 
>> svn.webkit.org <http://svn.webkit.org/> is closed now closed for commits. 
>> 
>> Thanks!
>> Lucas
>> 
>> 
>>> On Aug 23, 2018, at 1:02 PM, Lucas Forschler >> <mailto:lforsch...@apple.com>> wrote:
>>> 
>>> Friendly reminder:
>>> 
>>> svn.webkit.org <http://svn.webkit.org/> will be made read-only for a 
>>> maintenance window starting at 5pm on Friday August 24th (PST).
>>> 
>>> Thanks!
>>> Lucas
>>> 
>>> 
>>>> On Aug 21, 2018, at 4:24 PM, Lucas Forschler >>> <mailto:lforsch...@apple.com>> wrote:
>>>> 
>>>> Hello WebKit Developers!
>>>> 
>>>> We are planning maintenance to our webkit.org <http://webkit.org/> 
>>>> continuous integration infrastructure this weekend. The last time we had a 
>>>> lengthy outage, many regressions crept into the tree and it took a while 
>>>> to get them all resolved. Therefore, starting at 5pm on Friday August 24th 
>>>> (PST), svn.webkit.org <http://svn.webkit.org/> will be made read only for 
>>>> the duration of the maintenance.
>>>> 
>>>> I apologize for the downtime and inconvenience. We are doing our best to 
>>>> keep it as short as possible and over a weekend/non-core hours. We 
>>>> anticipate having everything back online under normal operation before 
>>>> Monday at 8am, PST. 
>>>> 
>>>> I will reply to this email when svn is back open for business.
>>>> 
>>>> Please email ad...@webkit.org <mailto:ad...@webkit.org> if you have any 
>>>> questions or concerns.
>>>> 
>>>> Thanks,
>>>> Lucas
>>>> ___
>>>> webkit-dev mailing list
>>>> webkit-dev@lists.webkit.org <mailto:webkit-dev@lists.webkit.org>
>>>> https://lists.webkit.org/mailman/listinfo/webkit-dev 
>>>> <https://lists.webkit.org/mailman/listinfo/webkit-dev>
>>> 
>>> ___
>>> webkit-dev mailing list
>>> webkit-dev@lists.webkit.org <mailto:webkit-dev@lists.webkit.org>
>>> https://lists.webkit.org/mailman/listinfo/webkit-dev 
>>> <https://lists.webkit.org/mailman/listinfo/webkit-dev>
>> 
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org <mailto:webkit-dev@lists.webkit.org>
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] : Planned Maintenance: svn.webkit.org downtime this weekend

2018-08-26 Thread Lucas Forschler
Hello everyone,

I’m happy to announce the WebKit repository is open for commits. Please let me 
know if you run into any issues.

There will be a followup maintenance period sometime in the future. I will 
communicate details in advance.

Thanks for your patience,
Lucas




> On Aug 24, 2018, at 5:01 PM, Lucas Forschler  wrote:
> 
> svn.webkit.org <http://svn.webkit.org/> is closed now closed for commits. 
> 
> Thanks!
> Lucas
> 
> 
>> On Aug 23, 2018, at 1:02 PM, Lucas Forschler > <mailto:lforsch...@apple.com>> wrote:
>> 
>> Friendly reminder:
>> 
>> svn.webkit.org <http://svn.webkit.org/> will be made read-only for a 
>> maintenance window starting at 5pm on Friday August 24th (PST).
>> 
>> Thanks!
>> Lucas
>> 
>> 
>>> On Aug 21, 2018, at 4:24 PM, Lucas Forschler >> <mailto:lforsch...@apple.com>> wrote:
>>> 
>>> Hello WebKit Developers!
>>> 
>>> We are planning maintenance to our webkit.org <http://webkit.org/> 
>>> continuous integration infrastructure this weekend. The last time we had a 
>>> lengthy outage, many regressions crept into the tree and it took a while to 
>>> get them all resolved. Therefore, starting at 5pm on Friday August 24th 
>>> (PST), svn.webkit.org <http://svn.webkit.org/> will be made read only for 
>>> the duration of the maintenance.
>>> 
>>> I apologize for the downtime and inconvenience. We are doing our best to 
>>> keep it as short as possible and over a weekend/non-core hours. We 
>>> anticipate having everything back online under normal operation before 
>>> Monday at 8am, PST. 
>>> 
>>> I will reply to this email when svn is back open for business.
>>> 
>>> Please email ad...@webkit.org <mailto:ad...@webkit.org> if you have any 
>>> questions or concerns.
>>> 
>>> Thanks,
>>> Lucas
>>> ___
>>> webkit-dev mailing list
>>> webkit-dev@lists.webkit.org <mailto:webkit-dev@lists.webkit.org>
>>> https://lists.webkit.org/mailman/listinfo/webkit-dev 
>>> <https://lists.webkit.org/mailman/listinfo/webkit-dev>
>> 
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org <mailto:webkit-dev@lists.webkit.org>
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Reminder: Planned Maintenance: svn.webkit.org downtime this weekend

2018-08-24 Thread Lucas Forschler
svn.webkit.org <http://svn.webkit.org/> is closed now closed for commits. 

Thanks!
Lucas


> On Aug 23, 2018, at 1:02 PM, Lucas Forschler  wrote:
> 
> Friendly reminder:
> 
> svn.webkit.org <http://svn.webkit.org/> will be made read-only for a 
> maintenance window starting at 5pm on Friday August 24th (PST).
> 
> Thanks!
> Lucas
> 
> 
>> On Aug 21, 2018, at 4:24 PM, Lucas Forschler > <mailto:lforsch...@apple.com>> wrote:
>> 
>> Hello WebKit Developers!
>> 
>> We are planning maintenance to our webkit.org <http://webkit.org/> 
>> continuous integration infrastructure this weekend. The last time we had a 
>> lengthy outage, many regressions crept into the tree and it took a while to 
>> get them all resolved. Therefore, starting at 5pm on Friday August 24th 
>> (PST), svn.webkit.org <http://svn.webkit.org/> will be made read only for 
>> the duration of the maintenance.
>> 
>> I apologize for the downtime and inconvenience. We are doing our best to 
>> keep it as short as possible and over a weekend/non-core hours. We 
>> anticipate having everything back online under normal operation before 
>> Monday at 8am, PST. 
>> 
>> I will reply to this email when svn is back open for business.
>> 
>> Please email ad...@webkit.org <mailto:ad...@webkit.org> if you have any 
>> questions or concerns.
>> 
>> Thanks,
>> Lucas
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org <mailto:webkit-dev@lists.webkit.org>
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Bugzilla component for CMake

2018-08-24 Thread Lucas Forschler
Done!
Lucas


> On Aug 24, 2018, at 5:45 AM, Michael Catanzaro  wrote:
> 
> Bugzilla component for CMake build system changes

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Reminder: Planned Maintenance: svn.webkit.org downtime this weekend

2018-08-23 Thread Lucas Forschler
Friendly reminder:

svn.webkit.org <http://svn.webkit.org/> will be made read-only for a 
maintenance window starting at 5pm on Friday August 24th (PST).

Thanks!
Lucas


> On Aug 21, 2018, at 4:24 PM, Lucas Forschler  wrote:
> 
> Hello WebKit Developers!
> 
> We are planning maintenance to our webkit.org <http://webkit.org/> continuous 
> integration infrastructure this weekend. The last time we had a lengthy 
> outage, many regressions crept into the tree and it took a while to get them 
> all resolved. Therefore, starting at 5pm on Friday August 24th (PST), 
> svn.webkit.org <http://svn.webkit.org/> will be made read only for the 
> duration of the maintenance.
> 
> I apologize for the downtime and inconvenience. We are doing our best to keep 
> it as short as possible and over a weekend/non-core hours. We anticipate 
> having everything back online under normal operation before Monday at 8am, 
> PST. 
> 
> I will reply to this email when svn is back open for business.
> 
> Please email ad...@webkit.org <mailto:ad...@webkit.org> if you have any 
> questions or concerns.
> 
> Thanks,
> Lucas
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Who uses the SVN nightly source snapshot?

2018-01-18 Thread Lucas Forschler
Hello WebKit.

I recently discovered that that SVN nightly snapshot available on 
https://webkit.org/getting-the-code/  was 
out of date. This issue has been corrected. Moving forward, we are considering 
deprecating this feature, especially since a full checkout with a modern SVN 
client is arguably as fast as downloading and extracting.

Please let me know if you use the nightly snapshot, or find it particularly 
valuable.

Thanks,
Lucas

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Hosting precompiled `jsc` binaries for Linux

2017-12-08 Thread Lucas Forschler
Hi Mathias,

Apple does not maintain the linux buildbot infrastructure. We already have all 
necessary support for hosting these archives on s3 (through the WebKit Build 
Archives). The plumbing exists and is functional. It would be up to the port 
maintainers to change their infrastructure to use them. The GTK bots currently 
do extra work to AVOID putting their archives on build.webkit.org 
<http://build.webkit.org/> and S3.  Carlos might be able to speak more to this.

Lucas


> On Dec 8, 2017, at 9:30 AM, Mathias Bynens <m...@google.com> wrote:
> 
> Would Apple be open to providing these downloads directly? Between Igalia, 
> Bocoup, and this thread, there seems to be some demand for it
> 
> On Fri, Dec 8, 2017 at 6:23 PM, Konstantin Tokarev <annu...@yandex.ru 
> <mailto:annu...@yandex.ru>> wrote:
>  
> 08.12.2017, 20:18, "JF Bastien" <j...@chromium.org 
> <mailto:j...@chromium.org>>:
>> Also, as we discussed on the github bug the JSC binary is available as part 
>> of the WebAssembly waterfall that Google maintains at wasm-stat.us 
>> <http://wasm-stat.us/>
>>  
>> The build is pretty straightforward:
>> https://github.com/WebAssembly/waterfall/blob/7cda260b8ea5264900624a4cdc45df2c9e2de010/src/build.py#L943
>>  
>> <https://github.com/WebAssembly/waterfall/blob/7cda260b8ea5264900624a4cdc45df2c9e2de010/src/build.py#L943>
> 
> FWIW, it's easy to extend this script to work for Windows and Linux too by 
> replacing -DPORT=Mac with -DPORT=JSCOnly
>  
>>  
>>  
>> I understand that you've got a policy of only taking "official" binaries. 
>> The GTK team would be the official maintainer of the Linux port? There's an 
>> official jsc binary is available on MacOS :-)
>>  
>>  
>> On Fri, Dec 8, 2017 at 9:07 AM, Lucas Forschler <lforsch...@apple.com 
>> <mailto:lforsch...@apple.com>> wrote:
>> Hi Mathias,
>>  
>> The Linux archives could be exposed on the build-archives page. In fact, we 
>> already store the output of the builders in S3. However, the igalia team 
>> only uploads a small file with a pointer to their internal builds. If I 
>> recall, they have limited bandwidth, and prefer to store their builds behind 
>> their firewall to save on external traffic to buildbot/s3.
>>  
>> If you look here 
>> <https://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20(Build)/builds/7832>
>>  you will see a ‘transfer-to-s3’ build step.
>> The archive the builder creates is uploaded, here is a sample 
>> <https://s3-us-west-2.amazonaws.com/archives.webkit.org/gtk-x86_64-release/225678.zip>.
>>  
>> Opening that up shows the location where the archive is stored:
>> Built product is available here:
>> http://webkitgtk-release.igalia.com/built-products/release_r225678_b7832.zip 
>> <http://webkitgtk-release.igalia.com/built-products/release_r225678_b7832.zip>
>>  
>> I cannot reach that link, so I would assume it’s behind the igalia firewall. 
>> If the GTK team wanted to support making these accessible, they have 
>> everything they need. They could either choose to open up their firewall so 
>> external folks could access them. Or, they could put full archives on 
>> build.webkit.org <http://build.webkit.org/> (which would be transferred to 
>> s3/webkit build archives).
>>  
>> Maybe someone over there would be willing to take on this work if it is in 
>> their budget. (Both time and bandwidth)
>>  
>> Lucas
>>  
>>  
>>  
>>> On Dec 8, 2017, at 12:44 AM, Mathias Bynens <m...@google.com 
>>> <mailto:m...@google.com>> wrote:
>>>  
>>> Dear WebKit friends,
>>>  
>>> Please consider hosting precompiled `jsc` binaries for Linux somewhere 
>>> official. Perhaps https://webkit.org/build-archives/ 
>>> <https://webkit.org/build-archives/>? The build bots already generate those 
>>> binaries anyway — all that’s missing is an additional build step that 
>>> archives and uploads them.
>>>  
>>> Doing so would make it easier for developers to test JSC directly, or to 
>>> include JSC when running benchmarks such as the Web Tooling Benchmark (ref. 
>>> https://github.com/v8/web-tooling-benchmark/pull/29#discussion_r155587697 
>>> <https://github.com/v8/web-tooling-benchmark/pull/29#discussion_r155587697>).
>>>  
>>> I recently built a tool that automates the process of installing 
>>> precompiled binaries for various JS engines: 
>>> https://github.com/GoogleChromeLabs/jsvu 
>&

Re: [webkit-dev] Hosting precompiled `jsc` binaries for Linux

2017-12-08 Thread Lucas Forschler
Hi Mathias,

The Linux archives could be exposed on the build-archives page. In fact, we 
already store the output of the builders in S3. However, the igalia team only 
uploads a small file with a pointer to their internal builds. If I recall, they 
have limited bandwidth, and prefer to store their builds behind their firewall 
to save on external traffic to buildbot/s3.

If you look here 

 you will see a ‘transfer-to-s3’ build step.
The archive the builder creates is uploaded, here is a sample 
.

Opening that up shows the location where the archive is stored:
Built product is available here:
http://webkitgtk-release.igalia.com/built-products/release_r225678_b7832.zip

I cannot reach that link, so I would assume it’s behind the igalia firewall. If 
the GTK team wanted to support making these accessible, they have everything 
they need. They could either choose to open up their firewall so external folks 
could access them. Or, they could put full archives on build.webkit.org 
 (which would be transferred to s3/webkit build 
archives).

Maybe someone over there would be willing to take on this work if it is in 
their budget. (Both time and bandwidth)

Lucas



> On Dec 8, 2017, at 12:44 AM, Mathias Bynens  wrote:
> 
> Dear WebKit friends,
> 
> Please consider hosting precompiled `jsc` binaries for Linux somewhere 
> official. Perhaps https://webkit.org/build-archives/ 
> ? The build bots already generate those 
> binaries anyway — all that’s missing is an additional build step that 
> archives and uploads them.
> 
> Doing so would make it easier for developers to test JSC directly, or to 
> include JSC when running benchmarks such as the Web Tooling Benchmark (ref. 
> https://github.com/v8/web-tooling-benchmark/pull/29#discussion_r155587697 
> ).
> 
> I recently built a tool that automates the process of installing precompiled 
> binaries for various JS engines: https://github.com/GoogleChromeLabs/jsvu 
>  It’d be great to be able to 
> support JavaScriptCore on linux32 and linux64 as well!
> 
> Prior discussion: https://bugs.webkit.org/show_bug.cgi?id=179945#c11 
> 
> 
> Regards,
> Mathias
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Is git.webkit.org stopping?

2017-09-18 Thread Lucas Forschler
I see that git is at 222138, and svn is at 222143.
I’ll start investigating, thanks for the heads up!

Lucas



> On Sep 18, 2017, at 6:37 AM, Yusuke SUZUKI  wrote:
> 
> Hi WebKittens,
> 
> I've found that git.webkit.org  is not in sync right 
> now, is it known issue?
> 
> Best regards,
> Yusuke Suzuki
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Unsubscribe

2017-05-10 Thread Lucas Forschler
I’m will look into this, thanks for letting us know.
Lucas

> On May 9, 2017, at 10:50 PM, Peter Frane  wrote:
> 
> I've been trying to to retrieve my password but the "remind" button here does 
> not work: https://lists.webkit.org/mailman/options/webkit-dev 
> 
> 
> I need my password to unsubscribe.
> 
> Thanks.
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org 
> https://lists.webkit.org/mailman/listinfo/webkit-dev 
> 
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Commits in branches triggering build in the bots now

2017-05-04 Thread Lucas Forschler
Hi Carlos!

It looks like there are a mix of issues here… 

First… the old svn commit hook never sent along changes to buildbot for 
anything that wasn’t in “trunk” or “branches”. 
So, the fact you were not getting triggers for anything outside of these 
branches was an error in the previous version of the script. I’m a bit shocked 
this is just now being discovered… we must never have had a builder working 
against anything other than “trunk" or “branches”.

Moving forward:

The new svn_buildbot.py does properly send along changes to any branch. 
However, it looks like it has a few problems, which I plan to fix up. 

I’m about to fix the hook, and thus should get appropriate branch name passed 
along to buildbot from the commit hook. (Right now, trunk and branch commits 
also get ‘None’)

I think your code change below should also be landed. But not until the 
post-commit hook is fixed, otherwise I believe no changes will be triggered.
Lucas


> On May 4, 2017, at 3:55 PM, Carlos Alberto Lopez Perez <clo...@igalia.com> 
> wrote:
> 
> On 05/05/17 00:24, Lucas Forschler wrote:
>> Hi Carlos!
>> 
>> I recently updated the svn post commit hook to use the newest version of 
>> svn_buildbot.py from 
>> https://github.com/buildbot/buildbot-contrib/blob/master/master/contrib/svn_buildbot.py
>>  
>> <https://github.com/buildbot/buildbot-contrib/blob/master/master/contrib/svn_buildbot.py>
>> 
>> I am going to look through the diff now to see if there are any obvious 
>> changes which would cause this.
>> Thanks for bringing it to our attention!
>> 
>> Lucas
> 
> Its ok that the svn_buildbot script sends changes about any branches.
> 
> But the buildbot config should only trigger branches for changes on
> trunk due to the change_filter": "trunk_filter" below:
> 
> https://trac.webkit.org/browser/webkit/trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg?rev=216213#L954
> 
> https://trac.webkit.org/browser/trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json?rev=216213#L353
> 
> Maybe the issue is that the new svn_buildbot scripts fails to identify the 
> branch name
> (for WebKitGTK+ we use a non-standard branch name: "releases") and sends the 
> changes with
> branch "None"?
> 
> Maybe the patch below fixes the issue?
> 
> --- a/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg
> +++ b/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg
> @@ -951,7 +951,7 @@ class PlatformSpecificScheduler(AnyBranchScheduler):
> def filter(self, change):
> return wkbuild.should_build(self.platform, change.files)
> 
> -trunk_filter = ChangeFilter(branch=["trunk", None])
> +trunk_filter = ChangeFilter(branch="trunk")
> 
> def loadBuilderConfig(c):
> # FIXME: These file handles are leaked.
> 
> 

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Commits in branches triggering build in the bots now

2017-05-04 Thread Lucas Forschler
Hi Carlos!

I recently updated the svn post commit hook to use the newest version of 
svn_buildbot.py from 
https://github.com/buildbot/buildbot-contrib/blob/master/master/contrib/svn_buildbot.py
 


I am going to look through the diff now to see if there are any obvious changes 
which would cause this.
Thanks for bringing it to our attention!

Lucas


> On May 4, 2017, at 9:51 AM, Alexey Proskuryakov  wrote:
> 
> Hi Carlos,
> 
> Could you please file a bug, and include the relevant links to investigate 
> the issue?
> 
> - Alexey
> 
> 
>> 4 мая 2017 г., в 0:46, Carlos Garcia Campos > > написал(а):
>> 
>> I don't know what have changed, but now, commits in other branches are
>> triggering builds in the bots. I have just realized after merging a
>> couple of commits in GTK+ stable branch. This didn't happen before,
>> those commits didn't show in the bots at all. 
>> 
>> Any idea why is this happening now? I don't see any relevant change in
>> the buildbot config. For now I'll stop merging commits because I don't
>> want the bots to waste the time building and running tests when nothing
>> has actually changed.
>> 
>> Thanks, 
>> Carlos Garcia Campos
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org 
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
> 
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] nightly.webkit.org server transition this evening

2017-04-18 Thread Lucas Forschler
Nightly builds are now posting. Please let me know if you run into any issues 
with them.
Thanks,
Lucas

> On Apr 17, 2017, at 8:21 AM, Lucas Forschler <lforsch...@apple.com> wrote:
> 
> Hi Yusuke,
> 
> I am aware of the issue, and am working on a fix. 
> Lucas
> 
>> On Apr 16, 2017, at 2:35 AM, Yusuke SUZUKI <utatane@gmail.com 
>> <mailto:utatane@gmail.com>> wrote:
>> 
>> Hi,
>> 
>> Seems like nightly build stoped at March 29. Is that an known issue?
>> 
>> Regards,
>> Yusuke Suzuki
>> 
>> On Wed, Mar 22, 2017 at 4:31 AM, Lucas Forschler <lforsch...@apple.com 
>> <mailto:lforsch...@apple.com>> wrote:
>> This should now be fixed. Please let me know if you notice any problems with 
>> the nightly.
>> Lucas
>> 
>>> On Mar 21, 2017, at 8:08 AM, Yusuke SUZUKI <utatane@gmail.com 
>>> <mailto:utatane@gmail.com>> wrote:
>>> 
>>> Hi Lucas,
>>> 
>>> On Wed, Mar 22, 2017 at 12:06 AM, Lucas Forschler <lforsch...@apple.com 
>>> <mailto:lforsch...@apple.com>> wrote:
>>> Hi Yusuke,
>>> 
>>> I am aware of the issue. The nightlies are uploading, but are not being 
>>> registered in the database. I hope to have a fix this week.
>>> 
>>> OK, thank you so much for your help!
>>>  
>>> Lucas
>>> 
>>>> On Mar 21, 2017, at 1:09 AM, Yusuke SUZUKI <utatane@gmail.com 
>>>> <mailto:utatane@gmail.com>> wrote:
>>>> 
>>>> Hi,
>>>> 
>>>> it seems that WebKit nightly build stops. Is it related to this change?
>>>> 
>>>> Regards,
>>>> Yusuke Suzuki
>>>> 
>>>> On Tue, Mar 14, 2017 at 6:33 AM, Lucas Forschler <lforsch...@apple.com 
>>>> <mailto:lforsch...@apple.com>> wrote:
>>>> Hello folks,
>>>> 
>>>> We are going to start transitioning nightly.webkit.org 
>>>> <http://nightly.webkit.org/> to new hardware today. We expect the DNS 
>>>> change to happen in the next 2 hours. At that point, nightly.webkit.org 
>>>> <http://nightly.webkit.org/> should resolve to 54.190.50.179. Please let 
>>>> us know if you run into any issues reaching or navigating the site, 
>>>> downloading archives (new or old), or with the update mechanism of the 
>>>> WebKit nightly.
>>>> 
>>>> Thanks,
>>>> Lucas
>>>> 
>>>> 
>>>> ___
>>>> webkit-dev mailing list
>>>> webkit-dev@lists.webkit.org <mailto:webkit-dev@lists.webkit.org>
>>>> https://lists.webkit.org/mailman/listinfo/webkit-dev 
>>>> <https://lists.webkit.org/mailman/listinfo/webkit-dev>
>>>> 
>>>> 
>>> 
>>> 
>> 
>> 
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] nightly.webkit.org server transition this evening

2017-04-17 Thread Lucas Forschler
Hi Yusuke,

I am aware of the issue, and am working on a fix. 
Lucas

> On Apr 16, 2017, at 2:35 AM, Yusuke SUZUKI <utatane@gmail.com> wrote:
> 
> Hi,
> 
> Seems like nightly build stoped at March 29. Is that an known issue?
> 
> Regards,
> Yusuke Suzuki
> 
> On Wed, Mar 22, 2017 at 4:31 AM, Lucas Forschler <lforsch...@apple.com 
> <mailto:lforsch...@apple.com>> wrote:
> This should now be fixed. Please let me know if you notice any problems with 
> the nightly.
> Lucas
> 
>> On Mar 21, 2017, at 8:08 AM, Yusuke SUZUKI <utatane@gmail.com 
>> <mailto:utatane....@gmail.com>> wrote:
>> 
>> Hi Lucas,
>> 
>> On Wed, Mar 22, 2017 at 12:06 AM, Lucas Forschler <lforsch...@apple.com 
>> <mailto:lforsch...@apple.com>> wrote:
>> Hi Yusuke,
>> 
>> I am aware of the issue. The nightlies are uploading, but are not being 
>> registered in the database. I hope to have a fix this week.
>> 
>> OK, thank you so much for your help!
>>  
>> Lucas
>> 
>>> On Mar 21, 2017, at 1:09 AM, Yusuke SUZUKI <utatane@gmail.com 
>>> <mailto:utatane@gmail.com>> wrote:
>>> 
>>> Hi,
>>> 
>>> it seems that WebKit nightly build stops. Is it related to this change?
>>> 
>>> Regards,
>>> Yusuke Suzuki
>>> 
>>> On Tue, Mar 14, 2017 at 6:33 AM, Lucas Forschler <lforsch...@apple.com 
>>> <mailto:lforsch...@apple.com>> wrote:
>>> Hello folks,
>>> 
>>> We are going to start transitioning nightly.webkit.org 
>>> <http://nightly.webkit.org/> to new hardware today. We expect the DNS 
>>> change to happen in the next 2 hours. At that point, nightly.webkit.org 
>>> <http://nightly.webkit.org/> should resolve to 54.190.50.179. Please let us 
>>> know if you run into any issues reaching or navigating the site, 
>>> downloading archives (new or old), or with the update mechanism of the 
>>> WebKit nightly.
>>> 
>>> Thanks,
>>> Lucas
>>> 
>>> 
>>> ___
>>> webkit-dev mailing list
>>> webkit-dev@lists.webkit.org <mailto:webkit-dev@lists.webkit.org>
>>> https://lists.webkit.org/mailman/listinfo/webkit-dev 
>>> <https://lists.webkit.org/mailman/listinfo/webkit-dev>
>>> 
>>> 
>> 
>> 
> 
> 

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] svn.webkit.org not responding.

2017-04-11 Thread Lucas Forschler
svn.webkit.org <http://svn.webkit.org/> is back online.
Lucas

> On Apr 11, 2017, at 2:47 PM, Lucas Forschler <lforsch...@apple.com> wrote:
> 
> I’m investigating now.
> Lucas
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] svn.webkit.org not responding.

2017-04-11 Thread Lucas Forschler
I’m investigating now.
Lucas

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Scheduled downtime - svn.webkit.org and git.webkit.org 5.30 - 6.30pm PDT Monday 3/27/2017

2017-03-28 Thread Lucas Forschler
Quick update:

We are currently tracking issues with our EWS bots, as well as not sending 
change notification emails to webkit-chan...@lists.webkit.org 
<mailto:webkit-chan...@lists.webkit.org>.

If you notice anything awry, please let us know so we can investigate.
Thanks,
Lucas


> On Mar 27, 2017, at 5:36 PM, Lucas Forschler <lforsch...@apple.com> wrote:
> 
> Hello everyone,
> 
> Commits have been disabled on svn.webkit.org <http://svn.webkit.org/> while 
> we update infrastructure.
> We will send a follow-up when the repository is back online.
> 
> Thanks,
> Lucas
> 
>> On Mar 27, 2017, at 11:31 AM, Ling Ho <lin...@apple.com 
>> <mailto:lin...@apple.com>> wrote:
>> 
>> Hello WebKit developers,
>> 
>> We will be switching and upgrading our Subversion and Git mirror servers 
>> this evening at 5.30pm PDT. We will be stopping svn commit at 5.30pm, and 
>> the new server should go into service shortly after DNS change is made. We 
>> will send out another notice once commit is possible again on the new server.
>> 
>> Thanks,
>> ...
>> ling
>> 
>> 
>> 
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org <mailto:webkit-dev@lists.webkit.org>
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Scheduled downtime - svn.webkit.org and git.webkit.org 5.30 - 6.30pm PDT Monday 3/27/2017

2017-03-27 Thread Lucas Forschler
Hello everyone,

Commits have been disabled on svn.webkit.org  while we 
update infrastructure.
We will send a follow-up when the repository is back online.

Thanks,
Lucas

> On Mar 27, 2017, at 11:31 AM, Ling Ho  wrote:
> 
> Hello WebKit developers,
> 
> We will be switching and upgrading our Subversion and Git mirror servers this 
> evening at 5.30pm PDT. We will be stopping svn commit at 5.30pm, and the new 
> server should go into service shortly after DNS change is made. We will send 
> out another notice once commit is possible again on the new server.
> 
> Thanks,
> ...
> ling
> 
> 
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] build.webkit.org transition today at 3pm PDT

2017-03-22 Thread Lucas Forschler
I spoke with Carlos about this on IRC. For some reason, there were some old 
index.html files stored in the parent folders. These files had not been updated 
since Feb 6th.
Simply removing them seems to have solved the problem, as now the directory 
listings appear to work as expected.

Lucas

> On Mar 22, 2017, at 4:59 PM, Carlos Alberto Lopez Perez <clo...@igalia.com> 
> wrote:
> 
> On 17/03/17 17:30, Lucas Forschler wrote:
>> Hi Carlos,
>> 
>> The results folder is being copied over, it’s just taking a long time since 
>> it’s many TB of data.
>> 
>> Interesting on the build counter being reset to zero… that is unexpected. I 
>> will investigate. Thanks for pointing it out!
>> 
>> Lucas
> 
> It seems the index for results for the GTK Release test bot in this
> directory [1] is not longer updating.
> 
> The last available results seem to be from r211747 (6 Feb -- more than a
> month ago)
> 
> The bot is running fine, and its uploading the results, as this example
> log from today shows:
> 
> https://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20%28Tests%29/builds/104/steps/MasterShellCommand/logs/stdio
> 
> Guessing the path from the above log, I can manually check that the
> files are there:
> 
> https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20%28Tests%29/r214279%20%28104%29/
> 
> https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20%28Tests%29/r214279%20%28104%29.zip
> 
> But I can't see that listed on the index of [1]
> 
> Do you have any idea about what is wrong?
> 
> 
> It seems this is also happening to more bots, like (at least):
> 
> https://build.webkit.org/results/Apple%20El%20Capitan%20Release%20WK2%20%28Tests%29/
> https://build.webkit.org/results/Apple%20El%20Capitan%20Debug%20WK1%20%28Tests%29/
> https://build.webkit.org/results/Apple%20Sierra%20Release%20WK2%20%28Tests%29/
> 
> 
> Thanks
> 
> 
> [1]
> https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20%28Tests%29/
> 

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] WebKit servers transitioning to new hardware

2017-03-22 Thread Lucas Forschler
This should be working now (even though we have not yet transitioned 
svn.webkit.org <http://svn.webkit.org/>)
(I see an update from March 20th)

Lucas

> On Mar 21, 2017, at 8:10 AM, Lucas Forschler <lforsch...@apple.com> wrote:
> 
> Thanks Manuel!
> 
> It looks like there is a network ACL problem preventing the update from 
> succeeding. I will investigate a fix, however this should resolve itself once 
> svn.webkit.org <http://svn.webkit.org/> transitions to the new server.
> Lucas
> 
>> On Mar 21, 2017, at 7:29 AM, Manuel Rego Casasnovas <r...@igalia.com 
>> <mailto:r...@igalia.com>> wrote:
>> 
>> Hi,
>> 
>> Dunno if it was related to this or something else but planet.webkit.org 
>> <http://planet.webkit.org/>
>> is not being updated since March 10, 2017.
>> 
>> Thanks,
>>  Rego
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org <mailto:webkit-dev@lists.webkit.org>
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] nightly.webkit.org server transition this evening

2017-03-21 Thread Lucas Forschler
This should now be fixed. Please let me know if you notice any problems with 
the nightly.
Lucas

> On Mar 21, 2017, at 8:08 AM, Yusuke SUZUKI <utatane@gmail.com> wrote:
> 
> Hi Lucas,
> 
> On Wed, Mar 22, 2017 at 12:06 AM, Lucas Forschler <lforsch...@apple.com 
> <mailto:lforsch...@apple.com>> wrote:
> Hi Yusuke,
> 
> I am aware of the issue. The nightlies are uploading, but are not being 
> registered in the database. I hope to have a fix this week.
> 
> OK, thank you so much for your help!
>  
> Lucas
> 
>> On Mar 21, 2017, at 1:09 AM, Yusuke SUZUKI <utatane@gmail.com 
>> <mailto:utatane@gmail.com>> wrote:
>> 
>> Hi,
>> 
>> it seems that WebKit nightly build stops. Is it related to this change?
>> 
>> Regards,
>> Yusuke Suzuki
>> 
>> On Tue, Mar 14, 2017 at 6:33 AM, Lucas Forschler <lforsch...@apple.com 
>> <mailto:lforsch...@apple.com>> wrote:
>> Hello folks,
>> 
>> We are going to start transitioning nightly.webkit.org 
>> <http://nightly.webkit.org/> to new hardware today. We expect the DNS change 
>> to happen in the next 2 hours. At that point, nightly.webkit.org 
>> <http://nightly.webkit.org/> should resolve to 54.190.50.179. Please let us 
>> know if you run into any issues reaching or navigating the site, downloading 
>> archives (new or old), or with the update mechanism of the WebKit nightly.
>> 
>> Thanks,
>> Lucas
>> 
>> 
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org <mailto:webkit-dev@lists.webkit.org>
>> https://lists.webkit.org/mailman/listinfo/webkit-dev 
>> <https://lists.webkit.org/mailman/listinfo/webkit-dev>
>> 
>> 
> 
> 

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] WebKit servers transitioning to new hardware

2017-03-21 Thread Lucas Forschler
Thanks Manuel!

It looks like there is a network ACL problem preventing the update from 
succeeding. I will investigate a fix, however this should resolve itself once 
svn.webkit.org  transitions to the new server.
Lucas

> On Mar 21, 2017, at 7:29 AM, Manuel Rego Casasnovas  wrote:
> 
> Hi,
> 
> Dunno if it was related to this or something else but planet.webkit.org
> is not being updated since March 10, 2017.
> 
> Thanks,
>  Rego
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] nightly.webkit.org server transition this evening

2017-03-21 Thread Lucas Forschler
Hi Yusuke,

I am aware of the issue. The nightlies are uploading, but are not being 
registered in the database. I hope to have a fix this week.
Lucas

> On Mar 21, 2017, at 1:09 AM, Yusuke SUZUKI <utatane@gmail.com> wrote:
> 
> Hi,
> 
> it seems that WebKit nightly build stops. Is it related to this change?
> 
> Regards,
> Yusuke Suzuki
> 
> On Tue, Mar 14, 2017 at 6:33 AM, Lucas Forschler <lforsch...@apple.com 
> <mailto:lforsch...@apple.com>> wrote:
> Hello folks,
> 
> We are going to start transitioning nightly.webkit.org 
> <http://nightly.webkit.org/> to new hardware today. We expect the DNS change 
> to happen in the next 2 hours. At that point, nightly.webkit.org 
> <http://nightly.webkit.org/> should resolve to 54.190.50.179. Please let us 
> know if you run into any issues reaching or navigating the site, downloading 
> archives (new or old), or with the update mechanism of the WebKit nightly.
> 
> Thanks,
> Lucas
> 
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org <mailto:webkit-dev@lists.webkit.org>
> https://lists.webkit.org/mailman/listinfo/webkit-dev 
> <https://lists.webkit.org/mailman/listinfo/webkit-dev>
> 
> 

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] bugs.webkit.org upgrade on Tuesday

2017-03-20 Thread Lucas Forschler
Hello everyone,

We plan to upgrade the bugzilla instance running on bugs.webkit.org 
 on Tuesday morning starting at 9am. There will be 
some downtime while we make changes. Another email will be sent out shortly 
before we take the server down for upgrade.

Thanks,
Lucas

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] build.webkit.org transition today at 3pm PDT

2017-03-17 Thread Lucas Forschler
Hi Carlos,

The results folder is being copied over, it’s just taking a long time since 
it’s many TB of data.

Interesting on the build counter being reset to zero… that is unexpected. I 
will investigate. Thanks for pointing it out!

Lucas


> On Mar 17, 2017, at 5:09 AM, Carlos Alberto Lopez Perez  
> wrote:
> 
> On 16/03/17 22:40, Ling Ho wrote:
>> Hello WebKit developers:
>> 
>> We are continuing our transitioning of webkit.org servers today and
>> tomorrow. Between 3pm and 4pm Pacific, we will be moving
>> build.webkit.org. Please email us at ad...@webkit.org if you encounter
>> any issue with your build bots after the transition.
>> 
>> Thanks,
>> ...
>> ling
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
>> 
> 
> It looks the buildbot database was wiped during the migration? :(
> 
> The counter number for the builds has been reset to 0 and all previous
> information about layout test results at
> https://build.webkit.org/results/ has been lost.
> 
> 
> This information was used by several tools like the flakiness dashboard
> the TestFailures tool, wktesthunter [1], and maybe other tools.
> 
> 
> I wonder if the files from the results/ directory of the old server can
> be recovered and copied to the results/ directory of this new one?.
> Or at least make that available for download as a tarball ?
> 
> 
> 
> [1] https://github.com/clopez/webkit-testhunter
> 

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] build.webkit.org transition today at 3pm PDT

2017-03-16 Thread Lucas Forschler
I’ve re-triggered everything that landed after 2:00. This is r214068 through 
214074.
r214075 was auto-triggered, as the build master was back online before it 
landed.

Lucas

> On Mar 16, 2017, at 3:44 PM, Lucas Forschler <lforsch...@apple.com> wrote:
> 
> I will ensure all commits that happen during transition get staged on the new 
> server.
> Lucas
> 
>> On Mar 16, 2017, at 2:52 PM, Ryosuke Niwa <rn...@webkit.org> wrote:
>> 
>> Are you making the subversion server readonly meanwhile?
>> 
>> It's not acceptable for our infrastructure to be down and letting
>> people commit random things into the repository.
>> - R. Niwa
>> 
>> 
>> On Thu, Mar 16, 2017 at 2:40 PM, Ling Ho <lin...@apple.com> wrote:
>>> Hello WebKit developers:
>>> 
>>> We are continuing our transitioning of webkit.org servers today and
>>> tomorrow. Between 3pm and 4pm Pacific, we will be moving build.webkit.org.
>>> Please email us at ad...@webkit.org if you encounter any issue with your
>>> build bots after the transition.
>>> 
>>> Thanks,
>>> ...
>>> ling
>>> ___
>>> webkit-dev mailing list
>>> webkit-dev@lists.webkit.org
>>> https://lists.webkit.org/mailman/listinfo/webkit-dev
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
> 

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] build.webkit.org transition today at 3pm PDT

2017-03-16 Thread Lucas Forschler
I will ensure all commits that happen during transition get staged on the new 
server.
Lucas

> On Mar 16, 2017, at 2:52 PM, Ryosuke Niwa  wrote:
> 
> Are you making the subversion server readonly meanwhile?
> 
> It's not acceptable for our infrastructure to be down and letting
> people commit random things into the repository.
> - R. Niwa
> 
> 
> On Thu, Mar 16, 2017 at 2:40 PM, Ling Ho  wrote:
>> Hello WebKit developers:
>> 
>> We are continuing our transitioning of webkit.org servers today and
>> tomorrow. Between 3pm and 4pm Pacific, we will be moving build.webkit.org.
>> Please email us at ad...@webkit.org if you encounter any issue with your
>> build bots after the transition.
>> 
>> Thanks,
>> ...
>> ling
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] svn.webkit.org and git.webkit.org transition today at 6:00

2017-03-13 Thread Lucas Forschler
Hi Ryosuke,

You are still hitting the new SVN server, which is currently going through an 
svn sync operation. 

The DNS team is targeting a 9:00 ETA for the roll-back to the original/working 
server.

Lucas

> On Mar 13, 2017, at 8:04 PM, Ryosuke Niwa <rn...@webkit.org> wrote:
> 
> Has this happened? I seem to be still getting a wrong SVN server with
> revisions around r38036.
> - R. Niwa
> 
> 
> On Mon, Mar 13, 2017 at 6:59 PM, Lucas Forschler <lforsch...@apple.com> wrote:
>> We’ve discovered an issue with the new infrastructure and will be rolling
>> back DNS to the original server until we can get a fix.
>> Lucas
>> 
>> 
>> On Mar 13, 2017, at 6:03 PM, Lucas Forschler <lforsch...@apple.com> wrote:
>> 
>> Update: Making the svn repository read-only now.
>> 
>> On Mar 13, 2017, at 3:02 PM, Lucas Forschler <lforsch...@apple.com> wrote:
>> 
>> Hello WebKit,
>> 
>> Both svn.webkit.org and the git.webkit.org mirror will be transitioning to
>> new hardware this evening.
>> 
>> For svn.webkit.org, our plan is to make the current repository read only
>> between 6:00 and 6:30. As soon as the DNS change takes effect, you should be
>> able to commit to the new server as expected, with no changes. We are using
>> the same UUID and SSL certificate, so your source checkout should not
>> complain. I’ll follow-up with another reminder shortly before we make any
>> changes.
>> 
>> Thanks,
>> Lucas
>> 
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
>> 
>> 
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
>> 
>> 
>> 
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
>> 

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] svn.webkit.org and git.webkit.org transition today at 6:00

2017-03-13 Thread Lucas Forschler
We’ve discovered an issue with the new infrastructure and will be rolling back 
DNS to the original server until we can get a fix.
Lucas


> On Mar 13, 2017, at 6:03 PM, Lucas Forschler <lforsch...@apple.com> wrote:
> 
> Update: Making the svn repository read-only now.
> 
>> On Mar 13, 2017, at 3:02 PM, Lucas Forschler <lforsch...@apple.com 
>> <mailto:lforsch...@apple.com>> wrote:
>> 
>> Hello WebKit,
>> 
>> Both svn.webkit.org <http://svn.webkit.org/> and the git.webkit.org 
>> <http://git.webkit.org/> mirror will be transitioning to new hardware this 
>> evening. 
>> 
>> For svn.webkit.org <http://svn.webkit.org/>, our plan is to make the current 
>> repository read only between 6:00 and 6:30. As soon as the DNS change takes 
>> effect, you should be able to commit to the new server as expected, with no 
>> changes. We are using the same UUID and SSL certificate, so your source 
>> checkout should not complain. I’ll follow-up with another reminder shortly 
>> before we make any changes.
>> 
>> Thanks,
>> Lucas
>> 
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org <mailto:webkit-dev@lists.webkit.org>
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] svn.webkit.org and git.webkit.org transition today at 6:00

2017-03-13 Thread Lucas Forschler
Update: Making the svn repository read-only now.

> On Mar 13, 2017, at 3:02 PM, Lucas Forschler <lforsch...@apple.com> wrote:
> 
> Hello WebKit,
> 
> Both svn.webkit.org <http://svn.webkit.org/> and the git.webkit.org 
> <http://git.webkit.org/> mirror will be transitioning to new hardware this 
> evening. 
> 
> For svn.webkit.org <http://svn.webkit.org/>, our plan is to make the current 
> repository read only between 6:00 and 6:30. As soon as the DNS change takes 
> effect, you should be able to commit to the new server as expected, with no 
> changes. We are using the same UUID and SSL certificate, so your source 
> checkout should not complain. I’ll follow-up with another reminder shortly 
> before we make any changes.
> 
> Thanks,
> Lucas
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] svn.webkit.org and git.webkit.org transition today at 6:00

2017-03-13 Thread Lucas Forschler
Hello WebKit,

Both svn.webkit.org  and the git.webkit.org 
 mirror will be transitioning to new hardware this 
evening. 

For svn.webkit.org , our plan is to make the current 
repository read only between 6:00 and 6:30. As soon as the DNS change takes 
effect, you should be able to commit to the new server as expected, with no 
changes. We are using the same UUID and SSL certificate, so your source 
checkout should not complain. I’ll follow-up with another reminder shortly 
before we make any changes.

Thanks,
Lucas

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] nightly.webkit.org server transition this evening

2017-03-13 Thread Lucas Forschler
Hello folks,

We are going to start transitioning nightly.webkit.org 
 to new hardware today. We expect the DNS change to 
happen in the next 2 hours. At that point, nightly.webkit.org 
 should resolve to 54.190.50.179. Please let us 
know if you run into any issues reaching or navigating the site, downloading 
archives (new or old), or with the update mechanism of the WebKit nightly.

Thanks,
Lucas

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] WebKit servers transitioning to new hardware

2017-03-13 Thread Lucas Forschler
Hello WebKit!

The hardware hosting the current *.webkit.org  properties 
is reaching it’s EOL. We plan to migrate all of the services to new hardware 
over the coming weeks. We will attempt to do this with as little inconvenience 
as possible, but it’s expected there to be some downtime simply for DNS 
switches. Ling and I, as well as a few other folks will be on point and 
available at all times during the transition.

Notification emails for each server transition will be sent out as we make 
progress through them. Please let us know if you see any problems or issues, 
and we will debug as quickly as possible. Please use ad...@webkit.org 
, or reply-all to the original email with as much 
detail as possible.

Thanks!
Lucas

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] svn.webkit.org locked down for administration

2017-03-04 Thread Lucas Forschler
The repository is back online. Please let me know if you run into any problems.
Thanks,
Lucas

> On Mar 4, 2017, at 6:41 AM, Lucas Forschler <lforsch...@apple.com> wrote:
> 
> Hello all,
> 
> I’m going to disable commits on svn.webkit.org <http://svn.webkit.org/> while 
> I clean up the SHA-1 collision.
> 
> I’ll send a follow-up email with an all clear.
> Lucas
> 
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] svn.webkit.org locked down for administration

2017-03-04 Thread Lucas Forschler
Hello all,

I’m going to disable commits on svn.webkit.org  while I 
clean up the SHA-1 collision.

I’ll send a follow-up email with an all clear.
Lucas


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] DNS issues with webkit.org

2017-02-24 Thread Lucas Forschler
Things should be back online now. Please let me know if you run into any 
problems.
Lucas

> On Feb 24, 2017, at 3:59 PM, Lucas Forschler <lforsch...@apple.com> wrote:
> 
> Hello folks,
> 
> We are having a DNS issue with many webkit.org domains. Engineers are 
> investigating, and we hope to be back online as quickly as possible.
> 
> Lucas
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] DNS issues with webkit.org

2017-02-24 Thread Lucas Forschler
Hello folks,

We are having a DNS issue with many webkit.org domains. Engineers are 
investigating, and we hope to be back online as quickly as possible.

Lucas

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] updated buildbot to use https://svn source

2017-02-17 Thread Lucas Forschler
It looks like some of the GTK bots are having a problem after the https switch… 
svn: E175002: GET request on 
'/repository/webkit/!svn/rvr/71481/trunk/LayoutTests/canvas/philip/tests/2d.text.align.valid.html'
 failed: 503 Service Temporarily Unavailable

I’m not seeing this issue on the Apple bots. Are the GTK bots behind a proxy by 
chance?

Lucas

> On Feb 17, 2017, at 8:48 AM, Lucas Forschler <lforsch...@apple.com> wrote:
> 
> Morning folks.
> 
> I’ve updated the Buildbot config to sync source from https://svn.webkit.org 
> <https://svn.webkit.org/>. It was previously using http. This will result in 
> all bots checking out a fresh copy of the repo.
> 
> https://bugs.webkit.org/show_bug.cgi?id=168442 
> <https://bugs.webkit.org/show_bug.cgi?id=168442>
> https://trac.webkit.org/changeset/212551 
> <https://trac.webkit.org/changeset/212551>
> 
> Please let me know if you notice any issues.
> Lucas
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] updated buildbot to use https://svn source

2017-02-17 Thread Lucas Forschler
Morning folks.

I’ve updated the Buildbot config to sync source from https://svn.webkit.org 
. It was previously using http. This will result in 
all bots checking out a fresh copy of the repo.

https://bugs.webkit.org/show_bug.cgi?id=168442 

https://trac.webkit.org/changeset/212551 


Please let me know if you notice any issues.
Lucas

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Direct line to WebKit admins: (was Re: Bugzilla spammer)

2017-01-24 Thread Lucas Forschler
Hello folks!

If you encounter any WebKit issues that need attention, please email 
ad...@webkit.org <mailto:ad...@webkit.org>. 

This would include things like spam, system reachability, service outages, etc. 
This is a direct line to folks who can prioritize fixing illness within the 
webkit.org <http://webkit.org/> infrastructure.

Thanks,
Lucas


> On Jan 16, 2017, at 11:08 AM, Lucas Forschler <lforsch...@apple.com> wrote:
> 
> Thanks Michael.  I’ve disabled this account:
> 
> The following changes have been made to the user account 
> tinablackw...@outlook.com:
>   • The user has been disabled.
>   • The disable text has been modified.
> 
> 
>> On Jan 16, 2017, at 10:15 AM, Michael Catanzaro <mcatanz...@igalia.com> 
>> wrote:
>> 
>> Hi,
>> 
>> We appear to have a Bugzilla spammer [1]. The user posts a link to an
>> unrelated website (I guess trying to improve SEO) and gave herself away
>> by asking a nonsensical question about the bug (a request for detailed
>> instructions on how to solve the bug when the bug was "add a comment").
>> 
>> In GNOME Bugzilla we have been getting spammers with some regularity;
>> the admins there lock or delete the accounts and remove all their
>> posts, and remind them that Bugzilla comments don't contribute to their
>> SEO. We might want to follow the same approach to discourage more such
>> comments if this becomes a bigger problem for us in the future. GNOME
>> also has a dumb keyword filter [2] that's fairly effective at stopping
>> specific spammers if any particular spammer is persistent enough to be
>> annoying.
>> 
>> Michael
>> 
>> [1] https://bugs.webkit.org/show_bug.cgi?id=162618#c4
>> [2] 
>> https://git.gnome.org/browse/bugzilla-gnome-org-customizations/tree/extensions/GNOME/Extension.pm?id=ed10237c723252eed886eb5a20467c932624be6d#n315
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Bugzilla spammer

2017-01-16 Thread Lucas Forschler
Thanks Michael.  I’ve disabled this account:

The following changes have been made to the user account 
tinablackw...@outlook.com:
• The user has been disabled.
• The disable text has been modified.


> On Jan 16, 2017, at 10:15 AM, Michael Catanzaro  wrote:
> 
> Hi,
> 
> We appear to have a Bugzilla spammer [1]. The user posts a link to an
> unrelated website (I guess trying to improve SEO) and gave herself away
> by asking a nonsensical question about the bug (a request for detailed
> instructions on how to solve the bug when the bug was "add a comment").
> 
> In GNOME Bugzilla we have been getting spammers with some regularity;
> the admins there lock or delete the accounts and remove all their
> posts, and remind them that Bugzilla comments don't contribute to their
> SEO. We might want to follow the same approach to discourage more such
> comments if this becomes a bigger problem for us in the future. GNOME
> also has a dumb keyword filter [2] that's fairly effective at stopping
> specific spammers if any particular spammer is persistent enough to be
> annoying.
> 
> Michael
> 
> [1] https://bugs.webkit.org/show_bug.cgi?id=162618#c4
> [2] 
> https://git.gnome.org/browse/bugzilla-gnome-org-customizations/tree/extensions/GNOME/Extension.pm?id=ed10237c723252eed886eb5a20467c932624be6d#n315
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] What happened to WKR and webkitbot?

2016-11-22 Thread Lucas Forschler
WKR and WebKitBot are back online. Please let me know if you see any issues… 
Lucas


> On Nov 18, 2016, at 6:05 PM, Lucas Forschler <lforsch...@apple.com> wrote:
> 
> The nightlies are alive again! Please let me know if you run into any issues.
> Lucas
> 
> 
>> On Nov 18, 2016, at 10:34 AM, Yusuke SUZUKI <utatane@gmail.com 
>> <mailto:utatane@gmail.com>> wrote:
>> 
>> Great! Thank you.
>> 
>> Best regards,
>> Yusuke Suzuki
>> 
>> On Fri, Nov 18, 2016 at 9:09 AM, Lucas Forschler <lforsch...@apple.com 
>> <mailto:lforsch...@apple.com>> wrote:
>> Hi Yusuke!
>> The nightly issue is different, I am escalating a fix now.
>> 
>> Lucas
>> 
>>> On Nov 17, 2016, at 11:26 PM, Yusuke SUZUKI <utatane@gmail.com 
>>> <mailto:utatane@gmail.com>> wrote:
>>> 
>>> WebKit nightly build is also stopped.
>>> Is that the same issue?
>>> 
>>> Regards,
>>> Yusuke Suzuki
>>> 
>>> On Thu, Nov 17, 2016 at 10:57 AM, Simon Fraser <simon.fra...@apple.com 
>>> <mailto:simon.fra...@apple.com>> wrote:
>>> > On Nov 17, 2016, at 10:21 AM, Osztrogonác Csaba <o...@inf.u-szeged.hu 
>>> > <mailto:o...@inf.u-szeged.hu>> wrote:
>>> >
>>> > Hi,
>>> >
>>> > it seems WKR and webkitbot left #webkit IRC channel
>>> > on 4th Nov and we can't see them since then.
>>> >
>>> > It would be great if somebody could
>>> > find and ask them to come back.
>>> 
>>> Top people are working on this. We had to do some network reconfiguring on 
>>> the hosts that ran these bots.
>>> 
>>> Simon
>>> 
>>> ___
>>> webkit-dev mailing list
>>> webkit-dev@lists.webkit.org <mailto:webkit-dev@lists.webkit.org>
>>> https://lists.webkit.org/mailman/listinfo/webkit-dev 
>>> <https://lists.webkit.org/mailman/listinfo/webkit-dev>
>>> 
>>> ___
>>> webkit-dev mailing list
>>> webkit-dev@lists.webkit.org <mailto:webkit-dev@lists.webkit.org>
>>> https://lists.webkit.org/mailman/listinfo/webkit-dev 
>>> <https://lists.webkit.org/mailman/listinfo/webkit-dev>
>> 
>> 
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] What happened to WKR and webkitbot?

2016-11-18 Thread Lucas Forschler
The nightlies are alive again! Please let me know if you run into any issues.
Lucas


> On Nov 18, 2016, at 10:34 AM, Yusuke SUZUKI <utatane@gmail.com> wrote:
> 
> Great! Thank you.
> 
> Best regards,
> Yusuke Suzuki
> 
> On Fri, Nov 18, 2016 at 9:09 AM, Lucas Forschler <lforsch...@apple.com 
> <mailto:lforsch...@apple.com>> wrote:
> Hi Yusuke!
> The nightly issue is different, I am escalating a fix now.
> 
> Lucas
> 
>> On Nov 17, 2016, at 11:26 PM, Yusuke SUZUKI <utatane@gmail.com 
>> <mailto:utatane@gmail.com>> wrote:
>> 
>> WebKit nightly build is also stopped.
>> Is that the same issue?
>> 
>> Regards,
>> Yusuke Suzuki
>> 
>> On Thu, Nov 17, 2016 at 10:57 AM, Simon Fraser <simon.fra...@apple.com 
>> <mailto:simon.fra...@apple.com>> wrote:
>> > On Nov 17, 2016, at 10:21 AM, Osztrogonác Csaba <o...@inf.u-szeged.hu 
>> > <mailto:o...@inf.u-szeged.hu>> wrote:
>> >
>> > Hi,
>> >
>> > it seems WKR and webkitbot left #webkit IRC channel
>> > on 4th Nov and we can't see them since then.
>> >
>> > It would be great if somebody could
>> > find and ask them to come back.
>> 
>> Top people are working on this. We had to do some network reconfiguring on 
>> the hosts that ran these bots.
>> 
>> Simon
>> 
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org <mailto:webkit-dev@lists.webkit.org>
>> https://lists.webkit.org/mailman/listinfo/webkit-dev 
>> <https://lists.webkit.org/mailman/listinfo/webkit-dev>
>> 
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org <mailto:webkit-dev@lists.webkit.org>
>> https://lists.webkit.org/mailman/listinfo/webkit-dev 
>> <https://lists.webkit.org/mailman/listinfo/webkit-dev>
> 
> 

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] What happened to WKR and webkitbot?

2016-11-18 Thread Lucas Forschler
Hi Yusuke!
The nightly issue is different, I am escalating a fix now.

Lucas

> On Nov 17, 2016, at 11:26 PM, Yusuke SUZUKI  wrote:
> 
> WebKit nightly build is also stopped.
> Is that the same issue?
> 
> Regards,
> Yusuke Suzuki
> 
> On Thu, Nov 17, 2016 at 10:57 AM, Simon Fraser  > wrote:
> > On Nov 17, 2016, at 10:21 AM, Osztrogonác Csaba  > > wrote:
> >
> > Hi,
> >
> > it seems WKR and webkitbot left #webkit IRC channel
> > on 4th Nov and we can't see them since then.
> >
> > It would be great if somebody could
> > find and ask them to come back.
> 
> Top people are working on this. We had to do some network reconfiguring on 
> the hosts that ran these bots.
> 
> Simon
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org 
> https://lists.webkit.org/mailman/listinfo/webkit-dev 
> 
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Bugzilla clock

2016-11-14 Thread Lucas Forschler
This is really strange… When I compare the date on bugs.webkit.org to my local 
time, bugzilla is actually 2 minutes behind. 
I don’t see any NTP errors when syncing.
Adding Ling to see if he has any ideas, or bandwidth to investigate.

Lucas


> On Nov 14, 2016, at 7:45 AM, Osztrogonác Csaba <o...@inf.u-szeged.hu> wrote:
> 
> Hi Lucas,
> 
> The clock is still or again 4 minutes fast.
> Could you possibly check what happened?
> 
> Ossy
> 
> On 2016-11-08 19:10, Lucas Forschler wrote:
>> Thanks Michael,
>> 
>> I have configured the machine to sync with a local time server.
>> Lucas
>> 
>>> On Nov 8, 2016, at 4:10 AM, Michael Catanzaro <mcatanz...@igalia.com> wrote:
>>> 
>>> I notice that the clock on Bugzilla is about four minutes fast. I guess
>>> it's not using NTP?
>>> 
>>> This is not anywhere near as important as not being able to commit.
>>> It's just very slightly annoying. But I did want to report it
>>> somewhere!
>>> 
>>> Michael

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Bugzilla clock

2016-11-08 Thread Lucas Forschler
Thanks Michael,

I have configured the machine to sync with a local time server. 
Lucas

> On Nov 8, 2016, at 4:10 AM, Michael Catanzaro  wrote:
> 
> I notice that the clock on Bugzilla is about four minutes fast. I guess
> it's not using NTP?
> 
> This is not anywhere near as important as not being able to commit.
> It's just very slightly annoying. But I did want to report it
> somewhere!
> 
> Michael
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Git access

2016-06-20 Thread Lucas Forschler
Ok, this should be fixed now.
How often does the unofficial github mirror sync up? I don’t see anything 
reflected there yet.

Lucas

> On Jun 20, 2016, at 10:26 AM, Lucas Forschler <lforsch...@apple.com> wrote:
> 
> Thanks for the heads up. I’m starting an investigation now.
> Lucas
> 
>> On Jun 20, 2016, at 2:05 AM, Adam Bergkvist <adam.bergkv...@ericsson.com> 
>> wrote:
>> 
>> Hi
>> 
>> Git access to the repo seem to be stuck at 
>> 705033b054017f33b94adacc3b5e7747aebb45ef (June 18)?
>> 
>> The unofficial github mirror has the same status [1].
>> 
>> /Adam
>> 
>> [1] https://github.com/WebKit/webkit/commits/master
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Git access

2016-06-20 Thread Lucas Forschler
Thanks for the heads up. I’m starting an investigation now.
Lucas

> On Jun 20, 2016, at 2:05 AM, Adam Bergkvist  
> wrote:
> 
> Hi
> 
> Git access to the repo seem to be stuck at 
> 705033b054017f33b94adacc3b5e7747aebb45ef (June 18)?
> 
> The unofficial github mirror has the same status [1].
> 
> /Adam
> 
> [1] https://github.com/WebKit/webkit/commits/master
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Are there any plans to upgrade SVN server on svn.webkit.org?

2016-06-19 Thread Lucas Forschler
svn.webkit.org <http://svn.webkit.org/> is back online.
Please let me know if you see any problems.

I will be doing minor additional maintenance later this week. I do not expect 
the downtime to be nearly as significant as this upgrade. I’ll send email with 
advance notice of additional downtime.
Lucas


> On Jun 18, 2016, at 10:51 PM, Lucas Forschler <lforsch...@apple.com> wrote:
> 
> Update: The svn data migration to the new format is currently about 1/3 of 
> the way completed. I’ll post another progress update Sunday morning (Pacific 
> time zone).
> Thanks,
> Lucas
> 
> 
>> On Jun 18, 2016, at 5:14 PM, Lucas Forschler <lforsch...@apple.com 
>> <mailto:lforsch...@apple.com>> wrote:
>> 
>> I’m starting this now. svn.webkit and build.webkit will be going down 
>> shortly.
>> I’ll send an all-clear email when things are back online.
>> 
>> Lucas
>> 
>>> On Jun 18, 2016, at 9:54 AM, Lucas Forschler <lforsch...@apple.com 
>>> <mailto:lforsch...@apple.com>> wrote:
>>> 
>>> Hello Folks,
>>> 
>>> I plan on updating the svn repository from version 1.6.11 to 1.9.4 tonight. 
>>> I will likely start this process sometime this late afternoon. 
>>> svn.webkit.org <http://svn.webkit.org/> will be down during this time. I 
>>> will also be taking build.webkit.org <http://build.webkit.org/> offline, so 
>>> our bots do not fail due to a missing svn server. 
>>> 
>>> I will also be taking this time to upgrade the backend datastore on 
>>> svn.webkit.org <http://svn.webkit.org/>. This process requires a full svn 
>>> dump/load cycle, and takes a significant amount of time. I expect the the 
>>> server to return online Sunday by end of day.
>>> 
>>> Please let me know if you have any questions.
>>> I’ll send another email before I take the servers offline.
>>> Lucas
>>> 
>>> 
>>>> On Apr 27, 2016, at 5:13 AM, Konstantin Tokarev <annu...@yandex.ru 
>>>> <mailto:annu...@yandex.ru>> wrote:
>>>> 
>>>> Hello,
>>>> 
>>>> According to [1], currently svn.webkit.org <http://svn.webkit.org/> runs 
>>>> severely outdated Subversion 1.6.11. Since then, there were 3 significant 
>>>> releases of Subversion, which brought lots of performance improvements, 
>>>> most importantly brand new HTTP protocol [3] and storage format 
>>>> improvements [4]. Also, since 1.7 Apache 2.4 with MPM event is supported, 
>>>> which may increase server throughput.
>>>> 
>>>> 
>>>> BTW, to improve performance of up to date Subversion client (>= 1.8), it 
>>>> is needed to adjust Apache configuration[5]: increase MaxKeepAliveRequests 
>>>> from default 100 to at least 1000. This needs to be done regardless of 
>>>> Subversion server upgrade.
>>>> 
>>>> 
>>>> [1] http://svn.webkit.org/repository/webkit/ 
>>>> <http://svn.webkit.org/repository/webkit/>
>>>> [2] https://subversion.apache.org/docs/release-notes/1.7.html 
>>>> <https://subversion.apache.org/docs/release-notes/1.7.html>
>>>> https://subversion.apache.org/docs/release-notes/1.8.html 
>>>> <https://subversion.apache.org/docs/release-notes/1.8.html>
>>>> https://subversion.apache.org/docs/release-notes/1.9.html 
>>>> <https://subversion.apache.org/docs/release-notes/1.9.html>
>>>> [3] https://subversion.apache.org/docs/release-notes/1.7.html#httpv2 
>>>> <https://subversion.apache.org/docs/release-notes/1.7.html#httpv2>
>>>> [4] 
>>>> https://subversion.apache.org/docs/release-notes/1.8.html#fsfs-enhancements
>>>>  
>>>> <https://subversion.apache.org/docs/release-notes/1.8.html#fsfs-enhancements>
>>>>
>>>> https://subversion.apache.org/docs/release-notes/1.9.html#fsfs-improvements
>>>>  
>>>> <https://subversion.apache.org/docs/release-notes/1.9.html#fsfs-improvements>
>>>> [5] https://subversion.apache.org/docs/release-notes/1.8.html#neon-deleted 
>>>> <https://subversion.apache.org/docs/release-notes/1.8.html#neon-deleted>
>>>>http://svn.haxx.se/dev/archive-2011-01/0320.shtml 
>>>> <http://svn.haxx.se/dev/archive-2011-01/0320.shtml>
>>>> 
>>>> -- 
>>>> Regards,
>>>> Konstantin
>>>> ___
>>>&g

Re: [webkit-dev] Are there any plans to upgrade SVN server on svn.webkit.org?

2016-06-18 Thread Lucas Forschler
Update: The svn data migration to the new format is currently about 1/3 of the 
way completed. I’ll post another progress update Sunday morning (Pacific time 
zone).
Thanks,
Lucas


> On Jun 18, 2016, at 5:14 PM, Lucas Forschler <lforsch...@apple.com> wrote:
> 
> I’m starting this now. svn.webkit and build.webkit will be going down shortly.
> I’ll send an all-clear email when things are back online.
> 
> Lucas
> 
>> On Jun 18, 2016, at 9:54 AM, Lucas Forschler <lforsch...@apple.com 
>> <mailto:lforsch...@apple.com>> wrote:
>> 
>> Hello Folks,
>> 
>> I plan on updating the svn repository from version 1.6.11 to 1.9.4 tonight. 
>> I will likely start this process sometime this late afternoon. 
>> svn.webkit.org <http://svn.webkit.org/> will be down during this time. I 
>> will also be taking build.webkit.org <http://build.webkit.org/> offline, so 
>> our bots do not fail due to a missing svn server. 
>> 
>> I will also be taking this time to upgrade the backend datastore on 
>> svn.webkit.org <http://svn.webkit.org/>. This process requires a full svn 
>> dump/load cycle, and takes a significant amount of time. I expect the the 
>> server to return online Sunday by end of day.
>> 
>> Please let me know if you have any questions.
>> I’ll send another email before I take the servers offline.
>> Lucas
>> 
>> 
>>> On Apr 27, 2016, at 5:13 AM, Konstantin Tokarev <annu...@yandex.ru 
>>> <mailto:annu...@yandex.ru>> wrote:
>>> 
>>> Hello,
>>> 
>>> According to [1], currently svn.webkit.org <http://svn.webkit.org/> runs 
>>> severely outdated Subversion 1.6.11. Since then, there were 3 significant 
>>> releases of Subversion, which brought lots of performance improvements, 
>>> most importantly brand new HTTP protocol [3] and storage format 
>>> improvements [4]. Also, since 1.7 Apache 2.4 with MPM event is supported, 
>>> which may increase server throughput.
>>> 
>>> 
>>> BTW, to improve performance of up to date Subversion client (>= 1.8), it is 
>>> needed to adjust Apache configuration[5]: increase MaxKeepAliveRequests 
>>> from default 100 to at least 1000. This needs to be done regardless of 
>>> Subversion server upgrade.
>>> 
>>> 
>>> [1] http://svn.webkit.org/repository/webkit/ 
>>> <http://svn.webkit.org/repository/webkit/>
>>> [2] https://subversion.apache.org/docs/release-notes/1.7.html 
>>> <https://subversion.apache.org/docs/release-notes/1.7.html>
>>> https://subversion.apache.org/docs/release-notes/1.8.html 
>>> <https://subversion.apache.org/docs/release-notes/1.8.html>
>>> https://subversion.apache.org/docs/release-notes/1.9.html 
>>> <https://subversion.apache.org/docs/release-notes/1.9.html>
>>> [3] https://subversion.apache.org/docs/release-notes/1.7.html#httpv2 
>>> <https://subversion.apache.org/docs/release-notes/1.7.html#httpv2>
>>> [4] 
>>> https://subversion.apache.org/docs/release-notes/1.8.html#fsfs-enhancements 
>>> <https://subversion.apache.org/docs/release-notes/1.8.html#fsfs-enhancements>
>>>
>>> https://subversion.apache.org/docs/release-notes/1.9.html#fsfs-improvements 
>>> <https://subversion.apache.org/docs/release-notes/1.9.html#fsfs-improvements>
>>> [5] https://subversion.apache.org/docs/release-notes/1.8.html#neon-deleted 
>>> <https://subversion.apache.org/docs/release-notes/1.8.html#neon-deleted>
>>>http://svn.haxx.se/dev/archive-2011-01/0320.shtml 
>>> <http://svn.haxx.se/dev/archive-2011-01/0320.shtml>
>>> 
>>> -- 
>>> Regards,
>>> Konstantin
>>> ___
>>> webkit-dev mailing list
>>> webkit-dev@lists.webkit.org <mailto:webkit-dev@lists.webkit.org>
>>> https://lists.webkit.org/mailman/listinfo/webkit-dev 
>>> <https://lists.webkit.org/mailman/listinfo/webkit-dev>
>> 
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org <mailto:webkit-dev@lists.webkit.org>
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Are there any plans to upgrade SVN server on svn.webkit.org?

2016-06-18 Thread Lucas Forschler
I’m starting this now. svn.webkit and build.webkit will be going down shortly.
I’ll send an all-clear email when things are back online.

Lucas

> On Jun 18, 2016, at 9:54 AM, Lucas Forschler <lforsch...@apple.com> wrote:
> 
> Hello Folks,
> 
> I plan on updating the svn repository from version 1.6.11 to 1.9.4 tonight. I 
> will likely start this process sometime this late afternoon. svn.webkit.org 
> <http://svn.webkit.org/> will be down during this time. I will also be taking 
> build.webkit.org <http://build.webkit.org/> offline, so our bots do not fail 
> due to a missing svn server. 
> 
> I will also be taking this time to upgrade the backend datastore on 
> svn.webkit.org <http://svn.webkit.org/>. This process requires a full svn 
> dump/load cycle, and takes a significant amount of time. I expect the the 
> server to return online Sunday by end of day.
> 
> Please let me know if you have any questions.
> I’ll send another email before I take the servers offline.
> Lucas
> 
> 
>> On Apr 27, 2016, at 5:13 AM, Konstantin Tokarev <annu...@yandex.ru 
>> <mailto:annu...@yandex.ru>> wrote:
>> 
>> Hello,
>> 
>> According to [1], currently svn.webkit.org <http://svn.webkit.org/> runs 
>> severely outdated Subversion 1.6.11. Since then, there were 3 significant 
>> releases of Subversion, which brought lots of performance improvements, most 
>> importantly brand new HTTP protocol [3] and storage format improvements [4]. 
>> Also, since 1.7 Apache 2.4 with MPM event is supported, which may increase 
>> server throughput.
>> 
>> 
>> BTW, to improve performance of up to date Subversion client (>= 1.8), it is 
>> needed to adjust Apache configuration[5]: increase MaxKeepAliveRequests from 
>> default 100 to at least 1000. This needs to be done regardless of Subversion 
>> server upgrade.
>> 
>> 
>> [1] http://svn.webkit.org/repository/webkit/ 
>> <http://svn.webkit.org/repository/webkit/>
>> [2] https://subversion.apache.org/docs/release-notes/1.7.html 
>> <https://subversion.apache.org/docs/release-notes/1.7.html>
>> https://subversion.apache.org/docs/release-notes/1.8.html 
>> <https://subversion.apache.org/docs/release-notes/1.8.html>
>> https://subversion.apache.org/docs/release-notes/1.9.html 
>> <https://subversion.apache.org/docs/release-notes/1.9.html>
>> [3] https://subversion.apache.org/docs/release-notes/1.7.html#httpv2 
>> <https://subversion.apache.org/docs/release-notes/1.7.html#httpv2>
>> [4] 
>> https://subversion.apache.org/docs/release-notes/1.8.html#fsfs-enhancements 
>> <https://subversion.apache.org/docs/release-notes/1.8.html#fsfs-enhancements>
>>
>> https://subversion.apache.org/docs/release-notes/1.9.html#fsfs-improvements 
>> <https://subversion.apache.org/docs/release-notes/1.9.html#fsfs-improvements>
>> [5] https://subversion.apache.org/docs/release-notes/1.8.html#neon-deleted 
>> <https://subversion.apache.org/docs/release-notes/1.8.html#neon-deleted>
>>http://svn.haxx.se/dev/archive-2011-01/0320.shtml 
>> <http://svn.haxx.se/dev/archive-2011-01/0320.shtml>
>> 
>> -- 
>> Regards,
>> Konstantin
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org <mailto:webkit-dev@lists.webkit.org>
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Are there any plans to upgrade SVN server on svn.webkit.org?

2016-06-18 Thread Lucas Forschler
Hello Folks,

I plan on updating the svn repository from version 1.6.11 to 1.9.4 tonight. I 
will likely start this process sometime this late afternoon. svn.webkit.org 
 will be down during this time. I will also be taking 
build.webkit.org  offline, so our bots do not fail 
due to a missing svn server. 

I will also be taking this time to upgrade the backend datastore on 
svn.webkit.org . This process requires a full svn 
dump/load cycle, and takes a significant amount of time. I expect the the 
server to return online Sunday by end of day.

Please let me know if you have any questions.
I’ll send another email before I take the servers offline.
Lucas


> On Apr 27, 2016, at 5:13 AM, Konstantin Tokarev  wrote:
> 
> Hello,
> 
> According to [1], currently svn.webkit.org runs severely outdated Subversion 
> 1.6.11. Since then, there were 3 significant releases of Subversion, which 
> brought lots of performance improvements, most importantly brand new HTTP 
> protocol [3] and storage format improvements [4]. Also, since 1.7 Apache 2.4 
> with MPM event is supported, which may increase server throughput.
> 
> 
> BTW, to improve performance of up to date Subversion client (>= 1.8), it is 
> needed to adjust Apache configuration[5]: increase MaxKeepAliveRequests from 
> default 100 to at least 1000. This needs to be done regardless of Subversion 
> server upgrade.
> 
> 
> [1] http://svn.webkit.org/repository/webkit/
> [2] https://subversion.apache.org/docs/release-notes/1.7.html
> https://subversion.apache.org/docs/release-notes/1.8.html
> https://subversion.apache.org/docs/release-notes/1.9.html
> [3] https://subversion.apache.org/docs/release-notes/1.7.html#httpv2
> [4] 
> https://subversion.apache.org/docs/release-notes/1.8.html#fsfs-enhancements
>https://subversion.apache.org/docs/release-notes/1.9.html#fsfs-improvements
> [5] https://subversion.apache.org/docs/release-notes/1.8.html#neon-deleted
>http://svn.haxx.se/dev/archive-2011-01/0320.shtml
> 
> -- 
> Regards,
> Konstantin
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Are there any plans to upgrade SVN server on svn.webkit.org?

2016-05-31 Thread Lucas Forschler
Hi Konstantin,

I currently plan to upgrade the production svn server during the week of June 
13th. I’ll send out more details as we get closer.

Thanks,
Lucas

> On May 28, 2016, at 9:45 AM, Konstantin Tokarev  wrote:
> 
> 
> 
> 27.04.2016, 22:43, "Alexey Proskuryakov" :
>> Hello Konstantin,
>> 
>> Thank you, this does look like an impressive list of improvements.
>> 
>> I filed rdar://problem/25963146, for us to track the upgrade internally at 
>> Apple.
> 
> Is there any progress on this issue?
> 
>> 
>> - Alexey
>> 
>>>  27 апр. 2016 г., в 5:13, Konstantin Tokarev  написал(а):
>>> 
>>>  Hello,
>>> 
>>>  According to [1], currently svn.webkit.org runs severely outdated 
>>> Subversion 1.6.11. Since then, there were 3 significant releases of 
>>> Subversion, which brought lots of performance improvements, most 
>>> importantly brand new HTTP protocol [3] and storage format improvements 
>>> [4]. Also, since 1.7 Apache 2.4 with MPM event is supported, which may 
>>> increase server throughput.
>>> 
>>>  BTW, to improve performance of up to date Subversion client (>= 1.8), it 
>>> is needed to adjust Apache configuration[5]: increase MaxKeepAliveRequests 
>>> from default 100 to at least 1000. This needs to be done regardless of 
>>> Subversion server upgrade.
>>> 
>>>  [1] http://svn.webkit.org/repository/webkit/
>>>  [2] https://subversion.apache.org/docs/release-notes/1.7.html
>>>  https://subversion.apache.org/docs/release-notes/1.8.html
>>>  https://subversion.apache.org/docs/release-notes/1.9.html
>>>  [3] https://subversion.apache.org/docs/release-notes/1.7.html#httpv2
>>>  [4] 
>>> https://subversion.apache.org/docs/release-notes/1.8.html#fsfs-enhancements
>>> 
>>> https://subversion.apache.org/docs/release-notes/1.9.html#fsfs-improvements
>>>  [5] https://subversion.apache.org/docs/release-notes/1.8.html#neon-deleted
>>> http://svn.haxx.se/dev/archive-2011-01/0320.shtml
>>> 
>>>  --
>>>  Regards,
>>>  Konstantin
>>>  ___
>>>  webkit-dev mailing list
>>>  webkit-dev@lists.webkit.org
>>>  https://lists.webkit.org/mailman/listinfo/webkit-dev
>> 
>> - Alexey
> 
> -- 
> Regards,
> Konstantin
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] EWS: feeder and style queues are offline

2016-05-03 Thread Lucas Forschler
This should be all fixed up now.
Lucas

> On May 3, 2016, at 7:38 AM, Osztrogonác Csaba  wrote:
> 
> Hi,
> 
> it seems feeder and style queues are offline
> now, which means EWS and CQ bots aren't fed.
> 
> Could somebody possibly restart these bots?
> 
> br,
> Ossy
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] SPAM on trac.webkit.org

2016-04-29 Thread Lucas Forschler

> On Apr 29, 2016, at 9:25 AM, Carlos Alberto Lopez Perez <clo...@igalia.com> 
> wrote:
> 
> On 21/04/16 19:30, Lucas Forschler wrote:
>> Hello everyone,
>> 
>> I’d like to follow up on the current wiki situation.
>> 
>> In the past, any authenticated trac.webkit.org user was allowed to
>> modify or create wiki entries. However, with the recent spam
>> infiltration, this is no longer viable. To solve this, I’ve removed
>> WIKI_MODIFY and WIKI_CREATE permissions from the authenticated users
>> group. This seems to have eliminated spam from making it to the wiki
>> pages.
>> 
>> We currently have a ‘developer' group on trac, which contains all
>> members with svn committer privileges.  This group has WIKI_MODIFY
>> and WIKI_CREATE permissions. Using this mechanism means only users
>> with svn committer privileges are now allowed to create or modify
>> wiki entries. I am hoping this will be sufficient moving forward. I
>> do understand that there may be folks who contribute to WebKit, but
>> are not svn committers. If there is sufficient desire, I can
>> investigate another level of access.
>> 
>> Please let me know if you have any concerns.
>> 
>> thanks, Lucas
> 
> I wonder if it would be possible to also allow contributors (as listed
> in the "Contributors" field of contributors.json) to edit the wiki?
> 
> We have a need to allow WebKitGTK+ gardeners (some of them still not
> committers) to edit the WiKi.

This should be possible. Please file a bugzilla and I’ll investigate what it’s 
going to take to get this working.

Lucas

> 
> Thanks

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] SPAM on trac.webkit.org

2016-04-21 Thread Lucas Forschler
Hello everyone,

I’d like to follow up on the current wiki situation.

In the past, any authenticated trac.webkit.org user was allowed to modify or 
create wiki entries. However, with the recent spam infiltration, this is no 
longer viable. To solve this, I’ve removed WIKI_MODIFY and WIKI_CREATE 
permissions from the authenticated users group. This seems to have eliminated 
spam from making it to the wiki pages.

We currently have a ‘developer' group on trac, which contains all members with 
svn committer privileges.  This group has WIKI_MODIFY and WIKI_CREATE 
permissions. Using this mechanism means only users with svn committer 
privileges are now allowed to create or modify wiki entries. I am hoping this 
will be sufficient moving forward. I do understand that there may be folks who 
contribute to WebKit, but are not svn committers. If there is sufficient 
desire, I can investigate another level of access. 

Please let me know if you have any concerns.

thanks,
Lucas


> On Apr 18, 2016, at 3:54 AM, Lucas Forschler <lforsch...@apple.com> wrote:
> 
> Hi Michael,
> 
> The problem was not specific to your account, but to all new accounts created 
> recently.
> I believe this has been fixed. Please let me know if you have any issues. 
> 
> Lucas
> 
> 
> 
>> On Apr 18, 2016, at 1:48 AM, Lucas Forschler <lforsch...@apple.com> wrote:
>> 
>> HI Michael,
>> 
>> I do see you are listed as an svn committer, but it is unclear to me how 
>> this migrates to trac’s group permissioning system.
>> I may have been wrong about all committers being in the developer group. I 
>> will need to research this mechanism a bit more.
>> Lucas
>> 
>>> On Apr 17, 2016, at 8:33 AM, Michael Catanzaro <mcatanz...@igalia.com> 
>>> wrote:
>>> 
>>> On Sun, 2016-04-17 at 06:44 -0700, Lucas Forschler wrote:
>>>> I believe the spam is coming only from users who are not identified
>>>> as developers (committers). Therefore, I’ve re-enabled WIKI_CREATE
>>>> and WIKI_MODIFY permissions to the trac ‘developer’ group. 
>>>> This will keep the wiki locked down to those with committer access,
>>>> and not be as open as we would prefer. Moving forward, we should
>>>> decide which mechanism we’d like to use to help prevent spam.
>>> 
>>> Perhaps I was never added to the developer group, as I can't edit the
>>> wiki anymore. Could you look into this Lucas?
>>> 
>>> Thanks,
>>> 
>>> Michael
>> 
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] SPAM on trac.webkit.org

2016-04-18 Thread Lucas Forschler
Hi Michael,

The problem was not specific to your account, but to all new accounts created 
recently.
I believe this has been fixed. Please let me know if you have any issues. 

Lucas



> On Apr 18, 2016, at 1:48 AM, Lucas Forschler <lforsch...@apple.com> wrote:
> 
> HI Michael,
> 
> I do see you are listed as an svn committer, but it is unclear to me how this 
> migrates to trac’s group permissioning system.
> I may have been wrong about all committers being in the developer group. I 
> will need to research this mechanism a bit more.
> Lucas
> 
>> On Apr 17, 2016, at 8:33 AM, Michael Catanzaro <mcatanz...@igalia.com> wrote:
>> 
>> On Sun, 2016-04-17 at 06:44 -0700, Lucas Forschler wrote:
>>> I believe the spam is coming only from users who are not identified
>>> as developers (committers). Therefore, I’ve re-enabled WIKI_CREATE
>>> and WIKI_MODIFY permissions to the trac ‘developer’ group. 
>>> This will keep the wiki locked down to those with committer access,
>>> and not be as open as we would prefer. Moving forward, we should
>>> decide which mechanism we’d like to use to help prevent spam.
>> 
>> Perhaps I was never added to the developer group, as I can't edit the
>> wiki anymore. Could you look into this Lucas?
>> 
>> Thanks,
>> 
>> Michael
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] SPAM on trac.webkit.org

2016-04-18 Thread Lucas Forschler
HI Michael,

I do see you are listed as an svn committer, but it is unclear to me how this 
migrates to trac’s group permissioning system.
I may have been wrong about all committers being in the developer group. I will 
need to research this mechanism a bit more.
Lucas

> On Apr 17, 2016, at 8:33 AM, Michael Catanzaro <mcatanz...@igalia.com> wrote:
> 
> On Sun, 2016-04-17 at 06:44 -0700, Lucas Forschler wrote:
>> I believe the spam is coming only from users who are not identified
>> as developers (committers). Therefore, I’ve re-enabled WIKI_CREATE
>> and WIKI_MODIFY permissions to the trac ‘developer’ group. 
>> This will keep the wiki locked down to those with committer access,
>> and not be as open as we would prefer. Moving forward, we should
>> decide which mechanism we’d like to use to help prevent spam.
> 
> Perhaps I was never added to the developer group, as I can't edit the
> wiki anymore. Could you look into this Lucas?
> 
> Thanks,
> 
> Michael

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] SPAM on trac.webkit.org

2016-04-17 Thread Lucas Forschler
I believe the spam is coming only from users who are not identified as 
developers (committers). Therefore, I’ve re-enabled WIKI_CREATE and WIKI_MODIFY 
permissions to the trac ‘developer’ group. 
This will keep the wiki locked down to those with committer access, and not be 
as open as we would prefer. Moving forward, we should decide which mechanism 
we’d like to use to help prevent spam.

Lucas

> On Apr 17, 2016, at 6:14 AM, Lucas Forschler <lforsch...@apple.com> wrote:
> 
> I’ve removed WIKI_CREATE and WIKI_MODIFY permissions from the ‘authenticated' 
> and ‘developer' groups. Removing from the authenticated group may have been 
> enough, but I wanted to be certain to stop spam and get it under control 
> before loosening permissions.
> 
> I’ve also attempted to delete all the spam posts, and revert any 
> modifications to other pages.
> 
> Looks like the following email addresses were used:
> tom24...@gmail.com <mailto:tom24...@gmail.com>
> anna.rasca...@gmail.com <mailto:anna.rasca...@gmail.com>
> emaxi...@gmail.com <mailto:emaxi...@gmail.com>
> mailme.jo...@rediffmail.com <mailto:mailme.jo...@rediffmail.com>
> 
> I believe we can turn on the Captcha mechanism, which may help alleviate some 
> spam. I’ll continue to investigate.
> Lucas
> 
>> On Apr 17, 2016, at 5:27 AM, Lucas Forschler <lforsch...@apple.com 
>> <mailto:lforsch...@apple.com>> wrote:
>> 
>> I’m investigating now.
>> It looks like trac also has some spam filter ability: 
>> https://trac.edgewall.org/wiki/SpamFilter 
>> <https://trac.edgewall.org/wiki/SpamFilter>
>> 
>> Lucas
>> 
>>> On Apr 16, 2016, at 7:07 PM, Darin Adler <da...@apple.com 
>>> <mailto:da...@apple.com>> wrote:
>>> 
>>> We are definitely going to have to change the policy on the wiki. The spam 
>>> is being posted from multiple different email addresses, so banning 
>>> accounts is not going to be sufficient.
>>> 
>>> Who knows how to turn off modification to the Wiki while we decide how to 
>>> lock it down?
>>> 
>>> — Darin
>>> ___
>>> webkit-dev mailing list
>>> webkit-dev@lists.webkit.org <mailto:webkit-dev@lists.webkit.org>
>>> https://lists.webkit.org/mailman/listinfo/webkit-dev 
>>> <https://lists.webkit.org/mailman/listinfo/webkit-dev>
>> 
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org <mailto:webkit-dev@lists.webkit.org>
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] SPAM on trac.webkit.org

2016-04-17 Thread Lucas Forschler
I’ve removed WIKI_CREATE and WIKI_MODIFY permissions from the ‘authenticated' 
and ‘developer' groups. Removing from the authenticated group may have been 
enough, but I wanted to be certain to stop spam and get it under control before 
loosening permissions.

I’ve also attempted to delete all the spam posts, and revert any modifications 
to other pages.

Looks like the following email addresses were used:
tom24...@gmail.com
anna.rasca...@gmail.com
emaxi...@gmail.com
mailme.jo...@rediffmail.com <mailto:mailme.jo...@rediffmail.com>

I believe we can turn on the Captcha mechanism, which may help alleviate some 
spam. I’ll continue to investigate.
Lucas

> On Apr 17, 2016, at 5:27 AM, Lucas Forschler <lforsch...@apple.com> wrote:
> 
> I’m investigating now.
> It looks like trac also has some spam filter ability: 
> https://trac.edgewall.org/wiki/SpamFilter 
> <https://trac.edgewall.org/wiki/SpamFilter>
> 
> Lucas
> 
>> On Apr 16, 2016, at 7:07 PM, Darin Adler <da...@apple.com 
>> <mailto:da...@apple.com>> wrote:
>> 
>> We are definitely going to have to change the policy on the wiki. The spam 
>> is being posted from multiple different email addresses, so banning accounts 
>> is not going to be sufficient.
>> 
>> Who knows how to turn off modification to the Wiki while we decide how to 
>> lock it down?
>> 
>> — Darin
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org <mailto:webkit-dev@lists.webkit.org>
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] SPAM on trac.webkit.org

2016-04-17 Thread Lucas Forschler
I’m investigating now.
It looks like trac also has some spam filter ability: 
https://trac.edgewall.org/wiki/SpamFilter 


Lucas

> On Apr 16, 2016, at 7:07 PM, Darin Adler  wrote:
> 
> We are definitely going to have to change the policy on the wiki. The spam is 
> being posted from multiple different email addresses, so banning accounts is 
> not going to be sufficient.
> 
> Who knows how to turn off modification to the Wiki while we decide how to 
> lock it down?
> 
> — Darin
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Trac.webkit.org database re-sync

2016-04-11 Thread Lucas Forschler
This may make trac unavailable to recent changes until the sync is complete…

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] webkit.org servers offline

2016-04-04 Thread Lucas Forschler
WebKit servers are offline. The problem has been identified, and we should have 
them online shortly.

Thanks,
Lucas

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] *.webkit.org server security patch/updates today

2016-03-19 Thread Lucas Forschler
This work is complete.
Please notify me of any illness discovered after the update.

Lucas

> On Mar 17, 2016, at 10:17 AM, Lucas Forschler <lforsch...@apple.com> wrote:
> 
> I’ll be taking down the webkit.org <http://webkit.org/> servers today to 
> apply security patches. Please let me know if something does not come back 
> online as expected.
> Estimated time offline will only be a few minutes per server.
> 
> Lucas
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] *.webkit.org server security patch/updates today

2016-03-19 Thread Lucas Forschler
I’ll be taking down the webkit.org  servers today to apply 
security patches. Please let me know if something does not come back online as 
expected.
Estimated time offline will only be a few minutes per server.

Lucas

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] webkit.org servers-> unplanned maintenance

2015-11-06 Thread Lucas Forschler
Hello,

Many of the webkit.org servers are currently undergoing unplanned maintenance. 
We hope to have them back online tonight. 

Lucas

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Mac CMake

2015-10-31 Thread Lucas Forschler
Our buildbot is up and running, and GREEN, let’s keep it that way!
https://build.webkit.org/builders/Apple%20El%20Capitan%20CMake%20Debug%20%28Build%29?numbuilds=25


> On Oct 31, 2015, at 9:58 AM, Yusuke SUZUKI  wrote:
> 
> Awesome!
> 
> ---
> Regards,
> Yusuke Suzuki
> 
> On Sat, Oct 31, 2015 at 6:32 AM, Geoffrey Garen  > wrote:
> 
> 
>> On Oct 30, 2015, at 2:17 PM, Alex Christensen > > wrote:
>> 
>> I got the Mac CMake build to the point where it can compile and link 
>> frameworks successfully.  We will get a buildbot up soon, but in the 
>> meantime please try to add and remove files in the CMake build.Let me know 
>> if you have any questions or concerns or want to help out.  I don’t think it 
>> can be used to run Safari yet, but that’s hopefully coming soon.
>> 
>> If you want to try it out, run this command:
>> Tools/Scripts/build-webkit --cmake
>> 
>> Alex
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org 
>> https://lists.webkit.org/mailman/listinfo/webkit-dev 
>> 
> 
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org 
> https://lists.webkit.org/mailman/listinfo/webkit-dev 
> 
> 
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Mac CMake

2015-10-31 Thread Lucas Forschler
hmm, actually, this doesn’t appear to be building with the —cmake option.
I’ll investigate now.
Lucas

> On Oct 31, 2015, at 10:29 AM, Lucas Forschler <lforsch...@apple.com> wrote:
> 
> Our buildbot is up and running, and GREEN, let’s keep it that way!
> https://build.webkit.org/builders/Apple%20El%20Capitan%20CMake%20Debug%20%28Build%29?numbuilds=25
>  
> <https://build.webkit.org/builders/Apple%20El%20Capitan%20CMake%20Debug%20%28Build%29?numbuilds=25>
> 
> 
>> On Oct 31, 2015, at 9:58 AM, Yusuke SUZUKI <utatane@gmail.com 
>> <mailto:utatane@gmail.com>> wrote:
>> 
>> Awesome!
>> 
>> ---
>> Regards,
>> Yusuke Suzuki
>> 
>> On Sat, Oct 31, 2015 at 6:32 AM, Geoffrey Garen <gga...@apple.com 
>> <mailto:gga...@apple.com>> wrote:
>> 
>> 
>>> On Oct 30, 2015, at 2:17 PM, Alex Christensen <achristen...@apple.com 
>>> <mailto:achristen...@apple.com>> wrote:
>>> 
>>> I got the Mac CMake build to the point where it can compile and link 
>>> frameworks successfully.  We will get a buildbot up soon, but in the 
>>> meantime please try to add and remove files in the CMake build.Let me know 
>>> if you have any questions or concerns or want to help out.  I don’t think 
>>> it can be used to run Safari yet, but that’s hopefully coming soon.
>>> 
>>> If you want to try it out, run this command:
>>> Tools/Scripts/build-webkit --cmake
>>> 
>>> Alex
>>> ___
>>> webkit-dev mailing list
>>> webkit-dev@lists.webkit.org <mailto:webkit-dev@lists.webkit.org>
>>> https://lists.webkit.org/mailman/listinfo/webkit-dev 
>>> <https://lists.webkit.org/mailman/listinfo/webkit-dev>
>> 
>> 
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org <mailto:webkit-dev@lists.webkit.org>
>> https://lists.webkit.org/mailman/listinfo/webkit-dev 
>> <https://lists.webkit.org/mailman/listinfo/webkit-dev>
>> 
>> 
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org <mailto:webkit-dev@lists.webkit.org>
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Mac EWS Updates!

2015-10-20 Thread Lucas Forschler
Hello everyone!

Apple has added two new EWS queues to our infrastructure.
Alongside our iOS, mac, and mac-wk2 queues, you will now see the following two 
additions: mac-debug & mac-32bit

This puts our current EWS configuration as follows:

iOS:
ARMv7 Release (build only)
mac:
Mavericks 64-bit WK1 Release (build and test)
mac-wk2:
Mavericks 64-bit WK2 Release (build and test)
mac-debug:
Yosemite 64-bit Debug (build and test)
mac-32bit:
Yosemite 32-bit Release (build only)

Please watch your patches for results on the new queues!

Thanks,
Lucas___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Bugzilla default assignees

2015-10-09 Thread Lucas Forschler
Changes to the component WebKit Gtk have been saved:
Default CC list updated to bugs-nore...@webkitgtk.org

> On Oct 9, 2015, at 12:48 PM, Michael Catanzaro <mcatanz...@igalia.com> wrote:
> 
> On Fri, 2015-10-09 at 09:15 -0700, Lucas Forschler wrote:
>> Default CC List: 
>> bugs-nore...@webkitgtk.org did not match anything
>> 
>> Can you create a bugzilla user with that email, and I’ll try again?
>> Thanks,
>> Lucas
> 
> Done, could you try again please?
> 
> We also experimented a bit with it and found that we can disable all
> email for that account without disabling emails to people watching it,
> so Bugzilla won't actually be sending any extra mail!
> 
> Michael

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Bugzilla default assignees

2015-10-09 Thread Lucas Forschler
Hi Michael,

Attempting to add it resulted in an error. I believe this may have to be a 
valid/registered email address inside bugzilla. 
Here is the error I received:

Bugzilla was unable to make any match at all for one or more of the names 
and/or email addresses you entered on the previous page.

Please go back and try other names or email addresses.

Default CC List:
bugs-nore...@webkitgtk.org did not match anything

Can you create a bugzilla user with that email, and I’ll try again?
Thanks,
Lucas


> On Oct 9, 2015, at 8:53 AM, Michael Catanzaro <mcatanz...@igalia.com> wrote:
> 
> On Mon, 2015-09-28 at 15:41 -0700, Lucas Forschler wrote:
>> I can add a default CC for the WebKit Gtk component. However, I’m not
>> sure if using a fake email would cause any negative side effects.
>> (possibly an email bounce message on the mail server every time a bug
>> was created?)
>> 
>> Lucas
> 
> Hey Lucas,
> 
> Can you please add for our default CC: bugs-nore...@webkitgtk.org
> 
> Mails sent to this address will be ignored and won't bounce.
> 
> Thanks,
> 
> Michael

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Bugzilla default assignees

2015-09-28 Thread Lucas Forschler
I can add a default CC for the WebKit Gtk component. However, I’m not sure if 
using a fake email would cause any negative side effects. (possibly an email 
bounce message on the mail server every time a bug was created?)

Lucas

> On Sep 28, 2015, at 3:38 PM, Darin Adler  wrote:
> 
>> On Sep 28, 2015, at 3:09 PM, Darin Adler  wrote:
>> 
>>> On Sep 28, 2015, at 3:07 PM, Michael Catanzaro  
>>> wrote:
>>> 
>>> On Mon, 2015-09-28 at 14:32 -0700, Darin Adler wrote:
 Yes, I’m sure someone can help. Do you have the accounts for each
 component? Then we can add these to the auto-CC list.
>>> 
>>> I was thinking it might be possible to just add some fake email
>>> addresses to the auto-CC list, like webkitgtk-ma...@webkit.bugs, that
>>> way we could have one auto-CCed to every component.
>> 
>> Sorry, I missed something. What’s the value of adding a fake email address 
>> to the auto-CC list?
> 
> Oh, I see. People “follow” that account.
> 
> — Darin
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] WebKit Server maintenance

2015-09-03 Thread Lucas Forschler
Hello WebKit,

We are aware of an issue affecting multiple WebKit services. (bugs / trac / 
svn). It is our number one priority to fix it and get it back online.

Stay tuned,
Lucas


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] WebKit Server maintenance

2015-09-03 Thread Lucas Forschler
WebKit servers should be back online now.
Thanks for your patience!

Lucas

> On Sep 3, 2015, at 7:56 AM, Lucas Forschler <lforsch...@apple.com> wrote:
> 
> Hello WebKit,
> 
> We are aware of an issue affecting multiple WebKit services. (bugs / trac / 
> svn). It is our number one priority to fix it and get it back online.
> 
> Stay tuned,
> Lucas
> 
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Svn server is very slow to get full code.

2015-08-25 Thread Lucas Forschler
I am investigating now. If you could, please reply back to me privately with 
the source IP address of the machines you are seeing problems. I’ll have our 
network engineers do an analysis.

Lucas

 On Aug 25, 2015, at 1:40 AM, Osztrogonác Csaba o...@inf.u-szeged.hu wrote:
 
 Hi,
 
 We have the same network issue in Hungary / Europe. And
 it seems that some of the EFL and GTK bots are affected too.
 
 All *.webkit.org (svn,build,trac,..) are extremely slow from
 one network and everything works fine from the other network.
 
 Maybe it is some firewall issue somewhere on Apple side.
 It would be great if somebody could investigate it.
 
 br,
 Ossy
 
 
 Gyuyoung Kim írta:
 Some my PCs also have same problem when using svn. I don't know why it is 
 too slow suddenly.
 Gyuyoung. On Tue, Aug 25, 2015 at 12:27 PM, 조진철 jincheol...@navercorp.com 
 mailto:jincheol...@navercorp.com wrote:
Hi webkit-dev.
I am getting webkit full source through svn.
But the svn server is so slow that I cannot get it.
It looks like something wrong. WebKit-Git works as well.
Could anybody check it?
Thanks.
___
Jincheol Jo
Naver Labs / Software Engineer.
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Apple owned buildbot slaves down Wednesday and Thursday evenings.

2014-12-09 Thread Lucas Forschler
Hello all,

We are upgrading our infrastructure for the Apple owned WebKit build and test 
fleet. This will require some downtime on Wednesday and Thursday evenings (Dec 
10 and 11th). The planned downtime will start at approximately 3pm both days. 
We expect the affected machines will be back online by 8 am the following day.

Please note that *.webkit.org http://webkit.org/ servers will not be down 
during this time.

Please let me know if you have any concerns.

Thanks,
Lucas

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Configuring and redirecting build.webkit.org to https

2014-09-19 Thread Lucas Forschler
Hello Webkit,

We plan to configure build.webkit.org http://build.webkit.org/ to use https, 
and will be configuring the server so it will always redirect to https.

Currently, this work is scheduled to happen on Tuesday, September 23rd.

Please email me if you have any questions or concerns with this transition.

Thanks,
Lucas

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] commit queue stucked

2014-06-20 Thread Lucas Forschler
I will investigate… starting by power cycling the bots… 
Lucas

On Jun 20, 2014, at 12:52 AM, Osztrogonác Csaba o...@inf.u-szeged.hu wrote:

 Hi All,
 
 it seems WebKit commit queue is stucked, because the last pass was
 14 hours ago: http://webkit-queues.appspot.com/queue-status/commit-queue
 
 All patch fails with Unable to build without patch [results] message:
 /Volumes/Data/EWS/WebKit/Source/WebKit2/Shared/API/Cocoa/WKFoundation.h:58:19:
  error: typedef redefinition with different types ('NSInteger' (aka 'long') 
 vs 'NSURLSessionAuthChallengeDisposition')
 typedef NSInteger NSURLSessionAuthChallengeDisposition;
  ^
 
 I have no idea how is it possible, because buildbots are
 green and this build failure was fixed 9 hours ago: 
 http://trac.webkit.org/changeset/170166
 
 Could you possibly check what happend with CQ bots?
 
 br,
 Ossy

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] *.webkit.org downtime Tuesday, 3/11

2014-03-13 Thread Lucas Forschler
This issue should be solved as of 6:20pm PST.  The network folks needed to 
change some magic.

Please let me know if the bots are misbehaving… it may take a few minutes for 
them to catch up.
Lucas

On Mar 13, 2014, at 7:56 AM, Osztrogonác Csaba o...@inf.u-szeged.hu wrote:

 Hi,
 
 The Apple owned style queue and feeder queue bots are still broken.
 
 I started a style queue and a feeder queue bot on one of our machine
 until fixing the issues caused by the downtime. Now there isn't any
 pending task in the style queue and patches are automatically submitted
 to EWS, you don't have to push submit to EWS button manually.
 
 Unfortunately the broken webkit-misc-style sometimes tries to pick up
 a patch from the queue and holds their lock forever. :-/ In this
 case I have to remove the patch from the queue, submit it to the
 queue again and trust if my style bot is faster then the broken one.
 
 Is it possible to shut down the webkit-misc-style but until proper fix?
 
 Thanks,
 Ossy
 
 On 03/13/2014 09:56 AM, Osztrogonác Csaba wrote:
 There are still issues after downtime:
 
 - Apple EWS bots are still broken (Last Pass: 1 day, 16 hours ago)
 - login on build.webkit.org is broken:
 The username or password you entered were not correct. Please go back
 and try again.
 

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] *.webkit.org downtime Tuesday, 3/11

2014-03-12 Thread Lucas Forschler
FYI, I’m currently working on fixing the commit queue and the EWS bots.  
Lucas


On Mar 12, 2014, at 10:25 AM, Jon Shier j...@jonshier.com wrote:

 nightly.webkit.org is also offline with a “Service Temporarily Unavailable” 
 error. 
 
 
 Jon
 
 
 
 On Mar 12, 2014, at 12:51 PM, William Siegrist wsiegr...@apple.com wrote:
 
 Adding Shree…
 
 -Bill
 
 
 On Mar 12, 2014, at 9:25 AM, Osztrogonác Csaba o...@inf.u-szeged.hu wrote:
 
 Hi,
 
 it seems there are still serious problems with *.webkit.org
 infrastructure, for example the following things:
 - commit queue, style queue, Apple EWS bots are still stucked
 - bugzilla is very very slow, and I got this strange error right now:
 --
 Bugzilla has suffered an internal error. Please save this page and send it 
 to ad...@webkit.org with details of what you were doing at the time this 
 message appeared.
 
 URL: https://bugs.webkit.org/post_bug.cgi
 
 
 There was an error sending mail from 'bugzilla-dae...@webkit.org' to 
 'webkit-unassig...@lists.webkit.org':Couldn't connect to bz.apple.com
 
 
 
 Bugzilla has suffered an internal error. Please save this page and send it 
 to ad...@webkit.org with details of what you were doing at the time this 
 message appeared.
 
 URL: https://bugs.webkit.org/post_bug.cgi
 undef error - ModPerl::Util::exit: (12) exit was called at 
 /var/www/html/Bugzilla/Error.pm line 118
 --
 
 Ossy
 
 On 03/10/2014 06:35 PM, Lucas Forschler wrote:
 Hello Webkit developers,
 
 Apple will be upgrading our network infrastructure starting Tuesday 
 morning at 8am.
 The webkit.org services will be affected for approximately 4 hours.
 
 This includes all *.webkit.org domains.  We expect them to be back online 
 before 12.
 
 Thanks,
 Lucas
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 https://lists.webkit.org/mailman/listinfo/webkit-dev
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 https://lists.webkit.org/mailman/listinfo/webkit-dev
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Webkit lab downtime 5/14 - 5/15

2014-03-11 Thread Lucas Forschler
Hi Sergio,

This will happen on PST time. :)
Lucas


On Mar 11, 2014, at 4:02 AM, Sergio Villar Senin svil...@igalia.com wrote:

 En 10/03/14 19:19, Lucas Forschler escribiu:
 Hello WebKit developers,
 
 All Apple owned WebKit slaves will be going down Friday night, 5/14.  They 
 should come back online during the evening on Saturday, 5/15.
 *.webkit.org services (svn/trac/build) will NOT be affected by this outtage. 
 
 If you have any questions, feel free to email me directly.
 
 Could you clarify what Friday night means? I guess you're talking
 about PST time.
 
 BR
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] *.webkit.org downtime Tuesday, 3/11

2014-03-10 Thread Lucas Forschler
Hello Webkit developers,

Apple will be upgrading our network infrastructure starting Tuesday morning at 
8am.
The webkit.org services will be affected for approximately 4 hours.

This includes all *.webkit.org domains.  We expect them to be back online 
before 12.

Thanks,
Lucas


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Webkit lab downtime 5/14 - 5/15

2014-03-10 Thread Lucas Forschler
Hello WebKit developers,

All Apple owned WebKit slaves will be going down Friday night, 5/14.  They 
should come back online during the evening on Saturday, 5/15.
*.webkit.org services (svn/trac/build) will NOT be affected by this outtage. 

If you have any questions, feel free to email me directly.

Thanks,
Lucas


 
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Webkit lab downtime 3/14 - 3/15

2014-03-10 Thread Lucas Forschler
Update!  The dates below and in the title are incorrect.  The actual dates are 
this month, March. (the end of this week)
I’m updating the title to reflect the correct dates.

Sorry about the miscommunication.
Lucas


On Mar 10, 2014, at 11:19 AM, Lucas Forschler lforsch...@apple.com wrote:

 Hello WebKit developers,
 
 All Apple owned WebKit slaves will be going down Friday night, 5/14.  They 
 should come back online during the evening on Saturday, 5/15.
 *.webkit.org services (svn/trac/build) will NOT be affected by this outtage. 
 
 If you have any questions, feel free to email me directly.
 
 Thanks,
 Lucas
 
 

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


  1   2   >