Add how to build a package in an infra tag
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
3f331658a3
commit
28615d8e43
1 changed files with 15 additions and 0 deletions
15
build_against_infra_tags.md
Normal file
15
build_against_infra_tags.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue