[PATCH util-modular 2/2] release.sh: fix tarball path for libinput

Alan Coopersmith alan.coopersmith at oracle.com
Fri Jun 27 16:40:31 PDT 2014


On 06/26/14 01:20 AM, Peter Hutterer wrote:
> Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
> ---
>   release.sh | 9 +++++++--
>   1 file changed, 7 insertions(+), 2 deletions(-)
>
> diff --git a/release.sh b/release.sh
> index 8e1af53..345ca09 100755
> --- a/release.sh
> +++ b/release.sh
> @@ -552,13 +552,18 @@ process_module() {
>       fi
>
>       if [ x"$section" = xwayland ] ||
> -       [ x"$section" = xweston ] ||
> -       [ x"$section" = xlibinput ]; then
> +       [ x"$section" = xweston ]; then
>           host_current=$host_wayland
>           section_path="releases"
>           srv_path="/srv/$host_current/www/releases"
>           list_to=$list_wayland
>           unset list_cc
> +    elif [ x"$section" = xlibinput ]; then
> +        host_current=$host_fdo
> +        section_path="software/libinput"
> +        srv_path="/srv/$host_current/www/$section_path"
> +        list_to=$list_wayland
> +        unset list_cc
>       fi
>
>       # Use personal web space on the host for unit testing (leave commented out)

Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>

-- 
	-Alan Coopersmith-              alan.coopersmith at oracle.com
	 Oracle Solaris Engineering - http://blogs.oracle.com/alanc


More information about the xorg-devel mailing list