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
commitc4caa341381b340f9bb9518965b9ba73720d1aa6 (patch)
tree7e89132d785ad2aaa86e9c8540a4a3422d7f5ff2 /bin/lts-missing-uploads.py
parent1daa64e9989b78df2fba7a77f278933ed1a3cc23 (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