[pypy-commit] buildbot default: send messages to the new ML on python.org

antocuni noreply at buildbot.pypy.org
Mon May 9 17:54:07 CEST 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r508:72002d4dd24d
Date: 2011-05-09 17:53 +0200
http://bitbucket.org/pypy/buildbot/changeset/72002d4dd24d/

Log:	send messages to the new ML on python.org

diff --git a/bitbucket_hook/main.py b/bitbucket_hook/main.py
--- a/bitbucket_hook/main.py
+++ b/bitbucket_hook/main.py
@@ -64,7 +64,7 @@
 class WyvernConfig(DefaultConfig):
     SMTP_SERVER = 'localhost'
     SMTP_PORT = 25
-    ADDRESS = 'pypy-svn at codespeak.net'
+    ADDRESS = 'pypy-commit at python.org'
     #
     CHANNEL = '#pypy'
     #BOT = '/svn/hooks/commit-bot/message'


More information about the pypy-commit mailing list