[jhbuild] Replace non-working git.gnome.org URL by gitlab.gnome.org



commit a795fbadffd890f7da9de0087e845575bc804ecd
Author: Andre Klapper <a9016009 gmx de>
Date:   Tue Feb 26 06:02:54 2019 +0100

    Replace non-working git.gnome.org URL by gitlab.gnome.org
    
    Fixes #14

 jhbuild/moduleset.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/jhbuild/moduleset.py b/jhbuild/moduleset.py
index c7c4887c..ded1885a 100644
--- a/jhbuild/moduleset.py
+++ b/jhbuild/moduleset.py
@@ -371,7 +371,7 @@ def load(config, uri=None):
             elif os.path.isfile(os.path.join(config.modulesets_dir, uri)):
                 uri = os.path.join(config.modulesets_dir, uri)
         elif not urlparse.urlparse(uri)[0]:
-            uri = 'https://git.gnome.org/browse/jhbuild/plain/modulesets' \
+            uri = 'https://gitlab.gnome.org/GNOME/jhbuild/raw/master/modulesets' \
                   '/%s.modules' % uri
         ms.modules.update(_parse_module_set(config, uri).modules)
 


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