From 616bf6946630722050a46ad2309fbd6e508b7edd Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jan 14 2020 08:54:35 +0000 Subject: Document two more variables in the example configuration file These two variables being bodhi-user and bodhi-password both used when calling bodhi's CLI and allowing to authenticate without interaction. Signed-off-by: Pierre-Yves Chibon --- diff --git a/monitor_gating.cfg b/monitor_gating.cfg index aa1aa93..c446482 100644 --- a/monitor_gating.cfg +++ b/monitor_gating.cfg @@ -7,6 +7,8 @@ distgit_host = "pkgs.fedoraproject.org" koji_hub = "https://koji.fedoraproject.org/kojihub" bodhi = "https://bodhi.fedoraproject.org" bodhi-cli = "bodhi" +bodhi-user = "pingou" +bodhi-password = None _env = "prod" _ci_env = "prod"