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 18:23:09 UTC

[whimsy] branch master updated: Looks like *.js.rb may not have access to ASF::SVN

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 f862baf  Looks like *.js.rb may not have access to ASF::SVN
f862baf is described below

commit f862baf769a1ecb8909ab73bcba70c2267173d5a
Author: Sebb <se...@apache.org>
AuthorDate: Mon Jul 20 19:22:43 2020 +0100

    Looks like *.js.rb may not have access to ASF::SVN
---
 www/board/agenda/views/pages/report.js.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/views/pages/report.js.rb b/www/board/agenda/views/pages/report.js.rb
index d8c800d..aea8c17 100644
--- a/www/board/agenda/views/pages/report.js.rb
+++ b/www/board/agenda/views/pages/report.js.rb
@@ -269,7 +269,7 @@ class Report < Vue
   def linkMinutes(text)
     text.gsub! /board_minutes_(\d+)_\d+_\d+\.txt/ do |match, year|
       if Server.drafts.include? match
-        link = ASF::SVN.svnpath!('foundation_board', match)
+        link = "https://svn.apache.org/repos/private/foundation/board/#{match}"
       else
         link = "http://apache.org/foundation/records/minutes/#{year}/#{match}"
       end