Closed
Bug 377079
Opened 18 years ago
Closed 18 years ago
Add new "Security Services" tree definition to bonsai
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nelson, Assigned: justdave)
References
Details
Attachments
(1 file)
913 bytes,
patch
|
Details | Diff | Splinter Review |
This patch proposes to add a new definition to Bonsai's sets of trees.
It requires that the new "SecurityServices" module be defined in
CVSROOT/modules first, which is the subject of bug 377078.
When that is done, then I request that the new SecurityServices Bonsai
tree be defined in bonsai's treeconfig.pl file, corresponding to that module,
as done in the attached patch.
Comment 1•18 years ago
|
||
What attached patch? :P
Assignee | ||
Updated•18 years ago
|
Assignee: server-ops → justdave
Assignee | ||
Comment 2•18 years ago
|
||
@::TreeList += 'SecurityServices'
SecurityServices => {
module => 'SecurityServices',
branch => '',
repository => '/cvsroot',
description => 'Security Services -- Network/Java Security Services (NSS/JSS)',
shortdesc => 'Security Services',
},
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•18 years ago
|
||
Don't know why this didn't get attached the first time.
Reporter | ||
Comment 4•18 years ago
|
||
Wow, you're quick!! Thanks.
Assignee | ||
Comment 5•18 years ago
|
||
for the record, to complete this configuration, the following had to be run:
mkdir -m770 data/SecurityServices
chown apache:apache data/SecurityServices
./createlegaldirs.pl SecurityServices
./rebuildcvshistory.cgi SecurityServices '1970-01-01 00:00:00' '' '' ''
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•