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

Emil Velikov emil.l.velikov at gmail.com
Wed Jun 20 14:33:46 UTC 2018


On 19 June 2018 at 16:37, Dylan Baker <dylan at pnwbakers.com> wrote:
> 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 :)
>
Fair enough. Pushed to master

remote: Updating patchwork state for
https://patchwork.freedesktop.org/project/Xorg/list/
remote: I: patch #229923 updated using rev
340cb7b046e2b43aeb62d9a278bc6acb657cbf7e.
remote: I: 1 patch(es) updated to state Accepted.
To ssh://git.freedesktop.org/git/xorg/util/modular
   f9c53a4..340cb7b  HEAD -> master


-Emil


More information about the xorg-devel mailing list