summaryrefslogtreecommitdiff
path: root/archPackagesUpdate
diff options
context:
space:
mode:
Diffstat (limited to 'archPackagesUpdate')
-rwxr-xr-xarchPackagesUpdate1
1 files changed, 1 insertions, 0 deletions
diff --git a/archPackagesUpdate b/archPackagesUpdate
index 631c41c2..e068bc5c 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' | \