summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Tools/POSIX/File.py
Commit message (Collapse)AuthorAgeFilesLines
* POSIX: Fixed handling of empty files that don't exist on client in ↵Chris St. Pierre2012-12-031-0/+4
| | | | interactive mode
* 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>
* Revert "POSIX: make sure to close file handles on temp files"Chris St. Pierre2012-09-281-10/+7
| | | | | | | This reverts commit a51d908d2fb08353c8aae349932c892d42f550c9. The file descriptor is closed when the file object created by os.fdopen goes out of scope.
* POSIX: make sure to close file handles on temp filesChris St. Pierre2012-09-281-7/+10
|
* expanded pylint testsChris St. Pierre2012-09-251-13/+19
|
* POSIX: fixed join of interactive-mode diff to work regardless of newlinesChris St. Pierre2012-09-111-1/+1
|
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
|
* 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-10/+14
|
* py3k unicode fixesChris St. Pierre2012-08-201-4/+1
|
* removed excess newlines from interactive prompt diffsChris St. Pierre2012-08-201-1/+1
|
* fixed diffs of unicode filesChris St. Pierre2012-08-201-3/+3
|
* POSIX: added tests, fixes for File._get_diffsChris St. Pierre2012-08-161-9/+10
|
* POSIX:Chris St. Pierre2012-08-151-0/+219
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