r102362 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102361‎ | r102362 | r102363 >
Date:01:32, 8 November 2011
Author:laner
Status:deferred
Tags:
Comment:
Adding hack for autofs_check
Modified paths:
  • /trunk/tools/subversion/user-management/homedirectorymanager.py (modified) (history)
  • /trunk/tools/subversion/user-management/manage-exports (modified) (history)

Diff [purge]

Index: trunk/tools/subversion/user-management/homedirectorymanager.py
@@ -32,7 +32,7 @@
3333
3434 # Add to this array if we add directories that don't have
3535 # LDAP accounts associated with them
36 - self.excludedFromModification = ['lost+found', 'SAVE', 'svn-private']
 36+ self.excludedFromModification = ['lost+found', 'SAVE', 'svn-private', 'autofs_check']
3737
3838 # Limit home directory management to the specified group
3939 self.group = None
Index: trunk/tools/subversion/user-management/manage-exports
@@ -51,6 +51,7 @@
5252 if not os.path.exists(self.basedir + project_name):
5353 self.log( "Creating a project directory for %s" % (project_name) )
5454 os.mkdir(self.basedir + project_name, 0755)
 55+ os.mkdir(self.basedir + project_name + '/autofs_check', 0755)
5556 if options.logfile:
5657 hdm.logfile = options.logfile
5758 if options.loglevel:

Status & tagging log