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 49fb2f1  Use library to get SVN URL
49fb2f1 is described below

commit 49fb2f10c70af4bfd11b8f2a4ae9153d9d98fd5c
Author: Sebb <[email protected]>
AuthorDate: Mon Jul 20 16:18:43 2020 +0100

    Use library to get SVN URL
---
 tools/collate_minutes.rb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tools/collate_minutes.rb b/tools/collate_minutes.rb
index 5e0a200..9a67566 100755
--- a/tools/collate_minutes.rb
+++ b/tools/collate_minutes.rb
@@ -826,8 +826,7 @@ agenda.sort.each do |title, reports|
           href = "http://apache.org/foundation/records/minutes/"; +
             "#{report.meeting[0...4]}/board_minutes_#{report.meeting}.txt"
         else
-          href = 'https://svn.apache.org/repos/private/foundation/board/' +
-            "board_minutes_#{report.meeting}.txt"
+          href = ASF::SVN.svnpath!('foundation_board', 
"board_minutes_#{report.meeting}.txt")
         end
 
         x.a Date.parse(report.meeting.gsub('_','/')).strftime("%d %b %Y"),

Reply via email to