~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/bug-handling.txt

  • Committer: Joe Julian
  • Date: 2010-01-10 02:25:31 UTC
  • mto: (4634.119.7 2.0)
  • mto: This revision was merged to the branch mainline in revision 4959.
  • Revision ID: joe@julianfamily.org-20100110022531-wqk61rsagz8xsiga
Added MANIFEST.in to allow bdist_rpm to have all the required include files and tools. bdist_rpm will still fail to build correctly on some distributions due to a disttools bug http://bugs.python.org/issue644744

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
    it's not a good idea for a developer to spend time reproducing the bug
143
143
    until they're going to work on it.)
144
144
Triaged
145
 
    We don't use this status.  If it is set, it means the same as
146
 
    Confirmed.
 
145
    This is an odd state - one we consider a bug in launchpad, as it really
 
146
    means "Importance has been set". We use this to mean the same thing
 
147
    as confirmed, and set no preference on whether Confirmed or Triaged are
 
148
    used. Please do not change a "Confirmed" bug to "Triaged" or vice verca -
 
149
    any reports we create or use will always search for both "Confirmed" and
 
150
    "Triaged" or neither "Confirmed" nor "Triaged".
147
151
In Progress
148
152
    Someone has started working on this.
149
153
Won't Fix