summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Tools/POSIX/Device.py
Commit message (Collapse)AuthorAgeFilesLines
* testsuite: fixed issues found by latest version of pep8Chris St. Pierre2013-03-261-2/+2
|
* expanded pylint testsChris St. Pierre2012-09-251-6/+6
|
* POSIX/Device: Change perms back to modeSol Jerome2012-09-021-2/+2
| | | | | | | | Change our terminology to match that used by MKNOD(1). This makes the client tool behave as it did previously. Also, add 'mode' to the schema to make `bcfg2-lint` happy. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* 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/+62
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