Use new name of repos and sort

This commit is contained in:
decentral1se 2021-05-02 20:23:57 +02:00
parent ffc569e275
commit 1ef5c3980d
Signed by untrusted user who does not match committer: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 4 additions and 4 deletions

View File

@ -26,14 +26,14 @@ REPOS_TO_SKIP = (
"abra", "abra",
"abra-apps", "abra-apps",
"backup-bot", "backup-bot",
"cloud.autonomic.zone", "coopcloud.tech",
"docs.cloud.autonomic.zone", "coturn",
"docs.coopcloud.tech",
"example", "example",
"organising", "organising",
"pyabra", "pyabra",
"stack-ssh-deploy",
"radicle-seed-node", "radicle-seed-node",
"coturn", "stack-ssh-deploy",
) )
log = getLogger(__name__) log = getLogger(__name__)