[jhbuild] Replace non-working git.gnome.org URL by gitlab.gnome.org
- From: Andre Klapper <aklapper src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] Replace non-working git.gnome.org URL by gitlab.gnome.org
- Date: Tue, 26 Feb 2019 05:03:21 +0000 (UTC)
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]