[mpbot-github] branch develop updated (3081068 -> 06e6fab)

Zero King l2dy at macports.org
Wed Nov 13 13:25:55 UTC 2019


Zero King (l2dy) pushed a change to branch develop
in repository mpbot-github.

    from 3081068  ci: Fix log loss
     add e47b6d5  pr: check for maintainer timeout more frequently
     add c43978c  Fix primary maintainer detection
     add 977b45d  Improve log message
     add 80c887b  Add retry command
     add 6710b2d  Retry fetching Travis CI logs
     add 78348b2  Remove redundant check
     add f54caea  pr: Fix nomaintainer parsing
     add 98fa1ef  pr: Comment on Portfile regex
     add 01717a2  pr: Detect port renames
     add 18b6ba2  ci: use mpbb to list subports and clean up
     add b697d64  pr: Simplify Portfile rename detection
     add 61c263e  Recognize changes in files directory
     add a13ba90  Improve code readability
     add b1f1cab  Fix finding ports
     add bb29ea0  ci: Support custom pastebin
     add 6f8aa8f  improve test for 'update' label
     add 09bd965  pr: Only make failed builds bold
     new 04dac5f  Force build from source
     new 06e6fab  Initialize Go module

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ci/buildWorker.go                 |  4 ++--
 ci/logger/remoteLog.go            | 25 ++++++++++++++---------
 ci/mpbb.go                        | 34 +++++++++++++++++++++++++++----
 ci/portlist.go                    | 21 ++++++++++++++++----
 ci/portutil.go                    | 23 ---------------------
 go.mod                            | 11 ++++++++++
 go.sum                            | 42 +++++++++++++++++++++++++++++++++++++++
 pr/cron/maintainer_timeout.go     |  2 +-
 pr/db/dbutil.go                   |  8 ++++++--
 pr/githubapi/client.go            |  2 +-
 pr/githubapi/org.go               |  2 +-
 pr/githubapi/pull_request.go      | 25 ++++++++++++++++++-----
 pr/webhook/pull_request.go        | 15 +++++++++-----
 pr/webhook/pull_request_others.go | 30 +++++++++++++++++++++++++++-
 pr/webhook/pull_request_test.go   | 10 +---------
 pr/webhook/server.go              |  3 +++
 pr/webhook/travis.go              | 11 ++++++----
 pr/webhook/util.go                |  9 +++++++++
 18 files changed, 206 insertions(+), 71 deletions(-)
 create mode 100644 go.mod
 create mode 100644 go.sum
 create mode 100644 pr/webhook/util.go



More information about the macports-changes mailing list