summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRaphaël Hertzog <hertzog@debian.org>2018-05-31 16:29:40 +0200
committerRaphaël Hertzog <hertzog@debian.org>2018-05-31 17:48:12 +0200
commitb5790dddeb0b12f144125795cadf84f7d1a143df (patch)
tree91b22a457072de6123d2e868a901f5576edad229 /Makefile
parent90b247abc4a416f160dc88400d09b0af0a873226 (diff)
Add a command to display the list of supported update-* targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c004efd998..363008f9f1 100644
--- a/Makefile
+++ b/Makefile
@@ -119,6 +119,13 @@ update-main: $(foreach release,$(MAIN_RELEASES),update-$(release))
update-security: $(foreach release,$(SECURITY_RELEASES),update-$(release)_security)
update-backports: $(foreach release,$(BACKPORT_RELEASES),update-$(release)_backports)
+supported-update-targets:
+ @echo -n "unstable testing stable oldstable oldoldstable "
+ @echo -n "testing-security stable-security oldstable-security oldoldstable-security "
+ @echo -n "main security backports "
+ @echo -n "$(RELEASES) "
+ @echo -n "lists nvd"
+
# Other custom update rules
update-lists:
git fetch -q origin && git checkout -f origin/master -- data

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