Title: [142232] trunk/Tools
Revision
142232
Author
[email protected]
Date
2013-02-07 22:46:06 -0800 (Thu, 07 Feb 2013)

Log Message

Use a mirror for the sourceware.org repo used in jhbuild

Unreviewed.

The ftp://sourceware.org site is down, causing errors when running jhbuild
and subsequently failing complete builds on the builders. Use the mirrors.kernel.org
mirror to get sources for the desired libffi dependency.

* gtk/jhbuild.modules:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (142231 => 142232)


--- trunk/Tools/ChangeLog	2013-02-08 06:42:00 UTC (rev 142231)
+++ trunk/Tools/ChangeLog	2013-02-08 06:46:06 UTC (rev 142232)
@@ -1,3 +1,15 @@
+2013-02-07  Zan Dobersek  <[email protected]>
+
+        Use a mirror for the sourceware.org repo used in jhbuild
+
+        Unreviewed.
+
+        The ftp://sourceware.org site is down, causing errors when running jhbuild
+        and subsequently failing complete builds on the builders. Use the mirrors.kernel.org
+        mirror to get sources for the desired libffi dependency.
+
+        * gtk/jhbuild.modules:
+
 2013-02-07  David Farler  <[email protected]>
 
         Makefiles should work for arbitrary SDKs and architectures on Apple ports

Modified: trunk/Tools/gtk/jhbuild.modules (142231 => 142232)


--- trunk/Tools/gtk/jhbuild.modules	2013-02-08 06:42:00 UTC (rev 142231)
+++ trunk/Tools/gtk/jhbuild.modules	2013-02-08 06:46:06 UTC (rev 142232)
@@ -33,8 +33,8 @@
       href=""
   <repository type="git" name="github.com"
       href=""
-  <repository type="tarball" name="sourceware.org"
-      href=""
+  <repository type="tarball" name="sourceware.org-mirror"
+      href=""
   <repository type="tarball" name="ftp.gnome.org"
       href=""
   <repository type="git" name="git.gnome.org"
@@ -100,8 +100,8 @@
  </autotools>
 
   <autotools id="libffi" autogen-sh="configure">
-    <branch module="/pub/libffi/libffi-3.0.10.tar.gz" version="3.0.10"
-             repo="sourceware.org"
+    <branch module="/libffi/libffi-3.0.10.tar.gz" version="3.0.10"
+             repo="sourceware.org-mirror"
              hash="sha256:f01eb9027e9eb56aeaeef636649877756d475d714ef8b47f627f65bc5f3b492f"
              md5sum="79390673f5d07a8fb342bc09b5055b6f"/>
   </autotools>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to