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
commita10315dbff9efdbe0f7917c1fb83b95c950da1cd (patch)
tree618993b31efc6f5b1d1760931e4dba68f703c1d5 /Makefile
parent9f49af3814af24fdbe3f8d234de23c20711f7b91 (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