You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2015/09/18 00:31:27 UTC

svn commit: r1703723 - /comdev/projects.apache.org/scripts/cronjobs/pubsubber.py

Author: sebb
Date: Thu Sep 17 22:31:26 2015
New Revision: 1703723

URL: http://svn.apache.org/viewvc?rev=1703723&view=rev
Log:
Use service name, not the host that happens to run the service ...

Modified:
    comdev/projects.apache.org/scripts/cronjobs/pubsubber.py

Modified: comdev/projects.apache.org/scripts/cronjobs/pubsubber.py
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/scripts/cronjobs/pubsubber.py?rev=1703723&r1=1703722&r2=1703723&view=diff
==============================================================================
--- comdev/projects.apache.org/scripts/cronjobs/pubsubber.py (original)
+++ comdev/projects.apache.org/scripts/cronjobs/pubsubber.py Thu Sep 17 22:31:26 2015
@@ -270,7 +270,7 @@ def main():
     
     # Start the svn thread
     svn_thread = PubSubClient()
-    svn_thread.url = "http://hades.apache.org:2069/commits/*"
+    svn_thread.url = "http://svn.us.apache.org:2069/commits/*"
     svn_thread.start()
     
     while True: