Skip to content

Commit 24b96d6

Browse files
committed
frontend: more precise description for manual createrepo
Fix #908
1 parent 0b7d458 commit 24b96d6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

frontend/coprs_frontend/coprs/forms.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -579,9 +579,10 @@ class CoprForm(BaseForm):
579579

580580
disable_createrepo = wtforms.BooleanField(default=False,
581581
label="Create repositories manually",
582-
description="""Repository meta data is normally refreshed
583-
after each build. If you want to do this manually, turn
584-
this option on.""",
582+
description="""Repository metadata is normally refreshed
583+
and published after each build. If you want to publish metadata
584+
manually, turn this option on. Note that builds in this copr will
585+
always see refreshed metadata regardless of this option.""",
585586
false_values=FALSE_VALUES)
586587

587588
unlisted_on_hp = wtforms.BooleanField(

0 commit comments

Comments
 (0)