Quoting Dylan Baker (2018-06-15 14:12:55)
> Mesa's migration to gitlab has changed the URL and made things not work.
> ---
>  release.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/release.sh b/release.sh
> index b2071b6..6b8e441 100755
> --- a/release.sh
> +++ b/release.sh
> @@ -240,7 +240,7 @@ get_section() {
>         module_url=`echo $module_url | cut -d'/' -f3,4`
>      else
>         # The look for mesa, xcb, etc...
> -       module_url=`echo "$full_module_url" | $GREP -o -e "/mesa/.*" -e 
> "/xcb/.*" -e "/xkeyboard-config" -e "/nouveau/xf86-video-nouveau" -e 
> "/libevdev" -e "/wayland/.*" -e "/evemu"`
> +       module_url=`echo "$full_module_url" | $GREP -o -e "mesa/.*" -e 
> "/xcb/.*" -e "/xkeyboard-config" -e "/nouveau/xf86-video-nouveau" -e 
> "/libevdev" -e "/wayland/.*" -e "/evemu"`
>         if [ $? -eq 0 ]; then
>              module_url=`echo $module_url | cut -d'/' -f2,3`
>         else
> -- 
> 2.17.1
> 

I should probably also mention I don't have (or want) Xorg push access :)

Dylan

Attachment: signature.asc
Description: signature

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to