Add how to build a package in an infra tag

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2020-03-19 15:59:50 +01:00
parent 3f331658a3
commit 28615d8e43

View file

@ -0,0 +1,15 @@
How to build against an infra tag in koji. This is if you want a build to be available in
the infra repo instead of the fedora official repos.
```
$ koji build f30-infra bodhi-5.2.0-1.fc30.infra.src.rpm
```
If you get an permission error, you need to make sure you have the infra permission in koji
```
$ koji list-permissions --user cverna
infra
```
If you don't open an [infra ticket](https://pagure.io/fedora-infrastructure/issues) to request that permission.