summaryrefslogtreecommitdiffstats
path: root/bin/lts-missing-uploads.py
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2016-08-04 17:49:18 +0000
committerChris Lamb <lamby@debian.org>2016-08-04 17:49:18 +0000
commitfc948de9874e9afc40e3ff6021119daeb9a901df (patch)
tree3d6a8690f09d79d71fc591d3aa15a51ae5cb3837 /bin/lts-missing-uploads.py
parent4cf6beb77965cd6c771018c12806d413bdec513b (diff)
lts-missing-uploads: Look at even more months
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@43775 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/lts-missing-uploads.py')
-rwxr-xr-xbin/lts-missing-uploads.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/lts-missing-uploads.py b/bin/lts-missing-uploads.py
index 2662050988..73657fb9bc 100755
--- a/bin/lts-missing-uploads.py
+++ b/bin/lts-missing-uploads.py
@@ -27,7 +27,7 @@ from debian.deb822 import Sources
from debian.debian_support import Version
class LTSMissingUploads(object):
- MONTHS = 3
+ MONTHS = 6
SOURCES = 'http://security.debian.org/dists/wheezy/updates/main/source/Sources.gz'
re_line = re.compile(
@@ -58,7 +58,6 @@ class LTSMissingUploads(object):
dt.month,
)
-
# Prefer later DLAs with reversed(..)
for x in reversed(self.get_dlas(dt.year, dt.month)):
if x['source'] not in dlas:

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