Skip to content

Queries Gerrit for stale commits and assigns follow-up actions.

License

Notifications You must be signed in to change notification settings

rfrandse/gerrit-report2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

Generate information on next-steps for outstanding Gerrit commits per the OpenBMC merge policies. This script originated from https://github.com/williamspatrick/gerrit-report and converted to run in python2 Additionally reports are sent via slack to openbmc team members

Requirements

  1. python2
  2. An ssh alias to Gerrit openbmc.gerrit
  3. https://github.com/os/slacker module installed.
  4. config.py file with
#!/usr/bin/python
    token = "<insert slack token here>"

Usages

Default use

gerrit-report2.py -sm -stat report

-sm    send slack message
-stat  sent statistics to slack

About

Queries Gerrit for stale commits and assigns follow-up actions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages