From add343d56ff0b5af91dcc0bc6372ae678f9f9e02 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 29 Nov 2025 17:31:28 +0100 Subject: [PATCH] updated by /home/nico/bin/sync-all-repos on bibimbap --- sync-all-repos | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sync-all-repos b/sync-all-repos index ac4cfa5..e359df4 100755 --- a/sync-all-repos +++ b/sync-all-repos @@ -50,7 +50,7 @@ PULL_PUSH_REPOS="$HOME/vcs/k8s-config/ $HOME/vcs/ansible-main/" # First in parallel, then en sequence to spot errors for repo in ${REPOLIST}; do ( update_repo $repo & ) ; done -for repo in ${PULL_PUSH_REPOS}; do ( pull_repo $repo & ) ; done +for repo in ${PULL_PUSH_REPOS}; do ( pull_push_repo $repo & ) ; done echo "Waiting for async process to finish ..." @@ -62,7 +62,7 @@ exit 0 echo "Starting for sync process ..." for repo in ${REPOLIST}; do update_repo $repo ; done -for repo in ${PULL_PUSH_REPOS}; do pull_repo $repo ; done +for repo in ${PULL_PUSH_REPOS}; do pull_push_repo $repo ; done # Step 2: pull/push all other repos in ~/vcs/ # We cannot commit as we do not know the state, but we