Closed
Bug 1069539
Opened 11 years ago
Closed 11 years ago
rewrite clobberer
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 944005
People
(Reporter: catlee, Unassigned)
References
Details
The existing clobberer code is problematic:
- server side code is awful PHP with literal SQL queries. hard to understand
- lots of extra code for release clobbering, which is no longer needed
- both client and server side require clobberer to run as part of a build so that it can register local build directory, build master, etc. This makes it hard to run outside of buildbot (e.g. as part of runner)
I think it's due for a rewrite. relengapi seems like a good fit for the server-side. The client side can probably be tweaked without too much trouble.
| Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•