From 90206e38b2fc93093ce0244bd4da0618ac3e1235 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Sep 16 2022 07:01:45 +0000 Subject: PR#3506: doc: explain waitrepo tasks in vm channel Merges #3506 https://pagure.io/koji/pull-request/3506 --- diff --git a/docs/source/winbuild.rst b/docs/source/winbuild.rst index 3de6887..6a14727 100644 --- a/docs/source/winbuild.rst +++ b/docs/source/winbuild.rst @@ -239,7 +239,10 @@ The hosts in this channel require special setup. * They run the ``kojivmd`` daemon instead of the regular ``kojid`` daemon * VM images for builds must be stored in the local image directory - + * You may need a ``kojid`` host in the ``vm`` channel as well. ``kojivmd`` + cannot perform any ``waitrepo`` tasks, so you'll need something to complete + those tasks. kojivmd creates those tasks if a user initiates a ``winbuild`` + task with a build tag that does not yet have a repository. Managing VM Images ------------------