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
commitf13e89c578251e673a993b3168276f70997b1486 (patch)
treeed0ae5fb809162d4f607caa60ac4e8af27cabddc /Makefile
parentf800518219103d00bb58784efe1f0a6f350e2ed0 (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