[Bug 847571] New: Review Request: python-tbgrep - Extract Python Tracebacks from text

bugzilla at redhat.com bugzilla at redhat.com
Mon Aug 13 02:35:05 UTC 2012


https://bugzilla.redhat.com/show_bug.cgi?id=847571

            Bug ID: 847571
        QA Contact: extras-qa at fedoraproject.org
          Severity: medium
           Version: rawhide
          Priority: medium
                CC: notting at redhat.com,
                    package-review at lists.fedoraproject.org
          Assignee: nobody at fedoraproject.org
           Summary: Review Request: python-tbgrep - Extract Python
                    Tracebacks from text
        Regression: ---
      Story Points: ---
    Classification: Fedora
                OS: Linux
          Reporter: rbean at redhat.com
              Type: ---
     Documentation: ---
          Hardware: All
        Mount Type: ---
            Status: NEW
         Component: Package Review
           Product: Fedora

Spec URL: http://threebean.org/rpm/python-tbgrep.spec
SRPM URL: http://threebean.org/rpm/python-tbgrep-0.2.0-1.fc17.src.rpm
Description: A module & command-line tool for extracting Python tracebacks from
text.

    $ tbgrep file1 file2 file3
    $ tail -f logfile | tbgrep

tbgrep can extract tracebacks from logs of various formats. For example,
CherryPy starts the traceback on a line with other details (like module,
timestamp, etc), but the rest of the trace starts at the beginning of the
line. Apache logs, on the other hand, will prefix each line of the
traceback with this information. tbgrep is designed to these kinds of
situations

Fedora Account System Username: ralph


rpmlint output
--------------
--- ~/rpmbuild ยป rpmlint {SPECS,SRPMS}/python-tbgrep*
python-tbgrep.src: W: spelling-error %description -l en_US tracebacks -> trace
backs, trace-backs, racetracks
python-tbgrep.src: W: spelling-error %description -l en_US logfile -> log file,
log-file, misfile
python-tbgrep.src: W: spelling-error %description -l en_US traceback -> trace
back, trace-back, racetrack
python-tbgrep.src: W: spelling-error %description -l en_US timestamp -> time
stamp, time-stamp, times tamp
1 packages and 1 specfiles checked; 0 errors, 4 warnings.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the package-review mailing list