new: adding some dokku remotes
This commit is contained in:
parent
fad7921389
commit
5add969f6e
2 changed files with 16 additions and 1 deletions
|
@ -18,6 +18,10 @@ def init_repo(repo_name, repo_fp, remote, remote_name, callbacks,
|
|||
print('already cloned %s' % remote)
|
||||
|
||||
repo = pygit2.Repository(repo)
|
||||
try:
|
||||
repo.remotes[remote_name]
|
||||
except:
|
||||
repo.remotes.create(remote_name, remote)
|
||||
|
||||
for peer in github_peers:
|
||||
url = 'ssh://git@github.com/%s/%s' % (peer, repo_name)
|
||||
|
|
13
repos.ini
13
repos.ini
|
@ -18,6 +18,17 @@ repos=
|
|||
thermokar.st,
|
||||
zettel,
|
||||
|
||||
[personal-dokku]
|
||||
workspace=~/projects/personal
|
||||
remote_host=dokku@pingo.thermokar.st
|
||||
remote_name=dokku
|
||||
github_peers=
|
||||
repos=
|
||||
akdillon,
|
||||
planner,
|
||||
thermokar.st,
|
||||
zettel,
|
||||
|
||||
[mds]
|
||||
workspace=~/projects/mds
|
||||
remote_host=git@pingo.thermokar.st
|
||||
|
@ -56,7 +67,7 @@ repos=
|
|||
workspace=~/projects/qiime2
|
||||
remote_host=git@github.com/qiime2
|
||||
remote_name=qiime2
|
||||
github_peers=ebolyen,gregcaporaso,ChrisKeefe,Oddant1,nbokulich,andrewsanchez,cherman2,thermokarst-forks
|
||||
github_peers=ebolyen,gregcaporaso,ChrisKeefe,Oddant1,nbokulich,andrewsanchez,cherman2,thermokarst-forks,Keegan-Evans,lizgehret
|
||||
repos=
|
||||
Keemei,
|
||||
action-library-packaging,
|
||||
|
|
Loading…
Add table
Reference in a new issue