diff options
author | Thomas Lundström <thomas.lundstrom@enea.com> | 2016-06-14 15:21:01 +0200 |
---|---|---|
committer | Thomas Lundström <thomas.lundstrom@enea.com> | 2016-06-14 15:21:01 +0200 |
commit | 1f41cc7a9bb3f13d5fc83241d4b9c7161d5c9693 (patch) | |
tree | 5c21f4c8db114ccb52fda0c99a60eb528d25461d /doc/gen_known_issues.py | |
parent | bc263ea71b416e939875b24e9faf36fbba03af26 (diff) | |
download | el_manifests-standard-1f41cc7a9bb3f13d5fc83241d4b9c7161d5c9693.tar.gz |
Updated after review
Diffstat (limited to 'doc/gen_known_issues.py')
-rwxr-xr-x | doc/gen_known_issues.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/gen_known_issues.py b/doc/gen_known_issues.py index 6b8ca8c..a400577 100755 --- a/doc/gen_known_issues.py +++ b/doc/gen_known_issues.py | |||
@@ -47,10 +47,7 @@ print ' <para>' | |||
47 | print ' This section lists open bugs in Jira. Extracted at %s.' % time_str | 47 | print ' This section lists open bugs in Jira. Extracted at %s.' % time_str |
48 | print ' </para>' | 48 | print ' </para>' |
49 | 49 | ||
50 | print ' <remark>Jira query: (project = "Linux CR"' | 50 | print ' <remark>Jira query: (%s)</remark>' % "\n and ".join(conditions) |
51 | print ' and issuetype = Bug' | ||
52 | print ' and affectedVersion = "Enea Linux 6"' | ||
53 | print ' and resolution = Unresolved)</remark>' | ||
54 | 51 | ||
55 | print ' <informaltable>' | 52 | print ' <informaltable>' |
56 | print ' <tgroup cols="2">' | 53 | print ' <tgroup cols="2">' |