diff options
-rwxr-xr-x | archPackagesUpdate | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archPackagesUpdate b/archPackagesUpdate index 631c41c2e..e068bc5c7 100755 --- a/archPackagesUpdate +++ b/archPackagesUpdate @@ -438,6 +438,7 @@ if ${aufRechenknecht}; then sed 's|/[^/]*$||' | \ while read -r repo; do git -C "${repo}" fetch --all -p + git -C "${repo}" fetch origin master:master done # update svn sources find "${SRCDEST}" -mindepth 2 -maxdepth 2 -name '.svn' | \ |