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
commit847b8c616dd4953af0c9788652ee6ae45d3b6a98 (patch)
treead986203181d8e626a5777147ad8778a0d8bf159 /bin/lts-missing-uploads.py
parent9a5062069ef209f05dce64f4a1c625e6b775b7c2 (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