You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whimsical.apache.org by Sam Ruby <ru...@intertwingly.net> on 2017/06/12 19:37:52 UTC

Re: [whimsy] branch master updated: Drop unnecessary incubator-mods cron job

On Mon, Jun 12, 2017 at 3:28 PM,  <se...@apache.org> wrote:
> This is an automated email from the ASF dual-hosted git repository.
>
> sebb pushed a commit to branch master
> in repository https://gitbox.apache.org/repos/asf/whimsy.git
>
>
> The following commit(s) were added to refs/heads/master by this push:
>      new ba2cb4a  Drop unnecessary incubator-mods cron job
> ba2cb4a is described below
>
> commit ba2cb4a0a7af88374b8d7b832b74f349c02ba2aa
> Author: Sebb <se...@apache.org>
> AuthorDate: Mon Jun 12 20:27:59 2017 +0100
>
>     Drop unnecessary incubator-mods cron job

That file is still used here:

https://github.com/apache/whimsy/blob/master/www/incubator/moderators.cgi#L16

Either that cronjob needs to be restored, the incubator/moderators.cgi
needs to be updated, or the incubator/moderators.cgi script needs to
be retired.

Thoughts?

- Sam Ruby

> ---
>  DEPLOYMENT.md | 13 ++++++-------
>  1 file changed, 6 insertions(+), 7 deletions(-)
>
> diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md
> index 52abcb7..38a4a17 100644
> --- a/DEPLOYMENT.md
> +++ b/DEPLOYMENT.md
> @@ -84,14 +84,13 @@ and running - these are only needed for a new deployment.
>     `/var/www/.subversion/servers` to store auth-creds and to use the
>     `whimsysvn` user.
>
> - * Add the following cron job to apmail@hermes:
> -     * `11  4,10,16,22 * * * for list in /home/apmail/lists/incubator.apache.org/*; do echo; echo $list/mod; ezmlm-list $list mod; done | ssh whimsy-vm4.apache.org 'cat > /srv/subscriptions/incubator-mods'`
> -     * `11  1,7,13,19   *       *       *       for list in /home/apmail/lists/*apache.org/*; do echo; echo $list/mod; ezmlm-list $list mod; done 2>/dev/null | ssh whimsy-vm4.apache.org 'cat > /srv/subscriptions/list-mods'`
> -     * `11  3,9,15,21   *       *       *       for list in /home/apmail/lists/*apache.org/*; do echo; echo $list/mod; ezmlm-list $list 2>/dev/null; done | ssh whimsy-vm4.apache.org 'cat > /srv/subscriptions/list-subs'`
> -     * `16 * * * * ezmlm-list /home/apmail/lists/apache.org/board/ . | ssh whimsy-vm4.apache.org 'cat > /srv/subscriptions/board'`
> -     * `46 * * * * ezmlm-list /home/apmail/lists/apache.org/members/ . | ssh whimsy-vm4.apache.org 'cat > /srv/subscriptions/members'`
> + * Add the following cron jobs to apmail@hermes:
> +     * `11  1,7,13,19 * * * for list in /home/apmail/lists/*apache.org/*; do echo; echo $list/mod; ezmlm-list $list mod; done 2>/dev/null | ssh whimsy-vm4.apache.org 'cat > /srv/subscriptions/list-mods'`
> +     * `11  3,9,15,21 * * * for list in /home/apmail/lists/*apache.org/*; do echo; echo $list/mod; ezmlm-list $list 2>/dev/null; done | ssh whimsy-vm4.apache.org 'cat > /srv/subscriptions/list-subs'`
> +     * `16     *      * * * ezmlm-list /home/apmail/lists/apache.org/board/ . | ssh whimsy-vm4.apache.org 'cat > /srv/subscriptions/board'`
> +     * `46     *      * * * ezmlm-list /home/apmail/lists/apache.org/members/ . | ssh whimsy-vm4.apache.org 'cat > /srv/subscriptions/members'`
>
> -   Be sure to update [crontab_apmail](https://svn.apache.org/repos/infra/infrastructure/apmail/trunk/crontab_apmail.txt) when done.
> +   This is done by updating [crontab_apmail](https://svn.apache.org/repos/infra/infrastructure/apmail/trunk/crontab_apmail.txt); then follow the instructions there.
>
>   * Add the following mail subscriptions:
>      * Subscribe `svnupdate@whimsy-vm4.apache.org` to `board@apache.org`.
>
> --
> To stop receiving notification emails like this one, please contact
> ['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].

Re: [whimsy] branch master updated: Drop unnecessary incubator-mods cron job

Posted by sebb <se...@gmail.com>.
On 12 June 2017 at 20:37, Sam Ruby <ru...@intertwingly.net> wrote:
> On Mon, Jun 12, 2017 at 3:28 PM,  <se...@apache.org> wrote:
>> This is an automated email from the ASF dual-hosted git repository.
>>
>> sebb pushed a commit to branch master
>> in repository https://gitbox.apache.org/repos/asf/whimsy.git
>>
>>
>> The following commit(s) were added to refs/heads/master by this push:
>>      new ba2cb4a  Drop unnecessary incubator-mods cron job
>> ba2cb4a is described below
>>
>> commit ba2cb4a0a7af88374b8d7b832b74f349c02ba2aa
>> Author: Sebb <se...@apache.org>
>> AuthorDate: Mon Jun 12 20:27:59 2017 +0100
>>
>>     Drop unnecessary incubator-mods cron job
>
> That file is still used here:
>
> https://github.com/apache/whimsy/blob/master/www/incubator/moderators.cgi#L16

Oops, not sure how I missed that reference ..

> Either that cronjob needs to be restored, the incubator/moderators.cgi
> needs to be updated, or the incubator/moderators.cgi script needs to
> be retired.
>
> Thoughts?
>
> - Sam Ruby
>
>> ---
>>  DEPLOYMENT.md | 13 ++++++-------
>>  1 file changed, 6 insertions(+), 7 deletions(-)
>>
>> diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md
>> index 52abcb7..38a4a17 100644
>> --- a/DEPLOYMENT.md
>> +++ b/DEPLOYMENT.md
>> @@ -84,14 +84,13 @@ and running - these are only needed for a new deployment.
>>     `/var/www/.subversion/servers` to store auth-creds and to use the
>>     `whimsysvn` user.
>>
>> - * Add the following cron job to apmail@hermes:
>> -     * `11  4,10,16,22 * * * for list in /home/apmail/lists/incubator.apache.org/*; do echo; echo $list/mod; ezmlm-list $list mod; done | ssh whimsy-vm4.apache.org 'cat > /srv/subscriptions/incubator-mods'`
>> -     * `11  1,7,13,19   *       *       *       for list in /home/apmail/lists/*apache.org/*; do echo; echo $list/mod; ezmlm-list $list mod; done 2>/dev/null | ssh whimsy-vm4.apache.org 'cat > /srv/subscriptions/list-mods'`
>> -     * `11  3,9,15,21   *       *       *       for list in /home/apmail/lists/*apache.org/*; do echo; echo $list/mod; ezmlm-list $list 2>/dev/null; done | ssh whimsy-vm4.apache.org 'cat > /srv/subscriptions/list-subs'`
>> -     * `16 * * * * ezmlm-list /home/apmail/lists/apache.org/board/ . | ssh whimsy-vm4.apache.org 'cat > /srv/subscriptions/board'`
>> -     * `46 * * * * ezmlm-list /home/apmail/lists/apache.org/members/ . | ssh whimsy-vm4.apache.org 'cat > /srv/subscriptions/members'`
>> + * Add the following cron jobs to apmail@hermes:
>> +     * `11  1,7,13,19 * * * for list in /home/apmail/lists/*apache.org/*; do echo; echo $list/mod; ezmlm-list $list mod; done 2>/dev/null | ssh whimsy-vm4.apache.org 'cat > /srv/subscriptions/list-mods'`
>> +     * `11  3,9,15,21 * * * for list in /home/apmail/lists/*apache.org/*; do echo; echo $list/mod; ezmlm-list $list 2>/dev/null; done | ssh whimsy-vm4.apache.org 'cat > /srv/subscriptions/list-subs'`
>> +     * `16     *      * * * ezmlm-list /home/apmail/lists/apache.org/board/ . | ssh whimsy-vm4.apache.org 'cat > /srv/subscriptions/board'`
>> +     * `46     *      * * * ezmlm-list /home/apmail/lists/apache.org/members/ . | ssh whimsy-vm4.apache.org 'cat > /srv/subscriptions/members'`
>>
>> -   Be sure to update [crontab_apmail](https://svn.apache.org/repos/infra/infrastructure/apmail/trunk/crontab_apmail.txt) when done.
>> +   This is done by updating [crontab_apmail](https://svn.apache.org/repos/infra/infrastructure/apmail/trunk/crontab_apmail.txt); then follow the instructions there.
>>
>>   * Add the following mail subscriptions:
>>      * Subscribe `svnupdate@whimsy-vm4.apache.org` to `board@apache.org`.
>>
>> --
>> To stop receiving notification emails like this one, please contact
>> ['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].

Re: [whimsy] branch master updated: Drop unnecessary incubator-mods cron job

Posted by "John D. Ament" <jo...@apache.org>.
On Mon, Jun 12, 2017 at 3:37 PM Sam Ruby <ru...@intertwingly.net> wrote:

> On Mon, Jun 12, 2017 at 3:28 PM,  <se...@apache.org> wrote:
> > This is an automated email from the ASF dual-hosted git repository.
> >
> > sebb pushed a commit to branch master
> > in repository https://gitbox.apache.org/repos/asf/whimsy.git
> >
> >
> > The following commit(s) were added to refs/heads/master by this push:
> >      new ba2cb4a  Drop unnecessary incubator-mods cron job
> > ba2cb4a is described below
> >
> > commit ba2cb4a0a7af88374b8d7b832b74f349c02ba2aa
> > Author: Sebb <se...@apache.org>
> > AuthorDate: Mon Jun 12 20:27:59 2017 +0100
> >
> >     Drop unnecessary incubator-mods cron job
>
> That file is still used here:
>
>
> https://github.com/apache/whimsy/blob/master/www/incubator/moderators.cgi#L16
>
> Either that cronjob needs to be restored, the incubator/moderators.cgi
> needs to be updated, or the incubator/moderators.cgi script needs to
> be retired.
>
>
Retire, the page barely works as it stands.


> Thoughts?
>
> - Sam Ruby
>
> > ---
> >  DEPLOYMENT.md | 13 ++++++-------
> >  1 file changed, 6 insertions(+), 7 deletions(-)
> >
> > diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md
> > index 52abcb7..38a4a17 100644
> > --- a/DEPLOYMENT.md
> > +++ b/DEPLOYMENT.md
> > @@ -84,14 +84,13 @@ and running - these are only needed for a new
> deployment.
> >     `/var/www/.subversion/servers` to store auth-creds and to use the
> >     `whimsysvn` user.
> >
> > - * Add the following cron job to apmail@hermes:
> > -     * `11  4,10,16,22 * * * for list in /home/apmail/lists/
> incubator.apache.org/*; do echo; echo $list/mod; ezmlm-list $list mod;
> done | ssh whimsy-vm4.apache.org 'cat >
> /srv/subscriptions/incubator-mods'`
> > -     * `11  1,7,13,19   *       *       *       for list in
> /home/apmail/lists/*apache.org/*; do echo; echo $list/mod; ezmlm-list
> $list mod; done 2>/dev/null | ssh whimsy-vm4.apache.org 'cat >
> /srv/subscriptions/list-mods'`
> > -     * `11  3,9,15,21   *       *       *       for list in
> /home/apmail/lists/*apache.org/*; do echo; echo $list/mod; ezmlm-list
> $list 2>/dev/null; done | ssh whimsy-vm4.apache.org 'cat >
> /srv/subscriptions/list-subs'`
> > -     * `16 * * * * ezmlm-list /home/apmail/lists/apache.org/board/ . |
> ssh whimsy-vm4.apache.org 'cat > /srv/subscriptions/board'`
> > -     * `46 * * * * ezmlm-list /home/apmail/lists/apache.org/members/ .
> | ssh whimsy-vm4.apache.org 'cat > /srv/subscriptions/members'`
> > + * Add the following cron jobs to apmail@hermes:
> > +     * `11  1,7,13,19 * * * for list in /home/apmail/lists/*
> apache.org/*; do echo; echo $list/mod; ezmlm-list $list mod; done
> 2>/dev/null | ssh whimsy-vm4.apache.org 'cat >
> /srv/subscriptions/list-mods'`
> > +     * `11  3,9,15,21 * * * for list in /home/apmail/lists/*
> apache.org/*; do echo; echo $list/mod; ezmlm-list $list 2>/dev/null; done
> | ssh whimsy-vm4.apache.org 'cat > /srv/subscriptions/list-subs'`
> > +     * `16     *      * * * ezmlm-list /home/apmail/lists/
> apache.org/board/ . | ssh whimsy-vm4.apache.org 'cat >
> /srv/subscriptions/board'`
> > +     * `46     *      * * * ezmlm-list /home/apmail/lists/
> apache.org/members/ . | ssh whimsy-vm4.apache.org 'cat >
> /srv/subscriptions/members'`
> >
> > -   Be sure to update [crontab_apmail](
> https://svn.apache.org/repos/infra/infrastructure/apmail/trunk/crontab_apmail.txt)
> when done.
> > +   This is done by updating [crontab_apmail](
> https://svn.apache.org/repos/infra/infrastructure/apmail/trunk/crontab_apmail.txt);
> then follow the instructions there.
> >
> >   * Add the following mail subscriptions:
> >      * Subscribe `svnupdate@whimsy-vm4.apache.org` to `board@apache.org
> `.
> >
> > --
> > To stop receiving notification emails like this one, please contact
> > ['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].
>