[pypy-commit] buildbot default: typo

mattip pypy.commits at gmail.com
Thu Dec 19 11:39:38 EST 2019


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r1123:8bbcdf048916
Date: 2019-12-19 18:38 +0200
http://bitbucket.org/pypy/buildbot/changeset/8bbcdf048916/

Log:	typo

diff --git a/slave/buildbot.tac b/slave/buildbot.tac
--- a/slave/buildbot.tac
+++ b/slave/buildbot.tac
@@ -29,10 +29,10 @@
     return 'default_password'
   
 
-buildmaster_host = 'buildbot.pypy.org'
+buildmaster_host = 'localhost'
 port = 10407
-slavename = 'benchmarker64'
-passwd = "Qn9iYWPzCaCLvB1+CRE"
+slavename = 'localhost'
+passwd = find_passwd(slavename)
 keepalive = 600
 usepty = 0
 umask = None


More information about the pypy-commit mailing list