On Sat, Jun 10, 2017 at 10:14 AM John D. Ament <johndam...@apache.org> wrote:
> On Sat, Jun 10, 2017 at 10:11 AM sebb <seb...@gmail.com> wrote: > >> On 10 June 2017 at 14:44, John D. Ament <johndam...@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 <johndam...@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), ru...@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 >> >> >> ['"comm...@whimsical.apache.org" <comm...@whimsical.apache.org>']. >> >> >> >> >> >> >