[jhbuild] Switch git.gnome.org http references to https.
- From: Frederic Peters <fpeters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] Switch git.gnome.org http references to https.
- Date: Tue, 10 Feb 2015 10:55:22 +0000 (UTC)
commit 3a66a9ae21d8f157c4a83061a0033976f90f0572
Author: Thiago F. G. Albuquerque <thiagofga bugzilla gmail com>
Date: Wed Jan 7 18:43:00 2015 +0000
Switch git.gnome.org http references to https.
https://bugzilla.gnome.org/show_bug.cgi?id=742544
jhbuild/buildbot/status/web/changes.py | 2 +-
jhbuild/moduleset.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/jhbuild/buildbot/status/web/changes.py b/jhbuild/buildbot/status/web/changes.py
index 941379b..0bcfabd 100644
--- a/jhbuild/buildbot/status/web/changes.py
+++ b/jhbuild/buildbot/status/web/changes.py
@@ -75,7 +75,7 @@ class ChangeResource(HtmlResource):
git_module_name = self.change.git_module_name
else:
git_module_name = self.change.project
- link = 'http://git.gnome.org/browse/%s/commit/?id=%s' % (
+ link = 'https://git.gnome.org/browse/%s/commit/?id=%s' % (
git_module_name, self.change.revision)
data += '<p>View in GNOME cgit: <a href="%s">%s commit %s</a></dd>\n' % (
link, git_module_name, self.change.revision[:8])
diff --git a/jhbuild/moduleset.py b/jhbuild/moduleset.py
index caa212b..d63ea61 100644
--- a/jhbuild/moduleset.py
+++ b/jhbuild/moduleset.py
@@ -370,7 +370,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 = 'http://git.gnome.org/browse/jhbuild/plain/modulesets' \
+ uri = 'https://git.gnome.org/browse/jhbuild/plain/modulesets' \
'/%s.modules' % uri
ms.modules.update(_parse_module_set(config, uri).modules)
return ms
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]