<html>
<head>
</head>
<body>
<h1>Weekly Meeting</h1>


<p>Buildbot has weekly meetings via irc, held at 17:00 UTC on Tuesdays.
That is about 2 hours from now!

<p>Meetings are in #buildbot on Freenode, open to any and all participants.
They generally focus on organizational, rather than technical issues,
but are open to anything Buildbot-related.
To raise a topic, add it to "All Other Business" in the
<a href="https://titanpad.com/buildbot-agenda">agenda</a>,
or just speak up during the meeting.

<p>Meeting minutes are available
<a href="https://supybot.buildbot.net/meetings/">here</a>.

<h1>Trac Tickets</h1>
<h2>New/Reopened Tickets</h2>
<table>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="http://trac.buildbot.net/ticket/3660">3660</a></td><td style="padding: 1px 8px; text-align: left;">defect</td><td style="padding: 1px 8px; text-align: left;">Inconsistency in foreign key when inserting entry in scheduler_changes table</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="http://trac.buildbot.net/ticket/3661">3661</a></td><td style="padding: 1px 8px; text-align: left;">enhancement</td><td style="padding: 1px 8px; text-align: left;">lock upstream dependencies and use service like pyup.io to update them</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="http://trac.buildbot.net/ticket/3662">3662</a></td><td style="padding: 1px 8px; text-align: left;">undecided</td><td style="padding: 1px 8px; text-align: left;">build log text is not selectable in Firefox</td></tr>
</table>


<h2>Closed Tickets</h2>
<table>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="http://trac.buildbot.net/ticket/2521">2521</a></td><td style="padding: 1px 8px; text-align: left;">enhancement</td><td style="padding: 1px 8px; text-align: left;">Replace deprecated method unittest.TestCase.assert_() with newer assertEqual/NotEqual</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="http://trac.buildbot.net/ticket/2853">2853</a></td><td style="padding: 1px 8px; text-align: left;">task</td><td style="padding: 1px 8px; text-align: left;">Host irc logging bot</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="http://trac.buildbot.net/ticket/3658">3658</a></td><td style="padding: 1px 8px; text-align: left;">undecided</td><td style="padding: 1px 8px; text-align: left;">remove/move to separate directory not working in Nine contrib scripts</td></tr>
</table>



<h1 style="padding-top: 1em;">Buildbot Pull Requests</h1>
<h2>Opened Pull Requests</h2>
<table>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/buildbot/pull/2599">2599</a></td><td style="padding: 1px 8px; text-align: left;">remove reflection from worker commands registry</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/buildbot/pull/2605">2605</a></td><td style="padding: 1px 8px; text-align: left;">BuildbotServiceManager: support reconfiguration for legacy services</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/buildbot/pull/2607">2607</a></td><td style="padding: 1px 8px; text-align: left;">enable master tests for python 3</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/buildbot/pull/2608">2608</a></td><td style="padding: 1px 8px; text-align: left;">Enable pylint spellcheck</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/buildbot/pull/2609">2609</a></td><td style="padding: 1px 8px; text-align: left;">Replace MySQL-python with mysqlclient.</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/buildbot/pull/2610">2610</a></td><td style="padding: 1px 8px; text-align: left;">Fix some buildbot tests under Python 3</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/buildbot/pull/2613">2613</a></td><td style="padding: 1px 8px; text-align: left;">Replace first argument to exec() with a string.</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/buildbot/pull/2615">2615</a></td><td style="padding: 1px 8px; text-align: left;">WIP: use buildbotURLAliases to cover different hostnames.</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/buildbot/pull/2618">2618</a></td><td style="padding: 1px 8px; text-align: left;">gpo: enhance error report by showing default error message from unitt…</td></tr>
</table>


<h2>Completed Pull Requests</h2>
<table>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/buildbot/pull/2589">2589</a></td><td style="padding: 1px 8px; text-align: left;">Use twisted.python.compat.NativeStringIO when overriding stdout or stderr</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/buildbot/pull/2590">2590</a></td><td style="padding: 1px 8px; text-align: left;">twisted.internet.interfaces.IProtocol.dataReceived() must take bytes.</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/buildbot/pull/2591">2591</a></td><td style="padding: 1px 8px; text-align: left;">Replace deprecated assert functions</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/buildbot/pull/2592">2592</a></td><td style="padding: 1px 8px; text-align: left;">Properly override stdout on Python 2 and Python 3 in test_scripts_base</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/buildbot/pull/2593">2593</a></td><td style="padding: 1px 8px; text-align: left;">Name and password must be bytes before calling credentials.UsernamePassword</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/buildbot/pull/2594">2594</a></td><td style="padding: 1px 8px; text-align: left;">Fix runprocess on Python 3</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/buildbot/pull/2595">2595</a></td><td style="padding: 1px 8px; text-align: left;">Fix buildbot.test.unit.test_util_raml on Python 3</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/buildbot/pull/2596">2596</a></td><td style="padding: 1px 8px; text-align: left;">Make sure that we pass bytes to hashlib.update().</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/buildbot/pull/2597">2597</a></td><td style="padding: 1px 8px; text-align: left;">Remove googlecode</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/buildbot/pull/2598">2598</a></td><td style="padding: 1px 8px; text-align: left;">Fix whitespace as reported by flake8</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/buildbot/pull/2600">2600</a></td><td style="padding: 1px 8px; text-align: left;">Add helpers for handling differences between Python 2 and Python 3.</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/buildbot/pull/2601">2601</a></td><td style="padding: 1px 8px; text-align: left;">replace ":file:" with ":src:" in docs where applicable</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/buildbot/pull/2602">2602</a></td><td style="padding: 1px 8px; text-align: left;">Remove deprecated contrib scripts</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/buildbot/pull/2603">2603</a></td><td style="padding: 1px 8px; text-align: left;">remove deprecated CSS customization examples</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/buildbot/pull/2604">2604</a></td><td style="padding: 1px 8px; text-align: left;">Update pylint</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/buildbot/pull/2606">2606</a></td><td style="padding: 1px 8px; text-align: left;">Do not allow failures when running "trial buildbot_worker.test" under Python 3.5</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/buildbot/pull/2611">2611</a></td><td style="padding: 1px 8px; text-align: left;">Pass bytes to hashlib.sha1() to fix Python 3.</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/buildbot/pull/2612">2612</a></td><td style="padding: 1px 8px; text-align: left;">Replace itertools.izip with zip to fix errors on Python 3</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/buildbot/pull/2614">2614</a></td><td style="padding: 1px 8px; text-align: left;">Replace xrange with future.builtins.range for Python 3</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/buildbot/pull/2616">2616</a></td><td style="padding: 1px 8px; text-align: left;">Fix openstack test on Python 3</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/buildbot/pull/2617">2617</a></td><td style="padding: 1px 8px; text-align: left;">Change string.lowercase to string.ascii_lowercase</td></tr>
</table>


<h1 style="padding-top: 1em;">Buildbot-Infra Pull Requests</h1>
<h2>Opened Pull Requests</h2>
<table>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/buildbot-infra/pull/168">168</a></td><td style="padding: 1px 8px; text-align: left;">Redirect renamed docs pages</td></tr>
</table>


<h2>Completed Pull Requests</h2>
<table>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/buildbot-infra/pull/166">166</a></td><td style="padding: 1px 8px; text-align: left;">build docs with towncrier</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/buildbot-infra/pull/167">167</a></td><td style="padding: 1px 8px; text-align: left;">enable http2 for nginx proxy template</td></tr>
</table>
<h1 style="padding-top: 1em;">Meta-buildbot Pull Requests</h1>
<h2>Opened Pull Requests</h2>
<table>

</table>


<h2>Completed Pull Requests</h2>
<table>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/metabbotcfg/pull/76">76</a></td><td style="padding: 1px 8px; text-align: left;">Rename "slave" to "worker"</td></tr>
<tr><td style="padding: 1px 8px; text-align: left;"><a href="https://github.com/buildbot/metabbotcfg/pull/77">77</a></td><td style="padding: 1px 8px; text-align: left;">Fix travis</td></tr>
</table>

</body>
</html>