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/18 16:27:51 UTC

[whimsy] branch master updated: Needs to run from Whimsy home

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 d2a6020  Needs to run from Whimsy home
d2a6020 is described below

commit d2a6020f6274ce7124d45634ceda2cacdfe0f18b
Author: Sebb <se...@apache.org>
AuthorDate: Sat Jul 18 17:27:40 2020 +0100

    Needs to run from Whimsy home
---
 tools/pubsub2rake.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/pubsub2rake.rb b/tools/pubsub2rake.rb
index 75b524e..54eb601 100755
--- a/tools/pubsub2rake.rb
+++ b/tools/pubsub2rake.rb
@@ -125,7 +125,7 @@ if $0 == __FILE__
       matches.each do |k,v|
         # For initial testing, just use echo
         cmd = ['echo', 'rake', "svn:update[#{k}]"]
-        unless system(*cmd)
+        unless system(*cmd, {chdir: '/srv/whimsy'})
           puts "Error #{$?} processing #{cmd}"
         end
       end