Closed
Bug 1202943
Opened 9 years ago
Closed 5 years ago
Clean up SeaMonkey's buildbotcustom/buildbot-config code
Categories
(SeaMonkey :: Release Engineering, defect)
SeaMonkey
Release Engineering
Tracking
(firefox43 affected)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox43 | --- | affected |
People
(Reporter: ewong, Assigned: ewong)
References
Details
Attachments
(18 files, 3 obsolete files)
189.82 KB,
patch
|
Details | Diff | Splinter Review | |
1.74 KB,
patch
|
Details | Diff | Splinter Review | |
553.79 KB,
patch
|
Details | Diff | Splinter Review | |
15.25 KB,
patch
|
Details | Diff | Splinter Review | |
125.70 KB,
patch
|
Details | Diff | Splinter Review | |
12.57 KB,
patch
|
Details | Diff | Splinter Review | |
6.70 KB,
patch
|
Details | Diff | Splinter Review | |
68.65 KB,
patch
|
Details | Diff | Splinter Review | |
133.35 KB,
patch
|
Details | Diff | Splinter Review | |
60.78 KB,
patch
|
Details | Diff | Splinter Review | |
110.31 KB,
patch
|
Details | Diff | Splinter Review | |
1.12 MB,
patch
|
Details | Diff | Splinter Review | |
148.27 KB,
patch
|
Details | Diff | Splinter Review | |
5.76 KB,
patch
|
Details | Diff | Splinter Review | |
4.12 KB,
patch
|
Details | Diff | Splinter Review | |
9.58 KB,
patch
|
Details | Diff | Splinter Review | |
1.31 KB,
patch
|
Details | Diff | Splinter Review | |
7.08 KB,
patch
|
Details | Diff | Splinter Review |
SeaMonkey's buildbotcustom code require some attention in both coverage and, for lack of a better phrase, code utility. There's a lot of stuff in buildbotcustom that the SeaMonkey infra doesn't use (i.e. generateBranchObjects in process/factory.py).
The rationale:
1) Code clarity. - It lessens the burden of maintaining code which we don't use and decreases code bloat. (Do we or have we ever used the sharkFactory?)
2) Reformat code to fit Pep8. (Cleaner code is easier to maintain :) )
This bug depends on the completion of other bugs, since it is unwise to work on this while other bugs (i.e. bug 1072713) is still open (read:. don't want to bitrot those bugs) as this is a lower priority bug.
![]() |
Assignee | |
Updated•9 years ago
|
Summary: Clean up buildbotcustom code → Clean up SeaMonkey's buildbotcustom/buildbot-config code
![]() |
Assignee | |
Updated•7 years ago
|
Blocks: operation_ni
![]() |
Assignee | |
Comment 1•7 years ago
|
||
Assignee: nobody → ewong
Status: NEW → ASSIGNED
![]() |
Assignee | |
Comment 2•7 years ago
|
||
note: all these changes will be pushed to the new_infra_clean branch.
![]() |
Assignee | |
Comment 3•7 years ago
|
||
![]() |
Assignee | |
Comment 4•7 years ago
|
||
![]() |
Assignee | |
Comment 5•7 years ago
|
||
![]() |
Assignee | |
Comment 6•7 years ago
|
||
![]() |
Assignee | |
Comment 7•7 years ago
|
||
![]() |
Assignee | |
Comment 8•7 years ago
|
||
![]() |
Assignee | |
Comment 9•7 years ago
|
||
![]() |
Assignee | |
Comment 10•7 years ago
|
||
Attachment #8988046 -
Attachment is obsolete: true
![]() |
Assignee | |
Comment 11•7 years ago
|
||
![]() |
Assignee | |
Comment 12•7 years ago
|
||
![]() |
Assignee | |
Comment 13•7 years ago
|
||
![]() |
Assignee | |
Comment 14•7 years ago
|
||
![]() |
Assignee | |
Comment 15•7 years ago
|
||
![]() |
Assignee | |
Comment 16•7 years ago
|
||
![]() |
Assignee | |
Comment 17•7 years ago
|
||
![]() |
Assignee | |
Comment 18•7 years ago
|
||
![]() |
Assignee | |
Comment 19•7 years ago
|
||
![]() |
Assignee | |
Comment 20•7 years ago
|
||
forgot to qrefresh.
Attachment #8988498 -
Attachment is obsolete: true
![]() |
Assignee | |
Comment 21•7 years ago
|
||
Attachment #8988499 -
Attachment is obsolete: true
![]() |
Assignee | |
Comment 22•7 years ago
|
||
![]() |
Assignee | |
Comment 23•5 years ago
|
||
Closing as we no longer use buildbot.
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•