~xnox/ubuntu-archive-tools/sru-report-autopkgtest-vomit

« back to all changes in this revision

Viewing changes to sru-accept

  • Committer: Colin Watson
  • Date: 2012-12-13 14:50:11 UTC
  • Revision ID: cjwatson@canonical.com-20121213145011-8xvn3h432hz4197x
make all scripts pass current stricter pep8(1) in raring

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
        # distribution_source_package, but /ubuntu/hardy/+source/foo can't.
60
60
        match = bug_target_re.search(task.target.self_link)
61
61
        if (not match or
62
 
            (options.package and match.group('source') != options.package)):
 
62
            (options.package and
 
63
             match.group('source') != options.package)):
63
64
            print("Ignoring task %s in bug %s" % (task.web_link, num))
64
65
            continue
65
66
        if (match.group('suite') in options.targets and
119
120
             'If this package fixes the bug for you, please add a comment to '
120
121
             'this bug, mentioning the version of the package you tested, and '
121
122
             'change the tag from verification-needed to verification-done. '
122
 
             'If it does not fix the bug for you, please add a comment stating '
123
 
             'that, and change the tag to verification-failed.  In either case, '
124
 
             'details of your testing will help us make a better decision.\n\n'
 
123
             'If it does not fix the bug for you, please add a comment '
 
124
             'stating that, and change the tag to verification-failed.  In '
 
125
             'either case, details of your testing will help us make a better '
 
126
             'decision.\n\n'
125
127
             'Further information regarding the verification process can be '
126
128
             'found at '
127
129
             'https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  '