[aur-dev] [PATCH] home: requests should be done in the web interface

Lukas Fleischer archlinux at cryptocrack.de
Sat Jul 12 14:55:40 EDT 2014


On Wed, 09 Jul 2014 at 18:11:42, Johannes Dewender wrote:
> Signed-off-by: Johannes Dewender <arch at JonnyJD.net>
> ---
>  web/html/home.php | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/web/html/home.php b/web/html/home.php
> index 2757c06..24666ba 100644
> --- a/web/html/home.php
> +++ b/web/html/home.php
> @@ -45,7 +45,7 @@ html_header( __("Home") );
>                         <p>
>                         <?php
>                         echo __(
> -                               'General discussion regarding the Arch User Repository (AUR) and Trusted User structure takes place on %saur-general%s. This list can be used for package orphan requests, merge requests, and deletion requests. For discussion relating to the development of the AUR, use the %saur-dev%s mailing list.',
> +                               'General discussion regarding the Arch User Repository (AUR) and Trusted User structure takes place on %saur-general%s. Package orphan requests, merge requests, and deletion requests should be done in the web interface. For discussion relating to the development of the AUR, use the %saur-dev%s mailing list.',

Generally, +1 from me. I wonder whether we should be even more specific,
though. Something along the lines of

    Package orphan requests, merge requests, and deletion requests
    should be reported using the "File Request" link in the package
    actions box.

What do you think?

>                                 '<a href="https://mailman.archlinux.org/mailman/listinfo/aur-general">',
>                                 '</a>',
>                                 '<a href="https://mailman.archlinux.org/mailman/listinfo/aur-dev">',
> -- 
> 2.0.0
> 
> 
> 


More information about the aur-dev mailing list