summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2016-03-10 06:08:45 +0000
committerSalvatore Bonaccorso <carnil@debian.org>2016-03-10 06:08:45 +0000
commit3e7bac231a4f7ef075c187eb3fbf15bc2f13e406 (patch)
tree55b4c5dfd9a2b8f7ca00e34b10f1d6d533abab44 /Makefile
parent9e2ea4b226443bcdf7e709bc59a4b452a6e0d8cb (diff)
Disable update-oldold-security in update-security target
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@40287 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 51c7845f2a..f519280e4a 100644
--- a/Makefile
+++ b/Makefile
@@ -147,7 +147,7 @@ update-testing-security:
done
SEC_MIRROR = http://security.debian.org/dists
-update-security: update-old-security update-oldold-security
+update-security: update-old-security
for archive in $(STABLE); do \
for section in main contrib non-free ; do \
$(PYTHON) bin/apt-update-file \
@@ -247,4 +247,4 @@ update-nvd:
done
python bin/update-nvd data/nvd/nvdcve-*.xml
-update-all: update-nvd update-lists update-packages update-oldstable update-oldoldstable update-stable update-security update-testing-security update-packages update-backports all
+update-all: update-nvd update-lists update-packages update-oldstable update-stable update-security update-testing-security update-packages update-backports all

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