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/23 11:07:16 UTC

[whimsy] branch master updated: No longer needed

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 a854b23  No longer needed
a854b23 is described below

commit a854b23b8eec951963247a2029cdee32053136c0
Author: Sebb <se...@apache.org>
AuthorDate: Thu Jul 23 12:07:06 2020 +0100

    No longer needed
---
 lib/whimsy/asf/svn.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/whimsy/asf/svn.rb b/lib/whimsy/asf/svn.rb
index 705e856..78137ae 100644
--- a/lib/whimsy/asf/svn.rb
+++ b/lib/whimsy/asf/svn.rb
@@ -804,7 +804,6 @@ module ASF
         throw RuntimeError.new("Failed to get revision for #{directory}: #{err}")
       end
       target = File.join(directory, filename)
-      out, err = self.svn('list', target, {env: env})
       return 1 if self.exist?(target, parentrev, env, options)
       commands = [['put', source, target]]
       # Detect file created in parallel. This generates the error message: