This repository was archived by the owner on Jan 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
root/etc/services.d/domoticz Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 61
61
echo "**** build telldus-core ****" && \
62
62
mkdir -p \
63
63
/tmp/telldus-core && \
64
- curl -o /tmp/telldus-core.tar.gz -L \
65
- http://download.telldus.se/TellStick/Software/telldus-core/telldus-core-2.1.2.tar.gz && \
66
- tar xf /tmp/telldus-core.tar.gz -C \
64
+ tar xf /tmp/patches/telldus-core-2.1.2.tar.gz -C \
67
65
/tmp/telldus-core --strip-components=1 && \
68
66
curl -o /tmp/telldus-core/Doxyfile.in -L \
69
67
https://raw.githubusercontent.com/telldus/telldus/master/telldus-core/Doxyfile.in && \
Original file line number Diff line number Diff line change @@ -106,9 +106,12 @@ The user manual is available at [www.domoticz.com][appurl]
106
106
107
107
## Versions
108
108
109
- + ** 26.11.2017:** Use cpu core counting routine to speed up build time.
110
- + ** 01.10.2017:** Add branch for stable-3.8153.
111
- + ** 28.05.2017:** Rebase to alpine 3.6.
112
- + ** 26.02.2017:** Add curl and replace openssl with libressl.
113
- + ** 11.02.2017:** Update README.
114
- + ** 03.01.2017:** Initial Release.
109
+ + ** 20.01.18:** Move telldus core to repo to prevent build fail when source site goes down.
110
+ + ** 18.01.18:** Remove logging to syslog in the run command to prevent double logging.
111
+ + ** 04.01.18:** Deprecate cpu_core routine lack of scaling.
112
+ + ** 26.11.17:** Use cpu core counting routine to speed up build time.
113
+ + ** 01.10.17:** Add branch for stable-3.8153.
114
+ + ** 28.05.17:** Rebase to alpine 3.6.
115
+ + ** 26.02.17:** Add curl and replace openssl with libressl.
116
+ + ** 11.02.17:** Update README.
117
+ + ** 03.01.17:** Initial Release.
Original file line number Diff line number Diff line change 4
4
-sslwww 1443 \
5
5
-sslcert /config/keys/server_cert.pem \
6
6
-userdata /config/ \
7
- -dbase /config/domoticz.db \
8
- -syslog
7
+ -dbase /config/domoticz.db
You can’t perform that action at this time.
0 commit comments