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/17 12:53:02 UTC

[whimsy] branch master updated: Misleading URL

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 9fd8909  Misleading URL
9fd8909 is described below

commit 9fd8909b01bf9e9e15e9a95e865efe62576adfb3
Author: Sebb <se...@apache.org>
AuthorDate: Fri Jul 17 13:52:53 2020 +0100

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

diff --git a/tools/pubsub.rb b/tools/pubsub.rb
index c79e358..7c2445f 100644
--- a/tools/pubsub.rb
+++ b/tools/pubsub.rb
@@ -28,7 +28,6 @@ options.local = '/srv/whimsy'
 options.pidfile = "/var/run/#{script}.pid"
 options.streamURL = 'http://pubsub.apache.org:2069/git/'
 options.puppet = false
-# options.streamURL = 'http://svn.apache.org:2069/commits'
 
 optionparser = OptionParser.new do |opts|
   opts.on '-u', '--user id', "Optional user to run #{script} as" do |user|