-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to Version 2.4.1.8 #150
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ change code to PEP8 style + add changelog reference to README.rst ~ change behavior of restart daemon: check until doorpi is stopped before to start it again (default sleep between 2 sec) #132 - remove of duplicate parameter start in daemonfile doorpi/docs/daemon/doorpi.tpl ~ change doorpi/docs/daemon/README.md ~ change behavior of doorpi_base_path - is now only /usr/local/etc/DoorPi on posix systems and raise exception if this couldn't create + add mkdir and chmod to .travis/install.sh to preserve error on new doorpi_base_path behavior - remove useless logline when stopping doorpi
…oorpi/keyboard/from_gpio.py (thx to cubeschrauber)
Das Template wird dabei von GitHub geladen, geparst und unter /etc/init.d/doorpi abgelegt Start mit ``` sudo ./recreate_daemon_file.py ```
…liert zu bekommen
The inspection completed: 4 new issues, 3 updated code elements |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog
Legend:
~ change
/ reference to commit
! fix issue or kown bug
Version: 2.4.1.8 (2016-03-12)
/ 2089564
~ BASE_PATH set to /usr/local/etc/DoorPi
/ 598f559
~ daemon file template with exitcode (for jessie) (thx to Postler)
/ 5f681f1
! fix "Exception NameError: 'bool' object has no attribute 'upper'" @ doorpi/keyboard/from_gpio.py (thx to cubeschrauber)
/ f24ac1b
/ 047aa72
~ change code to PEP8 style
~ change behavior of restart daemon: check until doorpi is stopped before to start it again (default sleep between 2 sec) DoorPi wird bei einem Restart nicht wieder gestartet. #132
~ change doorpi/docs/daemon/README.md
~ change behavior of doorpi_base_path - is now only /usr/local/etc/DoorPi on posix systems and raise exception if this couldn't create
/ 7119caf
~ ATTENTION: changed behavior of keyboard piface event OnKeyPressed from fire with OnKeyUp to fire with OnKeyDown Phantomklingeln bei GPIO und Piface #134
~ try to register keyboard gpio inputpins as list but except TypeError and register it as int (old gpio behavior) GPIO Tastatur #133
~ change code to PEP8 style
/ 50943b5
doorpi_cli --trace --test
for test @ travis in application mode