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 2020/07/20 23:54:20 UTC

[whimsy] branch master updated (821d141 -> 6d10abf)

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git.


    from 821d141  Simplify by using library methods
     new e583028  Use library for svn URLs
     new 6d10abf  += committers

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 repository.yml                      | 4 ++++
 www/committers/index.cgi            | 2 +-
 www/roster/views/committees.html.rb | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)


[whimsy] 02/02: += committers

Posted by se...@apache.org.
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

commit 6d10abf8e800eaad1fdc79416bd51f52740f6fd9
Author: Sebb <se...@apache.org>
AuthorDate: Tue Jul 21 00:54:10 2020 +0100

    += committers
---
 repository.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/repository.yml b/repository.yml
index 49c2ffa..8530b98 100644
--- a/repository.yml
+++ b/repository.yml
@@ -83,6 +83,10 @@
     url: asf/comdev/site/trunk/content/speakers/talks
     depth: files
 
+  committers:
+    url: private/committers
+    depth: skip
+
   conflict-of-interest:
     url: private/documents/conflict-of-interest
     depth: skip


[whimsy] 01/02: Use library for svn URLs

Posted by se...@apache.org.
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

commit e5830288974008c5387d927f482342471bc64bb1
Author: Sebb <se...@apache.org>
AuthorDate: Tue Jul 21 00:53:47 2020 +0100

    Use library for svn URLs
---
 www/committers/index.cgi            | 2 +-
 www/roster/views/committees.html.rb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/committers/index.cgi b/www/committers/index.cgi
index 469a59d..d49c2ea 100755
--- a/www/committers/index.cgi
+++ b/www/committers/index.cgi
@@ -20,7 +20,7 @@ _html do
       relatedtitle: 'More Useful Links',
       related: {
         "/committers/tools" => "Whimsy All Tools Listing",
-        "https://svn.apache.org/repos/private/committers/" => "Checkout the private 'committers' repo for Committers",
+        ASF::SVN.svnpath!('committers') => "Checkout the private 'committers' repo for Committers",
         "https://github.com/apache/whimsy/blob/master/www#{ENV['SCRIPT_NAME']}" => "See This Source Code",
         "mailto:dev@whimsical.apache.org?subject=[FEEDBACK] members/index idea" => "Email Feedback To dev@whimsical"
       },
diff --git a/www/roster/views/committees.html.rb b/www/roster/views/committees.html.rb
index 5bd4516..1f743d4 100644
--- a/www/roster/views/committees.html.rb
+++ b/www/roster/views/committees.html.rb
@@ -11,7 +11,7 @@ _html do
     relatedtitle: 'More Useful Links',
     related: {
       "/committers/tools" => "Whimsy All Tools Listing",
-      "https://svn.apache.org/repos/private/committers/" => "Checkout the private 'committers' repo for Committers",
+      ASF::SVN.svnpath!('committers') => "Checkout the private 'committers' repo for Committers",
       "https://github.com/apache/whimsy/blob/master/www#{ENV['SCRIPT_NAME']}" => "See This Source Code",
       "mailto:dev@whimsical.apache.org?subject=[FEEDBACK] members/index idea" => "Email Feedback To dev@whimsical"
     },