From 2ece94ceecd8267295d314e4d857763964f9fd49 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Mon, 20 Apr 2020 20:20:33 +0200 Subject: [PATCH] add a package to infra tag Signed-off-by: Clement Verna --- add_a_package_to_infra_tag.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 add_a_package_to_infra_tag.md diff --git a/add_a_package_to_infra_tag.md b/add_a_package_to_infra_tag.md new file mode 100644 index 0000000..3f24ed1 --- /dev/null +++ b/add_a_package_to_infra_tag.md @@ -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 +```