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 56
56
echo "**** build telldus-core ****" && \
57
57
mkdir -p \
58
58
/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 \
62
60
/tmp/telldus-core --strip-components=1 && \
63
61
curl -o /tmp/telldus-core/Doxyfile.in -L \
64
62
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]
107
107
108
108
## Versions
109
109
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.
110
112
+ ** 04.01.18:** Deprecate cpu_core routine lack of scaling.
111
113
+ ** 08.12.17:** Rebase to alpine 3.7.
112
114
+ ** 26.11.17:** Use cpu core counting routine to speed up build time.
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