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 +4
-5
lines changed
root/etc/services.d/domoticz Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 5656 echo "**** build telldus-core ****" && \
5757 mkdir -p \
5858 /tmp/telldus-core && \
59- curl -o /tmp/telldus-core.tar.gz -L \
60- http://download.telldus.se/TellStick/Software/telldus-core/telldus-core-2.1.2.tar.gz && \
61- tar xf /tmp/telldus-core.tar.gz -C \
59+ tar xf /tmp/patches/telldus-core-2.1.2.tar.gz -C \
6260 /tmp/telldus-core --strip-components=1 && \
6361 curl -o /tmp/telldus-core/Doxyfile.in -L \
6462 https://raw.githubusercontent.com/telldus/telldus/master/telldus-core/Doxyfile.in && \
Original file line number Diff line number Diff line change @@ -107,6 +107,8 @@ The user manual is available at [www.domoticz.com][appurl]
107107
108108## Versions
109109
110+ + ** 20.01.18:** Move telldus core to repo to prevent build fail when source site goes down.
111+ + ** 18.01.18:** Remove logging to syslog in the run command to prevent double logging.
110112+ ** 04.01.18:** Deprecate cpu_core routine lack of scaling.
111113+ ** 08.12.17:** Rebase to alpine 3.7.
112114+ ** 26.11.17:** Use cpu core counting routine to speed up build time.
Original file line number Diff line number Diff line change 44 -sslwww 1443 \
55 -sslcert /config/keys/server_cert.pem \
66 -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