Closed
Bug 818758
Opened 12 years ago
Closed 12 years ago
Tweaks to user account on stage.m.o
Categories
(Infrastructure & Operations :: Infrastructure: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nthomas, Assigned: bhourigan)
References
Details
To help clean up disk usage on stage.m.o, please make these changes for the Solaris builds that get contributed for Firefox & Thunderbird.
1, add these lines to ~dave.lin/.profile (or equivalent .bash file)
umask 0002
echo "NB: umask has been set to 0002 so that files in\
{firefox,thunderbird}/candidates can be deleted by ffxbld.\
See https://bugzilla.mozilla.org/show_bug.cgi?id=806270"
[This shouldn't cause any problems because the primary group on that account is also dave.lin. We get the firefox or thunderbird group in the contrib directories because their mode 2775. We're trusting other members of those groups not to muck around with contributed builds.]
2, to deal with existing files run
chmod -R g+w /pub/mozilla.org/{firefox,thunderbird}/candidates/*/*/contrib
Updated•12 years ago
|
Assignee: server-ops → server-ops-webops
Component: Server Operations → Server Operations: Web Operations
QA Contact: shyam → nmaul
Updated•12 years ago
|
Assignee: server-ops-webops → server-ops-infra
Component: Server Operations: Web Operations → Server Operations: Infrastructure
QA Contact: nmaul → jdow
Assignee | ||
Comment 1•12 years ago
|
||
I added the .bashrc for user dave.lin in puppet for upload hosts only in 55847/55848, and ran the recursive chmod as described.
Assignee: server-ops-infra → bhourigan
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Component: Server Operations: Infrastructure → Infrastructure: Other
Product: mozilla.org → Infrastructure & Operations
You need to log in
before you can comment on or make changes to this bug.
Description
•