We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7d458 commit 24b96d6Copy full SHA for 24b96d6
frontend/coprs_frontend/coprs/forms.py
@@ -579,9 +579,10 @@ class CoprForm(BaseForm):
579
580
disable_createrepo = wtforms.BooleanField(default=False,
581
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.""",
+ description="""Repository metadata is normally refreshed
+ and published after each build. If you want to publish metadata
+ manually, turn this option on. Note that builds in this copr will
585
+ always see refreshed metadata regardless of this option.""",
586
false_values=FALSE_VALUES)
587
588
unlisted_on_hp = wtforms.BooleanField(
0 commit comments