File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed
Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1+ ## Version 0.7.1 / 2018-Nov-03 04:57
2+ * Switch demo apps to tag v1.0.0
3+
14## Version 0.7.0 / 2018-Oct-12 12:04
25* Update golang to v1.11
36* Switch scripts to develop branch
4- * Swithc demo apps to master branch
7+ * Switch demo apps to master branch
58* Update frontend to 0.9.2
69* Update backend to 1.0.4
710* Update Block Explorer to 0.2.6
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ENV FRONTEND_REPO_URL https://github.com/GenesisKernel/genesis-front
1010ENV FRONTEND_BRANCH v0.9.2
1111ENV SCRIPTS_REPO_URL https://github.com/blitzstern5/genesis-scripts
1212ENV SCRIPTS_BRANCH develop
13- ENV DEMO_APPS_URL https://raw.githubusercontent. com/GenesisKernel/apps/master /system.json
13+ ENV DEMO_APPS_URL https://github. com/GenesisKernel/apps/releases/download/v1.0.0 /system.json
1414
1515RUN set -ex; apt-get update -y && \
1616 mkdir -p /usr/share/man/man1 && mkdir -p /usr/share/man/man7 && \
Original file line number Diff line number Diff line change 22
33# ## Configuration ### begin ###
44
5- PREV_VERSION=" 0.6.15 "
6- VERSION=" 0.7.0 "
5+ PREV_VERSION=" 0.7.0 "
6+ VERSION=" 0.7.1 "
77SED_E=" sed -E"
88
99USE_PRODUCT=" genesis"
2525 BACKEND_GO_URL=" github.com/GenesisKernel/go-genesis"
2626fi
2727
28- APPS_URLS[0]=" https://raw.githubusercontent. com/GenesisKernel/apps/master /system.json"
29- APPS_URLS[1]=" https://raw.githubusercontent. com/GenesisKernel/apps/master /conditions.json"
30- APPS_URLS[2]=" https://raw.githubusercontent. com/GenesisKernel/apps/master /basic.json"
31- APPS_URLS[3]=" https://raw.githubusercontent. com/GenesisKernel/apps/master /lang_res.json"
32- DEMO_APPS_URL=" https://raw.githubusercontent. com/GenesisKernel/apps/master /system.json"
28+ APPS_URLS[0]=" https://github. com/GenesisKernel/apps/releases/download/v1.0.0 /system.json"
29+ APPS_URLS[1]=" https://github. com/GenesisKernel/apps/releases/download/v1.0.0 /conditions.json"
30+ APPS_URLS[2]=" https://github. com/GenesisKernel/apps/releases/download/v1.0.0 /basic.json"
31+ APPS_URLS[3]=" https://github. com/GenesisKernel/apps/releases/download/v1.0.0 /lang_res.json"
32+ DEMO_APPS_URL=" https://github. com/GenesisKernel/apps/releases/download/v1.0.0 /system.json"
3333
3434DEV_BE_GO_URL=" github.com/blitzstern5/go-genesis"
3535DEV_BE_BRANCH=" master"
You can’t perform that action at this time.
0 commit comments