Closed Bug 1081163 Opened 10 years ago Closed 10 years ago

Please move Tinderboxpushlog, Tree Status & Orange Factor under the "Tree Management" product

Categories

(bugzilla.mozilla.org :: Administration, task)

Production
task
Not set
minor

Tracking

()

RESOLVED FIXED

People

(Reporter: emorley, Assigned: dkl)

References

Details

We'd like to consolidate a number of the tree management/dashboard type tools under the new "Tree Management" product (added by bug 1023865), to join "Treeherder" and "Autoland" already under it.

Please can the following moves be made:

Webtools::Tinderboxpushlog 
-> Tree Management::TBPL

Webtools::Tree Status
-> Tree Management::TreeStatus
(now without the space between the two words)

Testing::Orange Factor
-> Tree Management::OrangeFactor
(again, now without the space between the two words)

After the moves I'll update the relevant wiki pages, in-repo file-a-bug links etc, but I'm presuming people will need to update their saved searches/component watching lists etc.

Many thanks :-)
To satisfy requirements for this bug, I need to have an admin run two perl scripts on
the production BMO Bugzilla server. The script will move current bugs from the old product/component to the new product/component.

1. cd to the web root for BMO (cgi files for Bugzilla)
2. # perl contrib/reorg-tools/movecomponent.pl Webtools "Tree Management" Tinderboxpushlog
2. # perl contrib/reorg-tools/movecomponent.pl Webtools "Tree Management" "Tree Status"
2. # perl contrib/reorg-tools/movecomponent.pl Testing "Tree Management" "Orange Factor"

Then kick back to me as I need to rename some of the components once they are moved.

Thanks
dkl
Component: Administration → Infrastructure
QA Contact: mcote
Done.

bugzillaadm.private.scl3# time perl contrib/reorg-tools/movecomponent.pl Webtools "Tree Management" Tinderboxpushlog
About to move the component 'Tinderboxpushlog'
From 'Webtools'
To 'Tree Management'

Press <Ctrl-C> to stop or <Enter> to continue...

Moving 'Tinderboxpushlog' from 'Webtools' to 'Tree Management'...

Touching user profile data for 1187 bugs.
Updated 4449 users.

real	0m12.959s
user	0m1.834s
sys	0m0.562s

bugzillaadm.private.scl3# time perl contrib/reorg-tools/movecomponent.pl Webtools "Tree Management" "Tree Status"
About to move the component 'Tree Status'
From 'Webtools'
To 'Tree Management'

Press <Ctrl-C> to stop or <Enter> to continue...

Moving 'Tree Status' from 'Webtools' to 'Tree Management'...

Touching user profile data for 55 bugs.
Updated 182 users.

real	0m3.154s
user	0m0.731s
sys	0m0.091s

bugzillaadm.private.scl3# time perl contrib/reorg-tools/movecomponent.pl Testing "Tree Management" "Orange Factor"
About to move the component 'Orange Factor'
From 'Testing'
To 'Tree Management'

Press <Ctrl-C> to stop or <Enter> to continue...

Moving 'Orange Factor' from 'Testing' to 'Tree Management'...

Touching user profile data for 299 bugs.
Updated 1013 users.

real	0m4.954s
user	0m0.958s
sys	0m0.179s
Component: Infrastructure → Administration
QA Contact: mcote
All done.
Assignee: nobody → dkl
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Blocks: 1082600
Blocks: 1082621
Blocks: 1082622
(In reply to David Lawrence [:dkl] from comment #3)
> All done.

Thank you :-)
Blocks: 1083110
You need to log in before you can comment on or make changes to this bug.