LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 46 - email llvm-bugs when a bug changes state
Summary: email llvm-bugs when a bug changes state
Status: RESOLVED FIXED
Alias: None
Product: Bugzilla Admin
Classification: Unclassified
Component: Mail (show other bugs)
Version: unspecified
Hardware: PC Linux
: P enhancement
Assignee: Brian R. Gaeke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-14 15:55 PDT by Brian R. Gaeke
Modified: 2010-02-22 12:47 PST (History)
2 users (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian R. Gaeke 2003-10-14 15:55:01 PDT
We will probably want to be able to email llvmbugs when a bug
changes state (RESOLVED or REOPENED), as opposed to just on bug
creation.

Other people are working on this - see the Bugzilla bug:
http://bugzilla.mozilla.org/show_bug.cgi?id=76794

We however are not constrained by artificial ideas of
code cleanliness (heh heh heh), and we want something
that basically works now, so we can probably
just hack something into process_bug.cgi.
Comment 1 Brian R. Gaeke 2003-10-28 12:52:34 PST
Testing.
Comment 2 Brian R. Gaeke 2003-10-28 13:02:14 PST
Testing this again. Should only send out mail if we are changing a bug's state
to RESOLVED or we are REOPENing a bug.
Comment 3 Brian R. Gaeke 2003-10-28 13:03:15 PST
Looking good so far. Testing REOPENED.
Comment 4 Brian R. Gaeke 2003-10-28 13:04:41 PST
This time it should not send out any mail to llvmbugs, because it should change
state to ASSIGNED.
Comment 5 Brian R. Gaeke 2003-10-28 13:05:31 PST
OK, it looks like it is working. llvmbugs should get email on any resolution or
reopening of a bug.