summaryrefslogtreecommitdiff
path: root/bin/check-mirrors
diff options
context:
space:
mode:
Diffstat (limited to 'bin/check-mirrors')
-rwxr-xr-xbin/check-mirrors6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/check-mirrors b/bin/check-mirrors
index b629880..696ded6 100755
--- a/bin/check-mirrors
+++ b/bin/check-mirrors
@@ -5,7 +5,11 @@
if [ $# -eq 0 ]; then
- git -C "${releng_directory}" fetch origin master:master || \
+ if [ -d "${releng_directory}/.git" ]; then
+ git -C "${releng_directory}" remote update
+ else
+ git -C "${releng_directory}" fetch origin master:master
+ fi || \
true
country_codes=$(