From 28615d8e432b7a146ffdb32eec81e5761c1750a4 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Thu, 19 Mar 2020 15:59:50 +0100 Subject: [PATCH] Add how to build a package in an infra tag Signed-off-by: Clement Verna --- build_against_infra_tags.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 build_against_infra_tags.md diff --git a/build_against_infra_tags.md b/build_against_infra_tags.md new file mode 100644 index 0000000..cab432d --- /dev/null +++ b/build_against_infra_tags.md @@ -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.