summaryrefslogtreecommitdiff
path: root/bin/build-packages
diff options
context:
space:
mode:
Diffstat (limited to 'bin/build-packages')
-rwxr-xr-xbin/build-packages2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-packages b/bin/build-packages
index 6d4f93a..6c398d4 100755
--- a/bin/build-packages
+++ b/bin/build-packages
@@ -244,7 +244,7 @@ while [ "${count}" -ne 0 ] && \
for repo_name in ${repo_names}; do
eval repo_path='"${repo_paths__'"${repo_name}"'}"'
- git -C "${repo_path}" fetch
+ git -C "${repo_path}" remote update
done
git_repo=$(find_repository_with_commit "${git_revision}")