[jhbuild] bootstrap: fix for git.gnome to gitlab.gnome



commit 9c15ef30473a1d28e5c3d18b8ddb210784b44169
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date:   Mon Oct 1 10:00:58 2018 +0200

    bootstrap: fix for git.gnome to gitlab.gnome

 modulesets/bootstrap.modules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/modulesets/bootstrap.modules b/modulesets/bootstrap.modules
index c5858562..f0683c25 100644
--- a/modulesets/bootstrap.modules
+++ b/modulesets/bootstrap.modules
@@ -20,7 +20,7 @@
   <repository type="tarball" name="libproxy" href="http://libproxy.googlecode.com/files/"/>
   <repository type="tarball" name="cmake" href="http://www.cmake.org/files/"/>
   <repository type="tarball" name="expat" href="https://github.com/libexpat/libexpat/releases/download/"/>
-  <repository type="git" name="git.gnome.org" href="https://git.gnome.org/browse/"/>
+  <repository type="git" name="gitlab.gnome.org" href="https://gitlab.gnome.org/"/>
 
   <autotools id="xorg-macros">
     <branch repo="xorg"
@@ -97,7 +97,7 @@
     <branch repo="python" module="${version}/Python-${version}.tar.xz"
             version="2.7.14" hash="md5:1f6db41ad91d9eb0a6f0c769b8613c5b"
             size="12576112">
-      <patch file="https://git.gnome.org/browse/gtk-osx/plain/patches/python2-linkflags.patch"; strip="1"/>
+      <patch file="https://gitlab.gnome.org/GNOME/gtk-osx/raw/master/patches/python2-linkflags.patch"; 
strip="1"/>
     </branch>
   </autotools>
 
@@ -185,7 +185,7 @@
   <!-- GNOME’s cache for autoconf-archive.
        Please keep this comment for greppability. -->
   <autotools id="m4-common">
-    <branch repo="gnome.org"/>
+    <branch repo="gitlab.gnome.org" module="GNOME/m4-common"/>
   </autotools>
 
   <metamodule id="meta-bootstrap">


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]