mozilla / releasewarrior

Similar to the definition of a Census, this tool systematically acuires and records information about the releases of a given product
9 stars 16 forks source link

Filter release status #38

Closed rail closed 7 years ago

rail commented 7 years ago

Really helps when you have more than 2-3 releases in flight.

$ release status -h            
usage: release status [-h] [REGEX]

positional arguments:
  REGEX       Filter releases using a regex. The search is performed in
              "{product} {version}"

optional arguments:
  -h, --help  show this help message and exit

$ release status '^firefox.*7$'            
RUNNING with args: status ^firefox.*7$
getting incomplete releases
ensuring releasewarrior repo is up to date and in sync with origin
fetching new csets from origin to origin/master
===============================================================================
RELEASE IN FLIGHT: firefox 51.0b7 build1 2016-12-12
Graph: https://tools.taskcluster.net/push-inspector/#/mp0Fij92SbS8QyOgvrrUqg
        incomplete human tasks:
                * emailed_cdntest
                * published_release
        latest issues:
rail commented 7 years ago

@lundjordan r?