home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / python-launchpad-bugs / examples / README < prev    next >
Encoding:
Text File  |  2008-09-02  |  919 b   |  30 lines

  1. This directory contains scripts that give examples of using
  2. python-launchpad-bugs.
  3.  
  4. * kernel-buglist.py
  5.     automatically generate a html page which lists kernel bugs the
  6.     kernel team might want to look at
  7.     
  8. * malone-buglist.py
  9.     automatically generate html page which lists bugs tagged
  10.     'qa-hardy-list'
  11.     
  12. * qa-hardy-list.py
  13.     automatically generate html page which lists bugs tagged
  14.     'qa-hardy-list'
  15.     
  16. * tag-bug.py
  17.     This script reads a list of bugs from a file and removes an existing
  18.     bug tag and adds a new bug tag.
  19.  
  20. * move_duplicates.py
  21.     Move a bunch of bugs and their duplicates (and their masterbugs,
  22.     if --also-move-masterbugs is used) to a new masterbug
  23.     (specified by -m).
  24.  
  25. * dateconfirmed_filter.py
  26.     Return package bug numbers that have been confirmed since a given date
  27.  
  28. * datetriaged_filter.py
  29.     Return package bug numbers that have been triaged since a given date
  30.