Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Commit ba9e771

Browse files
committed
Move telldus core to repo to prevent build fail when source site goes down
1 parent 20f18b6 commit ba9e771

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ RUN \
6161
echo "**** build telldus-core ****" && \
6262
mkdir -p \
6363
/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 \
6765
/tmp/telldus-core --strip-components=1 && \
6866
curl -o /tmp/telldus-core/Doxyfile.in -L \
6967
https://raw.githubusercontent.com/telldus/telldus/master/telldus-core/Doxyfile.in && \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ The user manual is available at [www.domoticz.com][appurl]
106106

107107
## Versions
108108

109+
+ **20.01.18:** Move telldus core to repo to prevent build fail when source site goes down.
109110
+ **18.01.18:** Remove logging to syslog in the run command to prevent double logging.
110111
+ **04.01.18:** Deprecate cpu_core routine lack of scaling.
111112
+ **26.11.17:** Use cpu core counting routine to speed up build time.
166 KB
Binary file not shown.

0 commit comments

Comments
 (0)