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
commit042612e36c918dde7ed95a9058bcd1ae713c20dd (patch)
tree26ee9785e92f06cd56e050035860572430dd6adf /Makefile
parenta54a9aea7cfdbcdcdd01f836d8c5d772ee69378b (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