~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/librarianserver/doc/librarian-report.txt

Merged fix-retest-colorize into redo-read-only-transactions-in-buildmaster, resolving several import conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
We have a report that we run as necessary to see what is using the Librarian
2
2
storage.
3
3
 
4
 
    >>> from canonical.launchpad.ftests.script import run_script
 
4
    >>> from lp.testing.script import run_script
5
5
    >>> script = 'scripts/librarian-report.py'
6
6
 
7
7
    >>> rv, out, err = run_script(script)