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:32:24 UTC

[whimsy] branch master updated: Go live

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 b3abbda  Go live
b3abbda is described below

commit b3abbda712c224a42d922f635b60504f36c547f0
Author: Sebb <se...@apache.org>
AuthorDate: Sat Jul 18 17:32:15 2020 +0100

    Go live
---
 tools/pubsub2rake.rb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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