Allow hub policy to match version and release

Fixes https://pagure.io/koji/issue/1134

Based on work from https://pagure.io/koji/pull-request/1135
This commit is contained in:
Mikolaj Izdebski 2018-10-23 18:03:25 +02:00 committed by Mike McLean
parent 4ef89a4ae2
commit de161628b0
3 changed files with 72 additions and 0 deletions

View file

@ -179,6 +179,12 @@ Available tests
``package``
* Matches its arguments against the package name. Accepts glob patterns.
``version``
* Matches its arguments against the build version. Accepts glob patterns.
``release``
* Matches its arguments against the build release. Accepts glob patterns.
``tag``
* matches its arguments against the tag name. Accepts glob patterns.
* for move operations, the tag name tested is the destination tag (see