[PATCH] release: fix mesa url detection after migration to gitlab

Dylan Baker dylan at pnwbakers.com
Tue Jun 19 15:37:46 UTC 2018


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: signature
URL: <https://lists.x.org/archives/xorg-devel/attachments/20180619/539f2c7e/attachment.sig>


More information about the xorg-devel mailing list