Project

General

Profile

Actions

Bug #3240

closed

Fix permissions on kepler CVS files.

Added by Chad Berkley about 16 years ago. Updated about 15 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
build system
Target version:
Start date:
04/24/2008
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
3240

Description

Christopher suggests we redo all of the permissions for kepler:

I suggest fixing the permissions for the java and other
files in the cvs repository

chmod -R a+rX .
find . -name "*.dll,v" -exec chmod a-x {} \;
find . -name "*.java,v" -exec chmod a-x {} \;
find . -name "*.htm,v" -exec chmod a-x {} \;
find . -name "*.html,v" -exec chmod a-x {} \;
find . -name "*makefile,v" -exec chmod a-x {} \;
find . -name "*.tcl,v" -exec chmod a-x {} \;
find . -name "*.xml,v" -exec chmod a-x {} \;

Actions #1

Updated by Chad Berkley about 15 years ago

We no longer use CVS. Closing this bug.

Actions #2

Updated by Redmine Admin about 11 years ago

Original Bugzilla ID was 3240

Actions

Also available in: Atom PDF