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 23:04:13 UTC

[whimsy] branch master updated: Oops, causes test failures; temporary revert

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 6a15dad  Oops, causes test failures; temporary revert
6a15dad is described below

commit 6a15dadabe826fd88a3b1fd2ece12bcc795203c2
Author: Sebb <se...@apache.org>
AuthorDate: Fri Jul 10 00:04:04 2020 +0100

    Oops, causes test failures; temporary revert
---
 lib/whimsy/asf/svn.rb | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/lib/whimsy/asf/svn.rb b/lib/whimsy/asf/svn.rb
index 332b520..8052f39 100644
--- a/lib/whimsy/asf/svn.rb
+++ b/lib/whimsy/asf/svn.rb
@@ -954,12 +954,12 @@ module ASF
     
     # Calculate svn parent directory allowing for overrides
     def self.svn_parent
-      svn = ASF::Config.get(:svn)
-      if svn.instance_of? String and svn.end_with? '/*'
-        File.dirname(svn)
-      else
+      # svn = ASF::Config.get(:svn)
+      # if svn.instance_of? String and svn.end_with? '/*'
+      #   File.dirname(svn)
+      # else
         File.join(ASF::Config.root,'svn')
-      end
+      # end
     end
 
     # get listing names for updating and returning SVN directory listings