update repo syncer to remove redundant repo
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 12s

This commit is contained in:
Nico Schottelius 2026-06-07 13:27:50 +02:00
commit 757bb3a323

View file

@ -44,9 +44,9 @@ update_repo() {
}
REPOLIST="$HOME/.ctt $HOME/bin $HOME/vcs/notes $HOME/vcs/nico-dot-cdist $HOME/vcs/cdist-workdir/dot-cdist $HOME/vcs/ansible-main"
REPOLIST2="$REPOLIST $HOME/.password-store"
REPOLIST="$REPOLIST $HOME/.password-store"
PULL_PUSH_REPOS="$HOME/vcs/k8s-config/ $HOME/vcs/ansible-main/ $HOME/vcs/icrc"
PULL_PUSH_REPOS="$HOME/vcs/k8s-config/"
# First in parallel, then en sequence to spot errors
for repo in ${REPOLIST}; do echo $repo ; ( update_repo $repo ) ; done