Changeset 357

Show
Ignore:
Timestamp:
07/13/09 13:48:45 (3 years ago)
Author:
trivoallan
Message:

Webserver can now write in Trac's "plugins" directory by default.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cleverbox/trunk/cleverbox/model/project.py

    r356 r357  
    284284        os.path.join(clients_root, client_name, 'var', 'trac', project_name, 'db', 'trac.db')          : (0770, 'root', 'www-data'), 
    285285        os.path.join(clients_root, client_name, 'var', 'trac', project_name, 'attachments')            : (0770, 'root', 'www-data'), 
     286        os.path.join(clients_root, client_name, 'var', 'trac', project_name, 'plugins')                : (0770, 'root', 'www-data'), 
    286287        os.path.join(clients_root, client_name, 'var', 'trac', project_name, 'conf', 'trac.ini')       : (0660, 'root', 'www-data'), 
    287288    }