Skip to content

Commit

Permalink
correct desription of Koji form
Browse files Browse the repository at this point in the history
The code works with task id, not build id.
  • Loading branch information
xsuchy committed Jan 14, 2025
1 parent 364ef89 commit dc8310b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/app/homepage.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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 []
Expand Down

0 comments on commit dc8310b

Please sign in to comment.