diff options
Diffstat (limited to 'pull.py')
-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'), |