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 8787 install && \
8888 echo "**** build domoticz ****" && \
8989 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 \
9191 | jq -r '. | .sha' ); \
9292 fi && \
9393 git clone https://github.com/domoticz/domoticz.git /tmp/domoticz && \
Original file line number Diff line number Diff line change 9090 install && \
9191 echo "**** build domoticz ****" && \
9292 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 \
9494 | jq -r '. | .sha'); \
9595 fi && \
9696 git clone https://github.com/domoticz/domoticz.git /tmp/domoticz && \
Original file line number Diff line number Diff line change 9090 install && \
9191 echo "**** build domoticz ****" && \
9292 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 \
9494 | jq -r '. | .sha'); \
9595 fi && \
9696 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: |
7373
7474# changelog
7575changelogs :
76+ - { date: "19.02.19:", desc: "Fix branch for version logic." }
7677 - { date: "11.02.19:", desc: "Add pipeline logic and multi arch." }
7778 - { date: "02.07.18:", desc: "Add openssh package." }
7879 - { date: "01.07.18:", desc: "Fix backup/restore in webgui." }
You can’t perform that action at this time.
0 commit comments