[jhbuild] checkbranches: Use HTTPS for git.g.o
- From: Ernestas Kulik <ernestask src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] checkbranches: Use HTTPS for git.g.o
- Date: Fri, 17 Aug 2018 09:18:32 +0000 (UTC)
commit a79942c2f2aaee5a7abe3ddf559174fbef32096d
Author: Ernestas Kulik <ernestask gnome org>
Date: Fri Aug 17 12:17:21 2018 +0300
checkbranches: Use HTTPS for git.g.o
jhbuild/commands/checkbranches.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/jhbuild/commands/checkbranches.py b/jhbuild/commands/checkbranches.py
index 2a244796..c91ec80a 100644
--- a/jhbuild/commands/checkbranches.py
+++ b/jhbuild/commands/checkbranches.py
@@ -60,7 +60,7 @@ class cmd_checkbranches(Command):
try:
if get_output(['git', 'ls-remote',
- 'git://git.gnome.org/%s' % mod.name,
+ 'https://git.gnome.org/browse/%s' % mod.name,
'refs/heads/%s' % branch]):
uprint(_('%(module)s is missing branch definition for %(branch)s') % {'module':
mod.name, 'branch': branch})
except CommandError:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]