gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r18605 - gnunet-planetlab/config_generator


From: gnunet
Subject: [GNUnet-SVN] r18605 - gnunet-planetlab/config_generator
Date: Thu, 15 Dec 2011 15:43:56 +0100

Author: pritpal
Date: 2011-12-15 15:43:56 +0100 (Thu, 15 Dec 2011)
New Revision: 18605

Modified:
   gnunet-planetlab/config_generator/master_template.cfg
Log:
updated

Modified: gnunet-planetlab/config_generator/master_template.cfg
===================================================================
--- gnunet-planetlab/config_generator/master_template.cfg       2011-12-15 
14:39:12 UTC (rev 18604)
+++ gnunet-planetlab/config_generator/master_template.cfg       2011-12-15 
14:43:56 UTC (rev 18605)
@@ -60,7 +60,7 @@
 # 'slavePortnum' defines the TCP port to listen on. This must match the value
 # configured into the buildslaves (with their --master option)
 
-c['slavePortnum'] = 9991
+c['slavePortnum'] = 9990
 
 ####### CHANGESOURCES
 
@@ -1277,8 +1277,8 @@
 c['status'] = []
 
 from buildbot.status import html
-c['status'].append(html.WebStatus(http_port=8012))
-#c['status'].append(html.WebStatus(http_port=8010, allowForce=True))
+#c['status'].append(html.WebStatus(http_port=8011))
+c['status'].append(html.WebStatus(http_port=8011, allowForce=True))
 
 # from buildbot.status import mail
 # c['status'].append(mail.MailNotifier(fromaddr="address@hidden",
@@ -1329,4 +1329,4 @@
 # with an externally-visible host name which the buildbot cannot figure out
 # without some help.
 
-c['buildbotURL'] = "http://gnunet.org:8012/";
+c['buildbotURL'] = "http://gnunet.org:8011/";




reply via email to

[Prev in Thread] Current Thread [Next in Thread]