summaryrefslogtreecommitdiffstats
path: root/bin/check-syntax
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2014-09-01 05:06:14 +0000
committerSalvatore Bonaccorso <carnil@debian.org>2014-09-01 05:06:14 +0000
commit37744cbec4698973c688a4596612c21a5599cff8 (patch)
treead48435a1009ba04fac4c4380aaaae98ccb0c5bd /bin/check-syntax
parent5cbb858955fe552fd59eed209037647777c1a69d (diff)
Revert "add support for squeeze-lts (Closes: #759727 once Florian has applied this to soler.d.o)"
This reverts commit 6357e7f64b5cdab2f194dc5a1ae0ff309bb625f6. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28536 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/check-syntax')
-rwxr-xr-xbin/check-syntax6
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/check-syntax b/bin/check-syntax
index ee23752068..688ea39503 100755
--- a/bin/check-syntax
+++ b/bin/check-syntax
@@ -65,13 +65,9 @@ def parse_DSA(name):
def parse_DTSA(name):
do_parse(construct(bugs.DTSAFile, name))
-def parse_DLA(name):
- do_parse(construct(bugs.DLAFile, name))
-
file_types = {'CVE' : parse_CVE,
'DSA' : parse_DSA,
- 'DTSA' : parse_DTSA,
- 'DLA' : parse_DLA}
+ 'DTSA' : parse_DTSA}
if len(sys.argv) <> 3 or not file_types.has_key(sys.argv[1]):
l = file_types.keys()

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