From dc8310b4371a5244c731244a1cbbad71d2d71182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Tue, 14 Jan 2025 12:41:03 +0100 Subject: [PATCH] correct desription of Koji form The code works with task id, not build id. --- frontend/src/app/homepage.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/homepage.cljs b/frontend/src/app/homepage.cljs index 84e18de..2b51b2b 100644 --- a/frontend/src/app/homepage.cljs +++ b/frontend/src/app/homepage.cljs @@ -193,8 +193,8 @@ "https://koji.fedoraproject.org" "Submit logs from Koji" "img/koji-logo.png" - "Specify a Koji build ID to fetch and display all relevant logs." - [(input "koji-build-id" "Koji build ID, e.g. 2274591") + "Specify a Koji task ID with method=buildArch to fetch and display all relevant logs." + [(input "koji-build-id" "Koji task ID, e.g. 127416556") (input "koji-arch" "Architecture, e.g. x86_64")])) (defn render-url-card []