Commit 1807e82f authored by Michal Čihař's avatar Michal Čihař

Prefer native repos over git-remote ones

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 77bcf7da
......@@ -41,10 +41,10 @@ BITBUCKET_GIT_REPOS = (
)
BITBUCKET_HG_REPOS = (
'https://bitbucket.org/%(owner)s/%(slug)s',
'ssh://hg@bitbucket.org/%(owner)s/%(slug)s',
'hg::ssh://hg@bitbucket.org/%(owner)s/%(slug)s',
'hg::https://bitbucket.org/%(owner)s/%(slug)s',
'ssh://hg@bitbucket.org/%(owner)s/%(slug)s',
'https://bitbucket.org/%(owner)s/%(slug)s',
)
GITHUB_REPOS = (
......
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