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/11/24 16:40:53 UTC

[whimsy] branch master updated (a294d7a -> c93ec2f)

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git.


    from a294d7a  Replace deprecated method
     new 7616e41  Unnecessary
     new c93ec2f  Disambiguate

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 tools/pubsub.rb | 1 -
 www/test.cgi    | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)


[whimsy] 02/02: Disambiguate

Posted by se...@apache.org.
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

commit c93ec2ff0960ec6c41d39bbfa7ab7ce05cd3bb94
Author: Sebb <se...@apache.org>
AuthorDate: Tue Nov 24 16:40:44 2020 +0000

    Disambiguate
---
 www/test.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/test.cgi b/www/test.cgi
index 70971f9..bf61f37 100755
--- a/www/test.cgi
+++ b/www/test.cgi
@@ -15,7 +15,7 @@ end
 
 def puts_system(*cmd)
   puts ['$', cmd].join ' '
-  system *cmd
+  system(*cmd)
 end
 
 # Optional extra info (from the main script only)


[whimsy] 01/02: Unnecessary

Posted by se...@apache.org.
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

commit 7616e4168f1bc75a3e5912265e57b6f180a8e073
Author: Sebb <se...@apache.org>
AuthorDate: Tue Nov 24 16:40:10 2020 +0000

    Unnecessary
---
 tools/pubsub.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/pubsub.rb b/tools/pubsub.rb
index ddbe048..ffb036d 100644
--- a/tools/pubsub.rb
+++ b/tools/pubsub.rb
@@ -12,7 +12,6 @@ require 'ostruct'
 require 'etc'
 require 'net/http'
 require 'json'
-require 'thread'
 require 'fileutils'
 
 # extract script name