You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2018/04/04 18:40:30 UTC

[whimsy] branch master updated: Ensure there's always a website address

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 64eca1e  Ensure there's always a website address
64eca1e is described below

commit 64eca1e0f98b0cd0c013f4f6e74242837fcb7bac
Author: Sebb <se...@apache.org>
AuthorDate: Wed Apr 4 19:39:38 2018 +0100

    Ensure there's always a website address
---
 lib/whimsy/asf/podling.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/podling.rb b/lib/whimsy/asf/podling.rb
index 0fc771b..493372a 100644
--- a/lib/whimsy/asf/podling.rb
+++ b/lib/whimsy/asf/podling.rb
@@ -281,7 +281,7 @@ module ASF
         end if rawYaml[:news]
         hash
       else
-        {news: []}
+        {news: [], website: 'http://'+self.resource+'.incubator.apache.org',}
       end
     end
 

-- 
To stop receiving notification emails like this one, please contact
sebb@apache.org.