[Git][security-tracker-team/security-tracker][master] Revert the try to have clean progress information during update-* targets
Raphaël Hertzog
hertzog at debian.org
Thu May 31 17:37:08 BST 2018
Raphaël Hertzog pushed to branch master at Debian Security Tracker / security-tracker
Commits:
f8a981b8 by Raphaël Hertzog at 2018-05-31T18:34:53+02:00
Revert the try to have clean progress information during update-* targets
We want "make -s update-foo" to not output anything when there are no
errors.
- - - - -
1 changed file:
- Makefile
Changes:
=====================================
Makefile
=====================================
--- a/Makefile
+++ b/Makefile
@@ -30,11 +30,6 @@ include lib/*-releases.mk
# <name>_RELEASE: the release name for the security tracker
# <name>_SUBRELEASE: the sub-release identifier for the security tracker
-Q=@
-ifneq ($(V),)
-Q=
-endif
-
all:
$(PYTHON) bin/update-db data/security.db
@@ -77,17 +72,15 @@ update-packages: $(foreach release,$(RELEASES),update-$(release))
define add_update_rule =
.PHONY: update-$(1)
update-$(1):
- $$(Q)set -e; \
+ set -e; \
prefix="$$($(1)_RELEASE)_$$($(1)_SUBRELEASE)"; \
dist="$$($(1)_DIST)"; \
mirror="$$($(1)_MIRROR)"; \
for section in main contrib non-free ; do \
- echo "Fetching $$$$mirror/dists/$$$$dist/$$$$section/source/Sources"; \
$$(PYTHON) bin/apt-update-file \
$$$$mirror/dists/$$$$dist/$$$$section/source/Sources \
data/packages/$$$${prefix}_$$$${section}_Sources ; \
for arch in $$($(1)_ARCHS) ; do \
- echo "Fetching $$$$mirror/dists/$$$$dist/$$$$section/binary-$$$$arch/Packages"; \
$$(PYTHON) bin/apt-update-file \
$$$$mirror/dists/$$$$dist/$$$$section/binary-$$$$arch/Packages \
data/packages/$$$${prefix}_$$$${section}_$$$${arch}_Packages ; \
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/commit/f8a981b82968147ba877797f8bef651acc035f9e
--
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/commit/f8a981b82968147ba877797f8bef651acc035f9e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-security-tracker-commits/attachments/20180531/6a2ea981/attachment-0001.html>
More information about the debian-security-tracker-commits
mailing list