mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 23:12:46 +03:00
Merge branch 'git' into 'master'
Add codeberg.org See merge request fdroid/fdroidserver!1280
This commit is contained in:
commit
96d80fbd7c
1 changed files with 1 additions and 1 deletions
|
@ -1145,7 +1145,7 @@ class vcs_git(vcs):
|
||||||
'-c', 'core.sshCommand=/bin/false',
|
'-c', 'core.sshCommand=/bin/false',
|
||||||
'-c', 'url.https://.insteadOf=ssh://',
|
'-c', 'url.https://.insteadOf=ssh://',
|
||||||
]
|
]
|
||||||
for domain in ('bitbucket.org', 'github.com', 'gitlab.com'):
|
for domain in ('bitbucket.org', 'github.com', 'gitlab.com', 'codeberg.org'):
|
||||||
git_config.append('-c')
|
git_config.append('-c')
|
||||||
git_config.append('url.https://u:p@' + domain + '/.insteadOf=git@' + domain + ':')
|
git_config.append('url.https://u:p@' + domain + '/.insteadOf=git@' + domain + ':')
|
||||||
git_config.append('-c')
|
git_config.append('-c')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue