~mabac/svammel/fix-i386-timeout

« back to all changes in this revision

Viewing changes to config.py

  • Committer: Mattias Backman
  • Date: 2011-03-22 10:17:01 UTC
  • Revision ID: mattias.backman@linaro.org-20110322101701-mtw3fz61e88au082
Make file-failures log reported bugs and avoid reporting if logged.

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
        help="The series from where to get builds, for instance, 'natty'. " \
118
118
            "Note that the series is only used when looking in the " \
119
119
            "primary archive.")
 
120
    parser.add_argument(
 
121
        '--logfile', required=False,
 
122
        help="Path to file where reported bugs are logged.")
120
123
 
121
124
    return parser
122
125