summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Tools/POSIX/Directory.py
Commit message (Collapse)AuthorAgeFilesLines
* Client/Tools/POSIX: fix prune actionsAlexander Sulfrian2013-06-291-0/+2
| | | | | | | | The prune actions was not run. The fix that does not add multiple prune actions on multiple Verify runs in 7077358b1 does not set the pruneTrue flag during the later Verify runs and therefor the prune actions are ignored. This set the pruneTrue flag if the first Verify run, detected some entries that should be pruned.
* Client/Tools/POSIX: catch multiple VerifyDirectory callsAlexander Sulfrian2013-06-291-2/+9
| | | | | | If a directory should be pruned from all unknown files VerifyDirectory created a new entry each call and the second fails because the file was already removed.
* POSIX: fix docstringChris St. Pierre2013-05-211-1/+1
|
* POSIX: fix directory pruningChris St. Pierre2013-05-211-2/+2
|
* POSIX: fixed removal of symlinked directoriesChris St. Pierre2012-11-161-14/+2
|
* POSIX: Switch from perms to modeSol Jerome2012-10-151-1/+1
| | | | | | | | Bcfg2 has traditionally used the 'perms' attribute to specify the file mode for POSIX entries. Switching to a 'mode' attribute will allow us to be more consistent with other tools as well as POSIX itself. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* expanded pylint testsChris St. Pierre2012-09-251-15/+16
|
* finally a relative import fix that works on py2.4 thru 3.2Chris St. Pierre2012-08-231-1/+5
|
* removed relative imports from POSIX toolsChris St. Pierre2012-08-231-1/+1
|
* lots of various py3k fixesChris St. Pierre2012-08-211-1/+1
|
* POSIX:Chris St. Pierre2012-08-151-0/+86
refactored POSIX tool into multiple files to make it more manageable Added unit tests for POSIX tool and sub-tools fixed ACL handling for filesystems mounted noacl