From a55d631e84733abb486d33eb0e970587788bdd08 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 20 Jan 2026 10:23:31 +0100 Subject: [PATCH] updated by /home/nico/bin/sync-all-repos on bibimbap --- sync-all-repos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync-all-repos b/sync-all-repos index 434f7cb..0c83697 100755 --- a/sync-all-repos +++ b/sync-all-repos @@ -46,7 +46,7 @@ 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" -PULL_PUSH_REPOS="$HOME/vcs/k8s-config/ $HOME/vcs/ansible-main/" +PULL_PUSH_REPOS="$HOME/vcs/k8s-config/ $HOME/vcs/ansible-main/ $HOME/vcs/icrc" # First in parallel, then en sequence to spot errors for repo in ${REPOLIST}; do ( update_repo $repo & ) ; done