add a package to infra tag

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2020-04-20 20:20:33 +02:00
parent 5abde40e52
commit 2ece94ceec

View file

@ -0,0 +1,9 @@
# How to add a package to an infra tag.
In order to be able to build a package in an infra tag we need first to add that
package to the tag.
This need koji admin permissions.
```
$ koji add-pkg epel7-infra packagename --owner owner
```