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:
parent
4ef89a4ae2
commit
de161628b0
3 changed files with 72 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue