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/10 13:42:04 UTC

Re: [whimsy] branch master updated: ensure podling status is non null

On Sat, Jun 10, 2017 at 9:37 AM, John D. Ament <jo...@apache.org> wrote:
> While I can appreciate the hand fixing this, it doesn't help solve the bigger issue which is that the json file didn't generate at *:45.  Any ideas why?

Looks like it did run: https://whimsy.apache.org/logs/ ?

- Sam Ruby

> On 2017-06-10 09:10 (-0400), rubys@apache.org wrote:
>> This is an automated email from the ASF dual-hosted git repository.
>>
>> rubys 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 cf054fd  ensure podling status is non null
>> cf054fd is described below
>>
>> commit cf054fd55ad12a8bc3b7ff9eae1f6e2e4722f6c5
>> Author: Sam Ruby <ru...@intertwingly.net>
>> AuthorDate: Sat Jun 10 09:09:49 2017 -0400
>>
>>     ensure podling status is non null
>> ---
>>  www/roster/models/ppmc.rb | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/www/roster/models/ppmc.rb b/www/roster/models/ppmc.rb
>> index d69571b..0a8d3cb 100644
>> --- a/www/roster/models/ppmc.rb
>> +++ b/www/roster/models/ppmc.rb
>> @@ -47,7 +47,7 @@ class PPMC
>>        }
>>      end
>>
>> -    statusInfo = ppmc.podlingStatus
>> +    statusInfo = ppmc.podlingStatus || {news: []}
>>
>>      response = {
>>        id: id,
>>
>> --
>> To stop receiving notification emails like this one, please contact
>> ['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].
>>

Re: [whimsy] branch master updated: ensure podling status is non null

Posted by Sam Ruby <ru...@intertwingly.net>.
On Sat, Jun 10, 2017 at 10:14 AM, John D. Ament <jo...@apache.org> wrote:
> On Sat, Jun 10, 2017 at 10:11 AM sebb <se...@gmail.com> wrote:
>
>> On 10 June 2017 at 14:44, John D. Ament <jo...@apache.org> wrote:
>> > On Sat, Jun 10, 2017 at 9:42 AM Sam Ruby <ru...@intertwingly.net> wrote:
>> >
>> >> On Sat, Jun 10, 2017 at 9:37 AM, John D. Ament <jo...@apache.org>
>> >> wrote:
>> >> > While I can appreciate the hand fixing this, it doesn't help solve the
>> >> bigger issue which is that the json file didn't generate at *:45.  Any
>> >> ideas why?
>> >>
>> >> Looks like it did run: https://whimsy.apache.org/logs/ ?
>> >>
>> >
>> > Then why can't it find the contents of
>> >
>> https://svn.apache.org/repos/asf/incubator/public/trunk/content/podlings/
>> ?
>> > I thought SVN updates every 10 mins.  While I made changes to 3 of them
>> > this morning, I pushed up the converted files last night.
>>
>> repository.yml:
>>
>>   incubator-content:
>>     url: asf/incubator/public/trunk/content
>>     depth: files
>>
>> Only the top level files are needed currently.
>>
>> The inc tree contains a lot of files, so we don't want it all.
>>
>> I hope it's possible to also check out just podlings within content.
>>
> Thanks Sebb.  that explains what Sam and I are seeing then.

Indeed!  Thanks Sebb!

- Sam Ruby

Re: [whimsy] branch master updated: ensure podling status is non null

Posted by "John D. Ament" <jo...@apache.org>.
On Sat, Jun 10, 2017 at 10:34 AM John D. Ament <jo...@apache.org>
wrote:

> On Sat, Jun 10, 2017 at 10:32 AM sebb <se...@gmail.com> wrote:
>
>> On 10 June 2017 at 15:26, John D. Ament <jo...@apache.org> wrote:
>> > On Sat, Jun 10, 2017 at 10:14 AM John D. Ament <jo...@apache.org>
>> > wrote:
>> >
>> >> On Sat, Jun 10, 2017 at 10:11 AM sebb <se...@gmail.com> wrote:
>> >>
>> >>> On 10 June 2017 at 14:44, John D. Ament <jo...@apache.org>
>> wrote:
>> >>> > On Sat, Jun 10, 2017 at 9:42 AM Sam Ruby <ru...@intertwingly.net>
>> >>> wrote:
>> >>> >
>> >>> >> On Sat, Jun 10, 2017 at 9:37 AM, John D. Ament <
>> johndament@apache.org>
>> >>> >> wrote:
>> >>> >> > While I can appreciate the hand fixing this, it doesn't help
>> solve
>> >>> the
>> >>> >> bigger issue which is that the json file didn't generate at *:45.
>> Any
>> >>> >> ideas why?
>> >>> >>
>> >>> >> Looks like it did run: https://whimsy.apache.org/logs/ ?
>> >>> >>
>> >>> >
>> >>> > Then why can't it find the contents of
>> >>> >
>> >>>
>> https://svn.apache.org/repos/asf/incubator/public/trunk/content/podlings/
>> >>> ?
>> >>> > I thought SVN updates every 10 mins.  While I made changes to 3 of
>> them
>> >>> > this morning, I pushed up the converted files last night.
>> >>>
>> >>> repository.yml:
>> >>>
>> >>>   incubator-content:
>> >>>     url: asf/incubator/public/trunk/content
>> >>>     depth: files
>> >>>
>> >>> Only the top level files are needed currently.
>> >>>
>> >>> The inc tree contains a lot of files, so we don't want it all.
>> >>>
>> >>> I hope it's possible to also check out just podlings within content.
>> >>>
>> >>>
>> >> Thanks Sebb.  that explains what Sam and I are seeing then.
>> >>
>> >>
>> >
>> > Ok, i've added the repo and made the other fix you were recommending.
>> >
>> > However, the svn checkout doesn't seem to have happened yet, so
>> > https://whimsy.apache.org/status/svn shows an error.  Not sure if it's
>> just
>> > the cron that has to run.
>>
>> Yes, it's now OK.
>>
>>
> SVN status says yes, however this fails
>
> https://whimsy.apache.org/roster/ppmc/ariatosca
>
>
Ok, there's definitely work to do but we're back online.


>
>
>
>> >
>> >> >
>> >>> >
>> >>> >>
>> >>> >> - Sam Ruby
>> >>> >>
>> >>> >> > On 2017-06-10 09:10 (-0400), rubys@apache.org wrote:
>> >>> >> >> This is an automated email from the ASF dual-hosted git
>> repository.
>> >>> >> >>
>> >>> >> >> rubys 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 cf054fd  ensure podling status is non null
>> >>> >> >> cf054fd is described below
>> >>> >> >>
>> >>> >> >> commit cf054fd55ad12a8bc3b7ff9eae1f6e2e4722f6c5
>> >>> >> >> Author: Sam Ruby <ru...@intertwingly.net>
>> >>> >> >> AuthorDate: Sat Jun 10 09:09:49 2017 -0400
>> >>> >> >>
>> >>> >> >>     ensure podling status is non null
>> >>> >> >> ---
>> >>> >> >>  www/roster/models/ppmc.rb | 2 +-
>> >>> >> >>  1 file changed, 1 insertion(+), 1 deletion(-)
>> >>> >> >>
>> >>> >> >> diff --git a/www/roster/models/ppmc.rb
>> b/www/roster/models/ppmc.rb
>> >>> >> >> index d69571b..0a8d3cb 100644
>> >>> >> >> --- a/www/roster/models/ppmc.rb
>> >>> >> >> +++ b/www/roster/models/ppmc.rb
>> >>> >> >> @@ -47,7 +47,7 @@ class PPMC
>> >>> >> >>        }
>> >>> >> >>      end
>> >>> >> >>
>> >>> >> >> -    statusInfo = ppmc.podlingStatus
>> >>> >> >> +    statusInfo = ppmc.podlingStatus || {news: []}
>> >>> >> >>
>> >>> >> >>      response = {
>> >>> >> >>        id: id,
>> >>> >> >>
>> >>> >> >> --
>> >>> >> >> To stop receiving notification emails like this one, please
>> contact
>> >>> >> >> ['"commits@whimsical.apache.org" <commits@whimsical.apache.org
>> >'].
>> >>> >> >>
>> >>> >>
>> >>>
>> >>
>>
>

Re: [whimsy] branch master updated: ensure podling status is non null

Posted by Sam Ruby <ru...@intertwingly.net>.
On Sat, Jun 10, 2017 at 10:34 AM, John D. Ament <jo...@apache.org> wrote:
> On Sat, Jun 10, 2017 at 10:32 AM sebb <se...@gmail.com> wrote:
>
>> On 10 June 2017 at 15:26, John D. Ament <jo...@apache.org> wrote:
>> > On Sat, Jun 10, 2017 at 10:14 AM John D. Ament <jo...@apache.org>
>> > wrote:
>> >
>> >> On Sat, Jun 10, 2017 at 10:11 AM sebb <se...@gmail.com> wrote:
>> >>
>> >>> On 10 June 2017 at 14:44, John D. Ament <jo...@apache.org> wrote:
>> >>> > On Sat, Jun 10, 2017 at 9:42 AM Sam Ruby <ru...@intertwingly.net>
>> >>> wrote:
>> >>> >
>> >>> >> On Sat, Jun 10, 2017 at 9:37 AM, John D. Ament <
>> johndament@apache.org>
>> >>> >> wrote:
>> >>> >> > While I can appreciate the hand fixing this, it doesn't help solve
>> >>> the
>> >>> >> bigger issue which is that the json file didn't generate at *:45.
>> Any
>> >>> >> ideas why?
>> >>> >>
>> >>> >> Looks like it did run: https://whimsy.apache.org/logs/ ?
>> >>> >>
>> >>> >
>> >>> > Then why can't it find the contents of
>> >>> >
>> >>>
>> https://svn.apache.org/repos/asf/incubator/public/trunk/content/podlings/
>> >>> ?
>> >>> > I thought SVN updates every 10 mins.  While I made changes to 3 of
>> them
>> >>> > this morning, I pushed up the converted files last night.
>> >>>
>> >>> repository.yml:
>> >>>
>> >>>   incubator-content:
>> >>>     url: asf/incubator/public/trunk/content
>> >>>     depth: files
>> >>>
>> >>> Only the top level files are needed currently.
>> >>>
>> >>> The inc tree contains a lot of files, so we don't want it all.
>> >>>
>> >>> I hope it's possible to also check out just podlings within content.
>> >>>
>> >>>
>> >> Thanks Sebb.  that explains what Sam and I are seeing then.
>> >>
>> >>
>> >
>> > Ok, i've added the repo and made the other fix you were recommending.
>> >
>> > However, the svn checkout doesn't seem to have happened yet, so
>> > https://whimsy.apache.org/status/svn shows an error.  Not sure if it's
>> just
>> > the cron that has to run.
>>
>> Yes, it's now OK.
>>
>>
> SVN status says yes, however this fails
>
> https://whimsy.apache.org/roster/ppmc/ariatosca

Fixed by restarting the roster tool using
https://whimsy.apache.org/status/passenger

The problem is that the list of repositories is cached in @repos in
ASF::SVN, and never updated.

- Sam Ruby

>
>
>> >
>> >> >
>> >>> >
>> >>> >>
>> >>> >> - Sam Ruby
>> >>> >>
>> >>> >> > On 2017-06-10 09:10 (-0400), rubys@apache.org wrote:
>> >>> >> >> This is an automated email from the ASF dual-hosted git
>> repository.
>> >>> >> >>
>> >>> >> >> rubys 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 cf054fd  ensure podling status is non null
>> >>> >> >> cf054fd is described below
>> >>> >> >>
>> >>> >> >> commit cf054fd55ad12a8bc3b7ff9eae1f6e2e4722f6c5
>> >>> >> >> Author: Sam Ruby <ru...@intertwingly.net>
>> >>> >> >> AuthorDate: Sat Jun 10 09:09:49 2017 -0400
>> >>> >> >>
>> >>> >> >>     ensure podling status is non null
>> >>> >> >> ---
>> >>> >> >>  www/roster/models/ppmc.rb | 2 +-
>> >>> >> >>  1 file changed, 1 insertion(+), 1 deletion(-)
>> >>> >> >>
>> >>> >> >> diff --git a/www/roster/models/ppmc.rb
>> b/www/roster/models/ppmc.rb
>> >>> >> >> index d69571b..0a8d3cb 100644
>> >>> >> >> --- a/www/roster/models/ppmc.rb
>> >>> >> >> +++ b/www/roster/models/ppmc.rb
>> >>> >> >> @@ -47,7 +47,7 @@ class PPMC
>> >>> >> >>        }
>> >>> >> >>      end
>> >>> >> >>
>> >>> >> >> -    statusInfo = ppmc.podlingStatus
>> >>> >> >> +    statusInfo = ppmc.podlingStatus || {news: []}
>> >>> >> >>
>> >>> >> >>      response = {
>> >>> >> >>        id: id,
>> >>> >> >>
>> >>> >> >> --
>> >>> >> >> To stop receiving notification emails like this one, please
>> contact
>> >>> >> >> ['"commits@whimsical.apache.org" <commits@whimsical.apache.org
>> >'].
>> >>> >> >>
>> >>> >>
>> >>>
>> >>
>>

Re: [whimsy] branch master updated: ensure podling status is non null

Posted by "John D. Ament" <jo...@apache.org>.
On Sat, Jun 10, 2017 at 10:32 AM sebb <se...@gmail.com> wrote:

> On 10 June 2017 at 15:26, John D. Ament <jo...@apache.org> wrote:
> > On Sat, Jun 10, 2017 at 10:14 AM John D. Ament <jo...@apache.org>
> > wrote:
> >
> >> On Sat, Jun 10, 2017 at 10:11 AM sebb <se...@gmail.com> wrote:
> >>
> >>> On 10 June 2017 at 14:44, John D. Ament <jo...@apache.org> wrote:
> >>> > On Sat, Jun 10, 2017 at 9:42 AM Sam Ruby <ru...@intertwingly.net>
> >>> wrote:
> >>> >
> >>> >> On Sat, Jun 10, 2017 at 9:37 AM, John D. Ament <
> johndament@apache.org>
> >>> >> wrote:
> >>> >> > While I can appreciate the hand fixing this, it doesn't help solve
> >>> the
> >>> >> bigger issue which is that the json file didn't generate at *:45.
> Any
> >>> >> ideas why?
> >>> >>
> >>> >> Looks like it did run: https://whimsy.apache.org/logs/ ?
> >>> >>
> >>> >
> >>> > Then why can't it find the contents of
> >>> >
> >>>
> https://svn.apache.org/repos/asf/incubator/public/trunk/content/podlings/
> >>> ?
> >>> > I thought SVN updates every 10 mins.  While I made changes to 3 of
> them
> >>> > this morning, I pushed up the converted files last night.
> >>>
> >>> repository.yml:
> >>>
> >>>   incubator-content:
> >>>     url: asf/incubator/public/trunk/content
> >>>     depth: files
> >>>
> >>> Only the top level files are needed currently.
> >>>
> >>> The inc tree contains a lot of files, so we don't want it all.
> >>>
> >>> I hope it's possible to also check out just podlings within content.
> >>>
> >>>
> >> Thanks Sebb.  that explains what Sam and I are seeing then.
> >>
> >>
> >
> > Ok, i've added the repo and made the other fix you were recommending.
> >
> > However, the svn checkout doesn't seem to have happened yet, so
> > https://whimsy.apache.org/status/svn shows an error.  Not sure if it's
> just
> > the cron that has to run.
>
> Yes, it's now OK.
>
>
SVN status says yes, however this fails

https://whimsy.apache.org/roster/ppmc/ariatosca




> >
> >> >
> >>> >
> >>> >>
> >>> >> - Sam Ruby
> >>> >>
> >>> >> > On 2017-06-10 09:10 (-0400), rubys@apache.org wrote:
> >>> >> >> This is an automated email from the ASF dual-hosted git
> repository.
> >>> >> >>
> >>> >> >> rubys 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 cf054fd  ensure podling status is non null
> >>> >> >> cf054fd is described below
> >>> >> >>
> >>> >> >> commit cf054fd55ad12a8bc3b7ff9eae1f6e2e4722f6c5
> >>> >> >> Author: Sam Ruby <ru...@intertwingly.net>
> >>> >> >> AuthorDate: Sat Jun 10 09:09:49 2017 -0400
> >>> >> >>
> >>> >> >>     ensure podling status is non null
> >>> >> >> ---
> >>> >> >>  www/roster/models/ppmc.rb | 2 +-
> >>> >> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>> >> >>
> >>> >> >> diff --git a/www/roster/models/ppmc.rb
> b/www/roster/models/ppmc.rb
> >>> >> >> index d69571b..0a8d3cb 100644
> >>> >> >> --- a/www/roster/models/ppmc.rb
> >>> >> >> +++ b/www/roster/models/ppmc.rb
> >>> >> >> @@ -47,7 +47,7 @@ class PPMC
> >>> >> >>        }
> >>> >> >>      end
> >>> >> >>
> >>> >> >> -    statusInfo = ppmc.podlingStatus
> >>> >> >> +    statusInfo = ppmc.podlingStatus || {news: []}
> >>> >> >>
> >>> >> >>      response = {
> >>> >> >>        id: id,
> >>> >> >>
> >>> >> >> --
> >>> >> >> To stop receiving notification emails like this one, please
> contact
> >>> >> >> ['"commits@whimsical.apache.org" <commits@whimsical.apache.org
> >'].
> >>> >> >>
> >>> >>
> >>>
> >>
>

Re: [whimsy] branch master updated: ensure podling status is non null

Posted by sebb <se...@gmail.com>.
On 10 June 2017 at 15:26, John D. Ament <jo...@apache.org> wrote:
> On Sat, Jun 10, 2017 at 10:14 AM John D. Ament <jo...@apache.org>
> wrote:
>
>> On Sat, Jun 10, 2017 at 10:11 AM sebb <se...@gmail.com> wrote:
>>
>>> On 10 June 2017 at 14:44, John D. Ament <jo...@apache.org> wrote:
>>> > On Sat, Jun 10, 2017 at 9:42 AM Sam Ruby <ru...@intertwingly.net>
>>> wrote:
>>> >
>>> >> On Sat, Jun 10, 2017 at 9:37 AM, John D. Ament <jo...@apache.org>
>>> >> wrote:
>>> >> > While I can appreciate the hand fixing this, it doesn't help solve
>>> the
>>> >> bigger issue which is that the json file didn't generate at *:45.  Any
>>> >> ideas why?
>>> >>
>>> >> Looks like it did run: https://whimsy.apache.org/logs/ ?
>>> >>
>>> >
>>> > Then why can't it find the contents of
>>> >
>>> https://svn.apache.org/repos/asf/incubator/public/trunk/content/podlings/
>>> ?
>>> > I thought SVN updates every 10 mins.  While I made changes to 3 of them
>>> > this morning, I pushed up the converted files last night.
>>>
>>> repository.yml:
>>>
>>>   incubator-content:
>>>     url: asf/incubator/public/trunk/content
>>>     depth: files
>>>
>>> Only the top level files are needed currently.
>>>
>>> The inc tree contains a lot of files, so we don't want it all.
>>>
>>> I hope it's possible to also check out just podlings within content.
>>>
>>>
>> Thanks Sebb.  that explains what Sam and I are seeing then.
>>
>>
>
> Ok, i've added the repo and made the other fix you were recommending.
>
> However, the svn checkout doesn't seem to have happened yet, so
> https://whimsy.apache.org/status/svn shows an error.  Not sure if it's just
> the cron that has to run.

Yes, it's now OK.

>
>> >
>>> >
>>> >>
>>> >> - Sam Ruby
>>> >>
>>> >> > On 2017-06-10 09:10 (-0400), rubys@apache.org wrote:
>>> >> >> This is an automated email from the ASF dual-hosted git repository.
>>> >> >>
>>> >> >> rubys 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 cf054fd  ensure podling status is non null
>>> >> >> cf054fd is described below
>>> >> >>
>>> >> >> commit cf054fd55ad12a8bc3b7ff9eae1f6e2e4722f6c5
>>> >> >> Author: Sam Ruby <ru...@intertwingly.net>
>>> >> >> AuthorDate: Sat Jun 10 09:09:49 2017 -0400
>>> >> >>
>>> >> >>     ensure podling status is non null
>>> >> >> ---
>>> >> >>  www/roster/models/ppmc.rb | 2 +-
>>> >> >>  1 file changed, 1 insertion(+), 1 deletion(-)
>>> >> >>
>>> >> >> diff --git a/www/roster/models/ppmc.rb b/www/roster/models/ppmc.rb
>>> >> >> index d69571b..0a8d3cb 100644
>>> >> >> --- a/www/roster/models/ppmc.rb
>>> >> >> +++ b/www/roster/models/ppmc.rb
>>> >> >> @@ -47,7 +47,7 @@ class PPMC
>>> >> >>        }
>>> >> >>      end
>>> >> >>
>>> >> >> -    statusInfo = ppmc.podlingStatus
>>> >> >> +    statusInfo = ppmc.podlingStatus || {news: []}
>>> >> >>
>>> >> >>      response = {
>>> >> >>        id: id,
>>> >> >>
>>> >> >> --
>>> >> >> To stop receiving notification emails like this one, please contact
>>> >> >> ['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].
>>> >> >>
>>> >>
>>>
>>

Re: [whimsy] branch master updated: ensure podling status is non null

Posted by "John D. Ament" <jo...@apache.org>.
On Sat, Jun 10, 2017 at 10:14 AM John D. Ament <jo...@apache.org>
wrote:

> On Sat, Jun 10, 2017 at 10:11 AM sebb <se...@gmail.com> wrote:
>
>> On 10 June 2017 at 14:44, John D. Ament <jo...@apache.org> wrote:
>> > On Sat, Jun 10, 2017 at 9:42 AM Sam Ruby <ru...@intertwingly.net>
>> wrote:
>> >
>> >> On Sat, Jun 10, 2017 at 9:37 AM, John D. Ament <jo...@apache.org>
>> >> wrote:
>> >> > While I can appreciate the hand fixing this, it doesn't help solve
>> the
>> >> bigger issue which is that the json file didn't generate at *:45.  Any
>> >> ideas why?
>> >>
>> >> Looks like it did run: https://whimsy.apache.org/logs/ ?
>> >>
>> >
>> > Then why can't it find the contents of
>> >
>> https://svn.apache.org/repos/asf/incubator/public/trunk/content/podlings/
>> ?
>> > I thought SVN updates every 10 mins.  While I made changes to 3 of them
>> > this morning, I pushed up the converted files last night.
>>
>> repository.yml:
>>
>>   incubator-content:
>>     url: asf/incubator/public/trunk/content
>>     depth: files
>>
>> Only the top level files are needed currently.
>>
>> The inc tree contains a lot of files, so we don't want it all.
>>
>> I hope it's possible to also check out just podlings within content.
>>
>>
> Thanks Sebb.  that explains what Sam and I are seeing then.
>
>

Ok, i've added the repo and made the other fix you were recommending.

However, the svn checkout doesn't seem to have happened yet, so
https://whimsy.apache.org/status/svn shows an error.  Not sure if it's just
the cron that has to run.


> >
>> >
>> >>
>> >> - Sam Ruby
>> >>
>> >> > On 2017-06-10 09:10 (-0400), rubys@apache.org wrote:
>> >> >> This is an automated email from the ASF dual-hosted git repository.
>> >> >>
>> >> >> rubys 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 cf054fd  ensure podling status is non null
>> >> >> cf054fd is described below
>> >> >>
>> >> >> commit cf054fd55ad12a8bc3b7ff9eae1f6e2e4722f6c5
>> >> >> Author: Sam Ruby <ru...@intertwingly.net>
>> >> >> AuthorDate: Sat Jun 10 09:09:49 2017 -0400
>> >> >>
>> >> >>     ensure podling status is non null
>> >> >> ---
>> >> >>  www/roster/models/ppmc.rb | 2 +-
>> >> >>  1 file changed, 1 insertion(+), 1 deletion(-)
>> >> >>
>> >> >> diff --git a/www/roster/models/ppmc.rb b/www/roster/models/ppmc.rb
>> >> >> index d69571b..0a8d3cb 100644
>> >> >> --- a/www/roster/models/ppmc.rb
>> >> >> +++ b/www/roster/models/ppmc.rb
>> >> >> @@ -47,7 +47,7 @@ class PPMC
>> >> >>        }
>> >> >>      end
>> >> >>
>> >> >> -    statusInfo = ppmc.podlingStatus
>> >> >> +    statusInfo = ppmc.podlingStatus || {news: []}
>> >> >>
>> >> >>      response = {
>> >> >>        id: id,
>> >> >>
>> >> >> --
>> >> >> To stop receiving notification emails like this one, please contact
>> >> >> ['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].
>> >> >>
>> >>
>>
>

Re: [whimsy] branch master updated: ensure podling status is non null

Posted by "John D. Ament" <jo...@apache.org>.
On Sat, Jun 10, 2017 at 10:11 AM sebb <se...@gmail.com> wrote:

> On 10 June 2017 at 14:44, John D. Ament <jo...@apache.org> wrote:
> > On Sat, Jun 10, 2017 at 9:42 AM Sam Ruby <ru...@intertwingly.net> wrote:
> >
> >> On Sat, Jun 10, 2017 at 9:37 AM, John D. Ament <jo...@apache.org>
> >> wrote:
> >> > While I can appreciate the hand fixing this, it doesn't help solve the
> >> bigger issue which is that the json file didn't generate at *:45.  Any
> >> ideas why?
> >>
> >> Looks like it did run: https://whimsy.apache.org/logs/ ?
> >>
> >
> > Then why can't it find the contents of
> >
> https://svn.apache.org/repos/asf/incubator/public/trunk/content/podlings/
> ?
> > I thought SVN updates every 10 mins.  While I made changes to 3 of them
> > this morning, I pushed up the converted files last night.
>
> repository.yml:
>
>   incubator-content:
>     url: asf/incubator/public/trunk/content
>     depth: files
>
> Only the top level files are needed currently.
>
> The inc tree contains a lot of files, so we don't want it all.
>
> I hope it's possible to also check out just podlings within content.
>
>
Thanks Sebb.  that explains what Sam and I are seeing then.


> >
> >
> >>
> >> - Sam Ruby
> >>
> >> > On 2017-06-10 09:10 (-0400), rubys@apache.org wrote:
> >> >> This is an automated email from the ASF dual-hosted git repository.
> >> >>
> >> >> rubys 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 cf054fd  ensure podling status is non null
> >> >> cf054fd is described below
> >> >>
> >> >> commit cf054fd55ad12a8bc3b7ff9eae1f6e2e4722f6c5
> >> >> Author: Sam Ruby <ru...@intertwingly.net>
> >> >> AuthorDate: Sat Jun 10 09:09:49 2017 -0400
> >> >>
> >> >>     ensure podling status is non null
> >> >> ---
> >> >>  www/roster/models/ppmc.rb | 2 +-
> >> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >> >>
> >> >> diff --git a/www/roster/models/ppmc.rb b/www/roster/models/ppmc.rb
> >> >> index d69571b..0a8d3cb 100644
> >> >> --- a/www/roster/models/ppmc.rb
> >> >> +++ b/www/roster/models/ppmc.rb
> >> >> @@ -47,7 +47,7 @@ class PPMC
> >> >>        }
> >> >>      end
> >> >>
> >> >> -    statusInfo = ppmc.podlingStatus
> >> >> +    statusInfo = ppmc.podlingStatus || {news: []}
> >> >>
> >> >>      response = {
> >> >>        id: id,
> >> >>
> >> >> --
> >> >> To stop receiving notification emails like this one, please contact
> >> >> ['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].
> >> >>
> >>
>

Re: [whimsy] branch master updated: ensure podling status is non null

Posted by sebb <se...@gmail.com>.
On 10 June 2017 at 14:44, John D. Ament <jo...@apache.org> wrote:
> On Sat, Jun 10, 2017 at 9:42 AM Sam Ruby <ru...@intertwingly.net> wrote:
>
>> On Sat, Jun 10, 2017 at 9:37 AM, John D. Ament <jo...@apache.org>
>> wrote:
>> > While I can appreciate the hand fixing this, it doesn't help solve the
>> bigger issue which is that the json file didn't generate at *:45.  Any
>> ideas why?
>>
>> Looks like it did run: https://whimsy.apache.org/logs/ ?
>>
>
> Then why can't it find the contents of
> https://svn.apache.org/repos/asf/incubator/public/trunk/content/podlings/ ?
> I thought SVN updates every 10 mins.  While I made changes to 3 of them
> this morning, I pushed up the converted files last night.

repository.yml:

  incubator-content:
    url: asf/incubator/public/trunk/content
    depth: files

Only the top level files are needed currently.

The inc tree contains a lot of files, so we don't want it all.

I hope it's possible to also check out just podlings within content.

>
>
>>
>> - Sam Ruby
>>
>> > On 2017-06-10 09:10 (-0400), rubys@apache.org wrote:
>> >> This is an automated email from the ASF dual-hosted git repository.
>> >>
>> >> rubys 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 cf054fd  ensure podling status is non null
>> >> cf054fd is described below
>> >>
>> >> commit cf054fd55ad12a8bc3b7ff9eae1f6e2e4722f6c5
>> >> Author: Sam Ruby <ru...@intertwingly.net>
>> >> AuthorDate: Sat Jun 10 09:09:49 2017 -0400
>> >>
>> >>     ensure podling status is non null
>> >> ---
>> >>  www/roster/models/ppmc.rb | 2 +-
>> >>  1 file changed, 1 insertion(+), 1 deletion(-)
>> >>
>> >> diff --git a/www/roster/models/ppmc.rb b/www/roster/models/ppmc.rb
>> >> index d69571b..0a8d3cb 100644
>> >> --- a/www/roster/models/ppmc.rb
>> >> +++ b/www/roster/models/ppmc.rb
>> >> @@ -47,7 +47,7 @@ class PPMC
>> >>        }
>> >>      end
>> >>
>> >> -    statusInfo = ppmc.podlingStatus
>> >> +    statusInfo = ppmc.podlingStatus || {news: []}
>> >>
>> >>      response = {
>> >>        id: id,
>> >>
>> >> --
>> >> To stop receiving notification emails like this one, please contact
>> >> ['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].
>> >>
>>

Re: [whimsy] branch master updated: ensure podling status is non null

Posted by "John D. Ament" <jo...@apache.org>.
On Sat, Jun 10, 2017 at 9:42 AM Sam Ruby <ru...@intertwingly.net> wrote:

> On Sat, Jun 10, 2017 at 9:37 AM, John D. Ament <jo...@apache.org>
> wrote:
> > While I can appreciate the hand fixing this, it doesn't help solve the
> bigger issue which is that the json file didn't generate at *:45.  Any
> ideas why?
>
> Looks like it did run: https://whimsy.apache.org/logs/ ?
>

Then why can't it find the contents of
https://svn.apache.org/repos/asf/incubator/public/trunk/content/podlings/ ?
I thought SVN updates every 10 mins.  While I made changes to 3 of them
this morning, I pushed up the converted files last night.



>
> - Sam Ruby
>
> > On 2017-06-10 09:10 (-0400), rubys@apache.org wrote:
> >> This is an automated email from the ASF dual-hosted git repository.
> >>
> >> rubys 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 cf054fd  ensure podling status is non null
> >> cf054fd is described below
> >>
> >> commit cf054fd55ad12a8bc3b7ff9eae1f6e2e4722f6c5
> >> Author: Sam Ruby <ru...@intertwingly.net>
> >> AuthorDate: Sat Jun 10 09:09:49 2017 -0400
> >>
> >>     ensure podling status is non null
> >> ---
> >>  www/roster/models/ppmc.rb | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/www/roster/models/ppmc.rb b/www/roster/models/ppmc.rb
> >> index d69571b..0a8d3cb 100644
> >> --- a/www/roster/models/ppmc.rb
> >> +++ b/www/roster/models/ppmc.rb
> >> @@ -47,7 +47,7 @@ class PPMC
> >>        }
> >>      end
> >>
> >> -    statusInfo = ppmc.podlingStatus
> >> +    statusInfo = ppmc.podlingStatus || {news: []}
> >>
> >>      response = {
> >>        id: id,
> >>
> >> --
> >> To stop receiving notification emails like this one, please contact
> >> ['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].
> >>
>