summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2017-12-29 22:29:14 +0100
committerSalvatore Bonaccorso <carnil@debian.org>2017-12-29 22:29:14 +0100
commit119977fdea9c50d117497a8c3bd81da9947006c6 (patch)
treed3315be2bedc7ffc38f352aa4b8bb4ca8d06b153 /Makefile
parent60eb43499637b05cd4de738321121e7c10d816e4 (diff)
update-lists: Be quiet when fetching origin
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ddf6c2348a..0200dd8ca6 100644
--- a/Makefile
+++ b/Makefile
@@ -204,7 +204,7 @@ update-backports-%:
done ; \
update-lists:
- git fetch origin && git checkout -f origin/master -- data
+ git fetch -q origin && git checkout -f origin/master -- data
# Since October 16, 2015 the XML data feeds are no longer available for
# download in an uncompressed format.

© 2014-2024 Faster IT GmbH | imprint | privacy policy