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)
|
print('already cloned %s' % remote)
|
||||||
|
|
||||||
repo = pygit2.Repository(repo)
|
repo = pygit2.Repository(repo)
|
||||||
|
try:
|
||||||
|
repo.remotes[remote_name]
|
||||||
|
except:
|
||||||
|
repo.remotes.create(remote_name, remote)
|
||||||
|
|
||||||
for peer in github_peers:
|
for peer in github_peers:
|
||||||
url = 'ssh://git@github.com/%s/%s' % (peer, repo_name)
|
url = 'ssh://git@github.com/%s/%s' % (peer, repo_name)
|
||||||
|
|
13
repos.ini
13
repos.ini
|
@ -18,6 +18,17 @@ repos=
|
||||||
thermokar.st,
|
thermokar.st,
|
||||||
zettel,
|
zettel,
|
||||||
|
|
||||||
|
[personal-dokku]
|
||||||
|
workspace=~/projects/personal
|
||||||
|
remote_host=dokku@pingo.thermokar.st
|
||||||
|
remote_name=dokku
|
||||||
|
github_peers=
|
||||||
|
repos=
|
||||||
|
akdillon,
|
||||||
|
planner,
|
||||||
|
thermokar.st,
|
||||||
|
zettel,
|
||||||
|
|
||||||
[mds]
|
[mds]
|
||||||
workspace=~/projects/mds
|
workspace=~/projects/mds
|
||||||
remote_host=git@pingo.thermokar.st
|
remote_host=git@pingo.thermokar.st
|
||||||
|
@ -56,7 +67,7 @@ repos=
|
||||||
workspace=~/projects/qiime2
|
workspace=~/projects/qiime2
|
||||||
remote_host=git@github.com/qiime2
|
remote_host=git@github.com/qiime2
|
||||||
remote_name=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=
|
repos=
|
||||||
Keemei,
|
Keemei,
|
||||||
action-library-packaging,
|
action-library-packaging,
|
||||||
|
|
Loading…
Add table
Reference in a new issue