From 9f835318d24e851bf681cd7c43a44ca85ba18859 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 8 Jul 2021 17:53:03 +0200 Subject: [PATCH] Ignore new apps repo --- bin/abralib.py | 1 + bin/github-sync.py | 1 + 2 files changed, 2 insertions(+) diff --git a/bin/abralib.py b/bin/abralib.py index afa850d..921a1bc 100644 --- a/bin/abralib.py +++ b/bin/abralib.py @@ -17,6 +17,7 @@ REPOS_TO_SKIP = ( "abra-apps", "abra-gandi", "abra-hetzner", + "apps", "auto-apps-json", "auto-mirror", "backup-bot", diff --git a/bin/github-sync.py b/bin/github-sync.py index f7f635f..d896e0b 100755 --- a/bin/github-sync.py +++ b/bin/github-sync.py @@ -9,6 +9,7 @@ from os import chdir, environ, listdir from abralib import CLONES_PATH, _run_cmd, clone_all_apps, get_repos_json, log REPOS_TO_SKIP = ( + "apps", "backup-bot", "docker-dind-bats-kcov", "docs.coopcloud.tech",