Add section about file permissions

This commit is contained in:
Fabian Affolter 2018-01-15 17:32:07 +01:00
parent dcac44041b
commit 29cff64e14
No known key found for this signature in database
GPG key ID: DDF3D6F44AAB1336

View file

@ -28,6 +28,10 @@ To fix the line separator, use `dos2unix` or `sed`.
$ dos2unix homeassistant/components/notify/kodi.py
```
### {% linkable_title File permissions %}
Most files don't need to the be executable. `0644` is fine.
### {% linkable_title Dependencies %}
A lot of components and platforms depends on third-party Python modules. The dependencies which are stored in the `requirements_*.txt` files are tracked by [gemnasium](https://gemnasium.com/github.com/home-assistant/home-assistant) and [Requires.io](https://requires.io/github/home-assistant/home-assistant/requirements/?branch=dev).