Skip to content

Commit

Permalink
Merge pull request #123 from tomprince/metabb-in-weekly
Browse files Browse the repository at this point in the history
Also report metabbotcfg PRs in weekly report.
  • Loading branch information
djmitche committed May 24, 2016
2 parents a02cf6d + 2dc83ab commit 3cf06d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/weekly-summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ def main():
get_trac_tickets(start_day, end_day),
get_github_prs('buildbot/buildbot', start_day, end_day),
get_github_prs('buildbot/buildbot-infra', start_day, end_day),
get_github_prs('buildbot/metabbotcfg', start_day, end_day),
], fireOnOneErrback=True, consumeErrors=True)
dl.addCallback(make_html)
dl.addCallback(send_email)
Expand Down

0 comments on commit 3cf06d6

Please sign in to comment.