diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2018-07-03 02:11:11 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2018-07-03 02:11:11 +0300 |
commit | ab1ffe24b9408a0f2697706af6b4026eb315813a (patch) | |
tree | 0c8447259594e294bb90276bd6420c8037c42cc3 /pull.py | |
parent | rename systemd jobs (diff) | |
download | cgitize-ab1ffe24b9408a0f2697706af6b4026eb315813a.tar.gz cgitize-ab1ffe24b9408a0f2697706af6b4026eb315813a.zip |
add a couple of repos
Diffstat (limited to '')
-rwxr-xr-x | pull.py | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -232,12 +232,10 @@ repos = ( GithubRepo('personal/egor-tensin.github.io'), GithubRepo('personal/filters'), GithubRepo('personal/linux-home'), - BitbucketRepo('personal/measure-temp-client'), - BitbucketRepo('personal/measure-temp-server'), + GithubRepo('personal/linux-status'), GithubRepo('personal/notes'), GithubRepo('personal/pdb-repo'), GithubRepo('personal/privilege-check'), - BitbucketRepo('personal/pull-cgit-repos'), GithubRepo('personal/simple-interpreter'), GithubRepo('personal/sorting-algorithms'), GithubRepo('personal/vk-scripts'), @@ -268,7 +266,10 @@ repos = ( BitbucketRepo('staging/361_Tensin_E_D_slides'), BitbucketRepo('staging/461_Tensin_E_D_report'), BitbucketRepo('staging/461_Tensin_E_D_slides'), + BitbucketRepo('staging/cgit-repos'), BitbucketRepo('staging/deposit-calculator'), + BitbucketRepo('staging/raspi-temp-client'), + BitbucketRepo('staging/raspi-temp-server'), BitbucketRepo('staging/x64-decoder'), Repo('fr24/key_mgmt', 'ssh://egor@tensin-raspi2/~/tmp/key_mgmt.git'), |