Commit Graph

140 Commits

Author SHA1 Message Date
Ilya Otyutskiy 9018be18f9 Update Makefile 2016-07-28 23:06:00 +03:00
Ilya Otyutskiy a23fdadee0 daemonize 2.4.7
Confirm NetBSD support
Close unused fd: devnull_fd
Fix exception handling
2016-07-28 19:15:53 +03:00
Ilya Otyutskiy 95e24d2476 Merge pull request #54 from vizmo/master
Fixed exception handling
2016-07-28 20:07:29 +04:00
vizmo 1609e1e48d Fixed exception handling
traceback.format_exc() doesn't take an exception object as argument.
2016-07-21 16:05:50 +02:00
Ilya Otyutskiy 29de02fa77 Merge pull request #51 from seasar/master
Close /dev/null
2016-06-06 15:21:04 +04:00
globbing 72f8cd6d8b close unused fd: devnull_fd
devnull_fd should be closed.
2016-05-25 16:27:46 +08:00
Ilya Otyutskiy 900c14709d Confirm NetBSD support
Closes #48
2016-03-19 01:13:17 +03:00
Ilya Otyutskiy 7744179d77 daemonize 2.4.6
Handle error in fork call
Fix relative pidfile path
2016-03-18 23:23:34 +03:00
Ilya Otyutskiy da54a00b34 Fix relative pidfile path
Closes #47
2016-03-18 23:20:13 +03:00
Fedor Gogolev 11a2be2979 Handle error in fork call 2016-02-29 20:54:15 +03:00
Ilya Otyutskiy f32ee6a587 daemonize 2.4.5
Exit without cleanup in parent process. (Closes #46)
2016-02-29 20:13:25 +03:00
Fedor Gogolev c8c3530d20 Exit without cleanup in parent process 2016-02-29 19:28:43 +03:00
Ilya Otyutskiy 955c8f97c0 New version 2016-02-27 07:37:15 +03:00
Ilya Otyutskiy bbd3372229 Merge pull request #45 from akesterson/master
exceptions in the action kill the daemon but don't show up in the log
2016-02-27 07:34:06 +03:00
Andrew Kesterson 089dd54ce1 Log exceptions that kill the action 2016-02-26 19:10:30 -08:00
Ilya Otyutskiy 29ec27dbbe Don't remove pid file inside sigterm()
Should fix #43
Closes #44
2016-02-24 15:29:02 +03:00
Ilya Otyutskiy c97f1ef559 Confirm OpenBSD support
Closes: #42
2016-01-24 18:07:12 +03:00
Ilya Otyutskiy 584014dae2 Add "docs" target to Makefile.
Closes #37.
2015-12-20 22:14:25 +03:00
Fedor Gogolev 80236d5151 Change travis webhook url 2015-12-14 01:05:45 +03:00
Ilya Otyutskiy 1a0446e294 Change travis webhook url. 2015-12-14 00:57:21 +03:00
Ilya Otyutskiy 87041d5bce Correct Makefile. 2015-12-13 20:05:50 +03:00
Fedor Gogolev 41b500885a Change owner of pid file
Fixes #34
2015-12-13 19:57:20 +03:00
Fedor Gogolev 6127085bf5 Bump version 2015-12-13 19:46:36 +03:00
Fedor Gogolev d4e1eb6166 pep-8 2015-12-13 19:46:14 +03:00
Fedor Gogolev 395bd616c3 Change owner of pid file
Fixes #34
2015-12-13 19:45:19 +03:00
Fedor Gogolev a31c5841ef Update daemon_uid_gid_action.py 2015-12-13 19:35:24 +03:00
Fedor Gogolev 553358fb0a Update daemon_uid_gid.py 2015-12-13 19:35:07 +03:00
Fedor Gogolev fffb988740 Support debian based distributives in tests 2015-12-13 19:32:58 +03:00
Fedor Gogolev abf92783f9 Update .travis.yml 2015-12-13 19:22:34 +03:00
Ilya Otyutskiy 7fae50f2f6 Merge branch 'master' of github.com:thesharp/daemonize 2015-12-13 18:56:07 +03:00
Ilya Otyutskiy ea5b0cb79c Let's also build .whl now. 2015-12-13 18:53:42 +03:00
Fedor Gogolev 178b15c8eb Debug tests 2015-12-13 18:48:30 +03:00
Fedor Gogolev bfecc9a276 Increase timeout in tests 2015-12-13 18:20:15 +03:00
Fedor Gogolev edd61b80f5 Sudo everywhere 2015-12-13 18:08:17 +03:00
Fedor Gogolev aa4aa8b6c7 Install nose in tests 2015-12-13 18:05:03 +03:00
Fedor Gogolev cebd01000e Fix bug in a test 2015-12-13 18:03:35 +03:00
Fedor Gogolev d8aac09610 Check is pid file properly deleted 2015-12-13 18:02:18 +03:00
Fedor Gogolev ae2cf125c7 Do not chown pidfile in tests 2015-12-13 18:00:07 +03:00
Fedor Gogolev 3ef2dfafad Run tests from root 2015-12-13 17:57:31 +03:00
Ilya Otyutskiy 5cf4e06674 A little bit more verbose README.rst. 2015-12-03 15:54:39 +03:00
Ilya Otyutskiy 34491f91fc Update README.rst 2015-11-02 22:23:45 +03:00
Ilya Otyutskiy a7263ab73a Add 3.5 compatibility. 2015-11-02 22:21:50 +03:00
Fedor Gogolev 34a94b600e Fix test name 2015-11-02 22:19:32 +03:00
Fedor Gogolev 802359efb4 Bump version 2015-11-02 22:11:46 +03:00
Fedor Gogolev de43eb2da0 Reformat readme file to fulfil pypi restrictions, add python 3.4 support
Fixes #26
2015-11-02 22:11:26 +03:00
Ilya Otyutskiy 6842361e7a New version: 2.4.
Closes #26
Closes #20
2015-11-02 21:36:54 +03:00
Fedor Gogolev d32e842a93 Add sudo: false to travis.yml 2015-11-02 21:30:00 +03:00
Fedor Gogolev 21ba701e3a Add parameter to specify working directory
Fixes #24
2015-11-02 21:29:44 +03:00
Fedor Gogolev 027c123580 Add documentation badge 2015-11-02 21:14:13 +03:00
Ilya Otyutskiy 171b7ba344 Merge pull request #31 from knsd/master
Add sphinx documentation, migrate readme from md to rst
2015-11-02 21:08:19 +03:00