diff options
author | Erich Eckner <git@eckner.net> | 2020-01-29 10:24:31 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-01-29 10:24:31 +0100 |
commit | 811a05a48e46ca93341482037b2389b29050a126 (patch) | |
tree | e9024d307469df16864be1cf70c63f77c072842a | |
parent | d317a2f2426104ef4fb9a35009c865add9c7af23 (diff) | |
download | archlinuxewe-811a05a48e46ca93341482037b2389b29050a126.tar.xz |
archPackagesUpdate: correctly update git sources
-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' | \ |