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/09 16:50:12 UTC

[whimsy] branch master updated: Fix up magic strings

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 158f964  Fix up magic strings
158f964 is described below

commit 158f9649599bffef557fe3f5e35df8925cd99309
Author: Sebb <se...@apache.org>
AuthorDate: Thu Jul 9 17:50:03 2020 +0100

    Fix up magic strings
---
 tools/comdevtalks.rb | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/tools/comdevtalks.rb b/tools/comdevtalks.rb
index 1546ce1..f3c8feb 100644
--- a/tools/comdevtalks.rb
+++ b/tools/comdevtalks.rb
@@ -1,12 +1,14 @@
 #!/usr/bin/env ruby
 
 #  ComDev Talks: Parse ComDev listings of Apache-related talks
+$LOAD_PATH.unshift '/srv/whimsy/lib'
+require 'whimsy/asf'
 
 require 'yaml'
 require 'json'
 
-COMDEVTALKS = 'https://svn.apache.org/repos/asf/comdev/site/trunk/content/speakers/talks/' # *.yaml
-COMDEVDIR = '/Users/curcuru/src/comdev/site/trunk/content/speakers/talks/' # *.yaml
+COMDEVTALKS = ASF::SVN.svnurl!('comdevtalks') # *.yaml
+COMDEVDIR = ASF::SVN['comdevtalks'] # *.yaml
 SKIPFILE = 'README.yaml'
 
 # Parse all talks and submitters