Comment 3 for bug 952988

Revision history for this message
Stuart Bishop (stub) wrote :

Per vila's advice, the following patch got things sent off:

=== modified file 'ec2test/remote.py'
--- ec2test/remote.py 2012-02-24 18:40:09 +0000
+++ ec2test/remote.py 2012-03-12 14:21:07 +0000
@@ -908,7 +908,7 @@

     pid_filename = os.path.join(LAUNCHPAD_DIR, 'ec2test-remote.pid')

- smtp_connection = SMTPConnection(bzrlib.config.GlobalConfig())
+ smtp_connection = SMTPConnection(bzrlib.config.GlobalStack())

     request = Request(
         options.public_branch, options.public_branch_revno, TEST_DIR,