[arch-releng] [PATCH] clarify that issues should still be reported on the bugtracker

Dan McGee dpmcgee at gmail.com
Tue May 24 17:54:43 EDT 2011


On Tue, May 24, 2011 at 4:28 PM, Dieter Plaetinck <dieter at plaetinck.be> wrote:
>
> Signed-off-by: Dieter Plaetinck <dieter at plaetinck.be>
> ---
>  releng/views.py |    4 +++-
>  1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/releng/views.py b/releng/views.py
> index 3180a9e..07f56f7 100644
> --- a/releng/views.py
> +++ b/releng/views.py
> @@ -39,7 +39,9 @@ class TestForm(forms.ModelForm):
>             "your blockdevices/filesystems, select which option you took here.",
>             widget=forms.CheckboxSelectMultiple(), required=False)
>     success = forms.BooleanField(help_text="Only check this if everything went fine. " \
> -            "If you you ran into any errors please specify them in the " \
> +            "If you ran into problems please create a ticket on <a \
> +            href=\"https://bugs.archlinux.org/index.php?project=6\">the \
> +            bugtracker</a> (or check that one already exists) and link to it in the " \
>             "comments.", required=False)
Thanks, applied. I updated this to use the same multiline format we
were using elsewhere, and in this very same message. Quotes should end
each line and start the next rather than including whitespace in the
string itself.

-Dan


More information about the arch-releng mailing list