Closed Bug 902021 Opened 12 years ago Closed 12 years ago

Move last two Netops components

Categories

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

task
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: ravi, Assigned: dkl)

Details

I'd like to get the following components relocated to complete the move of Netops: mozilla.org :: Server Operations: ACL Request -> Infrastructure & Operations :: Netops: DC ACL Requests mozilla.org :: Server Operations: Netops -> Infrastructure & Operations :: Netops.
Assignee: nobody → dkl
Status: NEW → ASSIGNED
To satisfy requirements for this bug, I need to have an admin run two perl scripts on the production BMO Bugzilla server. The scripts will synchronize the target milestones and version from the source product to the target product. The second script will move current bugs from the source product/component to the target product/component. 1. cd to the web root for BMO (cgi files for Bugzilla) 2. # perl contrib/reorg-tools/syncmsandversions.pl "mozilla.org" "Infrastructure & Operations" 3. # perl contrib/reorg-tools/movebugs.pl "mozilla.org" "Server Operations: ACL Request" \ "Infrastructure & Operations" \ "Netops: DC ACL Requests" 4. # perl contrib/reorg-tools/movebugs.pl "mozilla.org" "Server Operations: Netops" \ "Infrastructure & Operations" "Netops" Thanks dkl
Assignee: dkl → server-ops-webops
Status: ASSIGNED → NEW
Component: Administration → Server Operations: Web Operations
OS: Mac OS X → All
Product: bugzilla.mozilla.org → mozilla.org
QA Contact: nmaul
Hardware: x86 → All
Version: Production → other
(In reply to David Lawrence [:dkl] from comment #1) > To satisfy requirements for this bug, I need to have an admin run two perl > scripts on > the production BMO Bugzilla server. The scripts will synchronize the target > milestones and version from the source product to the target product. The > second script will move current bugs from the source product/component to > the target product/component. > > 1. cd to the web root for BMO (cgi files for Bugzilla) > 2. # perl contrib/reorg-tools/syncmsandversions.pl "mozilla.org" > "Infrastructure & Operations" > 3. # perl contrib/reorg-tools/movebugs.pl "mozilla.org" "Server Operations: > ACL Request" \ > "Infrastructure & Operations" \ > "Netops: DC ACL Requests" > 4. # perl contrib/reorg-tools/movebugs.pl "mozilla.org" "Server Operations: > Netops" \ > "Infrastructure & Operations" > "Netops" > > Thanks > dkl Ok scratch the above instructions and do the following instead please: 1. cd to the web root for BMO (cgi files for Bugzilla) 2. # perl contrib/reorg-tools/syncmsandversions.pl "mozilla.org" \ "Infrastructure & Operations" 3. # perl contrib/reorg-tools/movecomponent.pl "mozilla.org" \ "Infrastructure & Operations" \ "Server Operations: ACL Request" 4. # perl contrib/reorg-tools/movecomponent.pl "mozilla.org" \ "Infrastructure & Operations" \ "Server Operations: Netops" And then move this bug back to us so we can rename the component properly. Thanks dkl
All set. bugzillaadm.private.scl3# time perl contrib/reorg-tools/syncmsandversions.pl "mozilla.org" "Infrastructure & Operations" real 0m0.424s user 0m0.373s sys 0m0.033s bugzillaadm.private.scl3# time perl contrib/reorg-tools/movecomponent.pl "mozilla.org" "Infrastructure & Operations" "Server Operations: ACL Request" About to move the component 'Server Operations: ACL Request' From 'mozilla.org' To 'Infrastructure & Operations' Press <Ctrl-C> to stop or <Enter> to continue... Moving 'Server Operations: ACL Request' from 'mozilla.org' to 'Infrastructure & Operations'... real 0m3.226s user 0m0.364s sys 0m0.040s bugzillaadm.private.scl3# time perl contrib/reorg-tools/movecomponent.pl "mozilla.org" "Infrastructure & Operations" "Server Operations: Netops" About to move the component 'Server Operations: Netops' From 'mozilla.org' To 'Infrastructure & Operations' Press <Ctrl-C> to stop or <Enter> to continue... Moving 'Server Operations: Netops' from 'mozilla.org' to 'Infrastructure & Operations'... real 0m2.413s user 0m0.380s sys 0m0.031s
Assignee: server-ops-webops → nobody
Component: Server Operations: Web Operations → Administration
Product: mozilla.org → bugzilla.mozilla.org
QA Contact: nmaul
Arg. I forgot to have you add a true value as the last argument to the movecomponent.pl script so unfortunately I will need to have you run these once more as the changes did not stick. 1. cd to the web root for BMO (cgi files for Bugzilla) 2. # perl contrib/reorg-tools/syncmsandversions.pl "mozilla.org" \ "Infrastructure & Operations" 3. # perl contrib/reorg-tools/movecomponent.pl "mozilla.org" \ "Infrastructure & Operations" \ "Server Operations: ACL Request" "doit" 4. # perl contrib/reorg-tools/movecomponent.pl "mozilla.org" \ "Infrastructure & Operations" \ "Server Operations: Netops" "doit" And then move this bug back to us so we can rename the component properly. Sorry dkl
Assignee: nobody → server-ops-webops
Component: Administration → Server Operations: Web Operations
Product: bugzilla.mozilla.org → mozilla.org
QA Contact: nmaul
Done! Tag, you're it. bugzillaadm.private.scl3# time perl contrib/reorg-tools/syncmsandversions.pl "mozilla.org" "Infrastructure & Operations" real 0m0.436s user 0m0.383s sys 0m0.031s bugzillaadm.private.scl3# time perl contrib/reorg-tools/movecomponent.pl "mozilla.org" "Infrastructure & Operations" "Server Operations: ACL Request" "doit" About to move the component 'Server Operations: ACL Request' From 'mozilla.org' To 'Infrastructure & Operations' Press <Ctrl-C> to stop or <Enter> to continue... Moving 'Server Operations: ACL Request' from 'mozilla.org' to 'Infrastructure & Operations'... real 0m2.713s user 0m0.533s sys 0m0.061s bugzillaadm.private.scl3# time perl contrib/reorg-tools/movecomponent.pl "mozilla.org" "Infrastructure & Operations" "Server Operations: Netops" "doit" About to move the component 'Server Operations: Netops' From 'mozilla.org' To 'Infrastructure & Operations' Press <Ctrl-C> to stop or <Enter> to continue... Moving 'Server Operations: Netops' from 'mozilla.org' to 'Infrastructure & Operations'... real 0m2.386s user 0m0.520s sys 0m0.050s
Assignee: server-ops-webops → nobody
Component: Server Operations: Web Operations → Administration
Product: mozilla.org → bugzilla.mozilla.org
QA Contact: nmaul
Thanks. All done.
Assignee: nobody → dkl
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.