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
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 87
87
install && \
88
88
echo "**** build domoticz ****" && \
89
89
if [ -z ${DOMOTICZ_COMMIT+x} ]; then \
90
- DOMOTICZ_COMMIT=$(curl -sX GET https://api.github.com/repos/domoticz/domoticz/commits/master \
90
+ DOMOTICZ_COMMIT=$(curl -sX GET https://api.github.com/repos/domoticz/domoticz/commits/development \
91
91
| jq -r '. | .sha' ); \
92
92
fi && \
93
93
git clone https://github.com/domoticz/domoticz.git /tmp/domoticz && \
Original file line number Diff line number Diff line change 90
90
install && \
91
91
echo "**** build domoticz ****" && \
92
92
if [ -z ${DOMOTICZ_COMMIT+x} ]; then \
93
- DOMOTICZ_COMMIT=$(curl -sX GET https://api.github.com/repos/domoticz/domoticz/commits/master \
93
+ DOMOTICZ_COMMIT=$(curl -sX GET https://api.github.com/repos/domoticz/domoticz/commits/development \
94
94
| jq -r '. | .sha'); \
95
95
fi && \
96
96
git clone https://github.com/domoticz/domoticz.git /tmp/domoticz && \
Original file line number Diff line number Diff line change 90
90
install && \
91
91
echo "**** build domoticz ****" && \
92
92
if [ -z ${DOMOTICZ_COMMIT+x} ]; then \
93
- DOMOTICZ_COMMIT=$(curl -sX GET https://api.github.com/repos/domoticz/domoticz/commits/master \
93
+ DOMOTICZ_COMMIT=$(curl -sX GET https://api.github.com/repos/domoticz/domoticz/commits/development \
94
94
| jq -r '. | .sha'); \
95
95
fi && \
96
96
git clone https://github.com/domoticz/domoticz.git /tmp/domoticz && \
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ app_setup_block: |
73
73
74
74
# changelog
75
75
changelogs :
76
+ - { date: "19.02.19:", desc: "Fix branch for version logic." }
76
77
- { date: "11.02.19:", desc: "Add pipeline logic and multi arch." }
77
78
- { date: "02.07.18:", desc: "Add openssh package." }
78
79
- { date: "01.07.18:", desc: "Fix backup/restore in webgui." }
You can’t perform that action at this time.
0 commit comments