[154475] contrib/buildbot-test/master.cfg

larryv at macports.org larryv at macports.org
Sun Oct 30 21:16:37 CET 2016


Revision: 154475
          https://trac.macports.org/changeset/154475
Author:   larryv at macports.org
Date:     2016-10-30 21:16:37 +0100 (Sun, 30 Oct 2016)
Log Message:
-----------
buildbot: Disable HTTP authentication

We want to get rid of the htpasswd file eventually, so don't bother with
the authentication. Validating the secret should be sufficient.

Modified Paths:
--------------
    contrib/buildbot-test/master.cfg

Modified: contrib/buildbot-test/master.cfg
===================================================================
--- contrib/buildbot-test/master.cfg	2016-10-30 18:24:57 UTC (rev 154474)
+++ contrib/buildbot-test/master.cfg	2016-10-30 20:16:37 UTC (rev 154475)
@@ -143,11 +143,7 @@
 # [4]: https://developer.github.com/webhooks
 
 if config['production']:
-    # The username doesn't correspond to any real user and can be set to
-    # an arbitrary value. The password must be stored in plaintext and
-    # can be added to the password file with "htpasswd -p".
     change_hook_kwargs = {
-        'change_hook_auth': ['file:' + config['htpasswdfile']],
         'change_hook_dialects': {
             'github': {
                 'secret': config['githubsecret'].encode('utf-8'),
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161030/1ff4aee2/attachment-0002.html>


More information about the macports-changes mailing list