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
commit09e5ba21aa0d5a26381e0a2cf4bb942fb64f9ba1 (patch)
tree1c8d397c7763e87ccbbbc9d0d86fbe879732957e /Makefile
parent2f99b32c982f88384485bfe8107ac2af93eb5dd1 (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