From 2871d1770ea558077e07e53608eb8784bfd6dd84 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Jan 05 2021 21:21:28 +0000 Subject: README: fix koji invocations I accidentally used an alias in a few example commands. Standardize on "koji" everywhere. --- diff --git a/README.md b/README.md index da8fb20..c7a74a2 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The tag must have at least one arch configured on it. Here is an example of enabling the plugin on an "f33-infra" tag. Create the tag and ensure it has at least one arch and a package list (direct or inherited) so we can tag packages into it. koji add-tag f33-infra --arches=x86_64 - kojidev add-pkg --owner kdreyer f33-infra bash + koji add-pkg --owner kdreyer f33-infra bash Set the extra options on the tag so the plugin will generate the repository: @@ -35,7 +35,7 @@ Set the extra options on the tag so the plugin will generate the repository: Tag a new build to trigger the plugin: - kojidev tag f33-infra bash-5.0.17-2.fc33 + koji tag f33-infra bash-5.0.17-2.fc33 The hub will immediately queue a new distRepo task, using the tagBuild task host as the distRepo task owner. When the distRepo task completes, you can find the new repository under the ``topurl`` for your Koji instance.