You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-dev@apache.org by Greg Stein <gs...@gmail.com> on 2020/04/13 23:55:47 UTC

Re: svn commit: r1876089 - /infrastructure/site/trunk/content/history/data/directors.js

I see three errors that you corrected. So, I guess I owe you three beers!!!
:p

(sorry)

On Fri, Apr 3, 2020 at 8:33 AM <bd...@apache.org> wrote:

> Author: bdelacretaz
> Date: Fri Apr  3 13:33:16 2020
> New Revision: 1876089
>
> URL: http://svn.apache.org/viewvc?rev=1876089&view=rev
> Log:
> Fix my name (the usual penalty is one beer per false occurence)
>
> Modified:
>     infrastructure/site/trunk/content/history/data/directors.js
>
> Modified: infrastructure/site/trunk/content/history/data/directors.js
> URL:
> http://svn.apache.org/viewvc/infrastructure/site/trunk/content/history/data/directors.js?rev=1876089&r1=1876088&r2=1876089&view=diff
>
> ==============================================================================
> --- infrastructure/site/trunk/content/history/data/directors.js (original)
> +++ infrastructure/site/trunk/content/history/data/directors.js Fri Apr  3
> 13:33:16 2020
> @@ -10,7 +10,7 @@ function director_data() {
>      var idNames = {
>          ben: 'Ben Laurie',
>          bayard: 'Henri Yandell',
> -        bdelacratez: 'Bertrand Delacratez',
> +        bdelacretaz: 'Bertrand Delacretaz',
>          bhyde: 'Ben Hyde',
>          brett: 'Brett Porter',
>          brian: 'Brian Behlendorf',
> @@ -146,13 +146,13 @@ function director_data() {
>      add('farra', y2007, y2009);
>      add('wrowe', y2007, y2009);
>      add('henning', y2007, y2009);
> -    add('bdelacratez', y2008, y2009);
> +    add('bdelacretaz', y2008, y2009);
>      add('fielding', y2009, y2014);
>      add('brett', y2009, y2010);
>      add('brianm', y2009, y2010);
>      add('cutting', y2009, y2015);
>      add('curcuru', y2009, y2012);
> -    add('bdelacratez', y2010, y2019);
> +    add('bdelacretaz', y2010, y2019);
>      add('rubys', y2010, y2016);
>      add('bayard', y2010, t2010);
>      add('geirm', t2010, y2011);
>
>
>