- 28 7月, 2016 1 次提交
-
-
由 Amador Pahim 提交于
This is a general purpose file locker. If the lock file already exists and it contains the current process id in it, we wait until the timeout for the lock to be released, raising an AlreadyLocked exception when the timeout is reached. If the lock file already exists and it contains a pid of another running process, we raise an AlreadyLocked exception. If the lock file exists and it has no running processes pid in it, we try to clean the file and acquire the lock, raising a LockFailed exception when something goes wrong. Signed-off-by: NAmador Pahim <apahim@redhat.com>
-
- 25 7月, 2016 1 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 13 7月, 2016 1 次提交
-
-
由 Amador Pahim 提交于
This patch adds the `make spell` command so developers can easily check the spelling on docstrings and comments. False positives words should be added to spell.ignore file. Signed-off-by: NAmador Pahim <apahim@redhat.com>
-