Title: [214859] trunk/Tools
Revision
214859
Author
clo...@igalia.com
Date
2017-04-03 17:57:32 -0700 (Mon, 03 Apr 2017)

Log Message

[GTK][JHBuild] Update mesa repository url for tarballs
https://bugs.webkit.org/show_bug.cgi?id=170431

Reviewed by Michael Catanzaro.

* gtk/jhbuild.modules:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (214858 => 214859)


--- trunk/Tools/ChangeLog	2017-04-04 00:42:54 UTC (rev 214858)
+++ trunk/Tools/ChangeLog	2017-04-04 00:57:32 UTC (rev 214859)
@@ -1,3 +1,12 @@
+2017-04-03  Carlos Alberto Lopez Perez  <clo...@igalia.com>
+
+        [GTK][JHBuild] Update mesa repository url for tarballs
+        https://bugs.webkit.org/show_bug.cgi?id=170431
+
+        Reviewed by Michael Catanzaro.
+
+        * gtk/jhbuild.modules:
+
 2017-04-03  Joseph Pecoraro  <pecor...@apple.com>
 
         TestWebKitAPI: Warning: Multiple build commands for Ahem.ttf

Modified: trunk/Tools/gtk/jhbuild.modules (214858 => 214859)


--- trunk/Tools/gtk/jhbuild.modules	2017-04-04 00:42:54 UTC (rev 214858)
+++ trunk/Tools/gtk/jhbuild.modules	2017-04-04 00:57:32 UTC (rev 214859)
@@ -72,8 +72,8 @@
       href=""
  <repository type="tarball" name="dri.freedesktop.org"
       href=""
-  <repository type="tarball" name="people.freedesktop.org"
-      href=""
+  <repository type="tarball" name="mesa.freedesktop.org"
+      href=""
   <repository type="tarball" name="wayland.freedesktop.org"
       href=""
   <repository type="tarball" name="llvm.org"
@@ -503,9 +503,10 @@
     autogenargs="--disable-dri3 --enable-dri --enable-glx --enable-egl --with-egl-platforms=x11,wayland --with-dri-drivers=swrast --with-gallium-drivers=swrast">
     <!--- WARNING: At jhbuildrc, when we define the path to the Gallium llvmpipe software rasterizer (needed by XvfbDriver),
           we assume that the directory is named "Mesa". So, don't change the checkoutdir name even if you update the version.  -->
-    <branch module="/~brianp/mesa/older-versions/11.x/11.0.6/mesa-11.0.6.tar.xz" version="11.0.6"
-            checkoutdir="Mesa"
-            repo="people.freedesktop.org"
+    <branch checkoutdir="Mesa"
+            version="11.0.6"
+            module="/archive/older-versions/11.x/${version}/mesa-${version}.tar.xz"
+            repo="mesa.freedesktop.org"
             hash="sha256:8340e64cdc91999840404c211496f3de38e7b4cb38db34e2f72f1642c5134760">
     </branch>
     <dependencies>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to