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

Commit 6dbd18b

Browse files
committed
Move telldus core to repo to prevent build fail when source site goes down
1 parent 81fdcad commit 6dbd18b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Diff for: Dockerfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ RUN \
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 && \

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ 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.
110111
+ **18.01.18:** Remove logging to syslog in the run command to prevent double logging.
111112
+ **04.01.18:** Deprecate cpu_core routine lack of scaling.
112113
+ **08.12.17:** Rebase to alpine 3.7.

Diff for: patches/tmp/patches/telldus-core-2.1.2.tar.gz

166 KB
Binary file not shown.

0 commit comments

Comments
 (0)