Commit d8e1f6f9 authored by Michal Čihař's avatar Michal Čihař

Prefer https for Git checkouts

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 9c00c439
......@@ -319,7 +319,7 @@ repository and you can use ``--reference`` option while cloning:
git clone \
--reference /path/to/checkout \
git://github.com/nijel/weblate.git \
https://github.com/nijel/weblate.git \
weblate/repos/project/component
Optimize configuration
......
......@@ -105,7 +105,7 @@ class ViewTest(TestCase):
'email': 'noreply@weblate.org',
'project': 'HOST',
'url': 'http://example.net',
'repo': 'git://github.com/nijel/weblate.git',
'repo': 'https://github.com/nijel/weblate.git',
'mask': 'po/*.po',
'message': 'Hi\n\nI want to use it!',
}
......
......@@ -47,8 +47,8 @@ from weblate.trans.search import clean_indexes
REPOWEB_URL = \
'https://github.com/nijel/weblate-test/blob/master/%(file)s#L%(line)s'
GIT_URL = 'git://github.com/nijel/weblate-test.git'
HG_URL = 'https://nijel@bitbucket.org/nijel/weblate-test'
GIT_URL = 'https://github.com/nijel/weblate-test.git'
HG_URL = 'https://bitbucket.org/nijel/weblate-test'
class RepoTestCase(TestCase):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment