mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-01 21:40:03 +00:00
Use ssh urls rather than git urls for wescamp checkouts
This commit is contained in:
parent
a3e39f7d2b
commit
f8879eeff1
@ -307,7 +307,7 @@ class GitHub(object):
|
||||
repos = self._github_api_request(request)
|
||||
|
||||
version_suffix = "-{0}".format(self.version)
|
||||
return [(repo["name"][:-len(version_suffix)], repo["git_url"])
|
||||
return [(repo["name"][:-len(version_suffix)], repo["ssh_url"])
|
||||
for repo in repos if repo["name"].endswith(version_suffix)]
|
||||
|
||||
def _github_repos_create(self, name):
|
||||
|
Loading…
x
Reference in New Issue
Block a user