forked from supergreenlab/SuperGreenOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
shoot_firmwares.sh
executable file
·27 lines (22 loc) · 1.09 KB
/
shoot_firmwares.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/bin/bash
set -e
./update_config.sh config_gen/config/SuperGreenOS/Driver config.driver.json
./update_templates.sh config.driver.json
./update_htmlapp.sh config.driver.json
./update_firmware.sh DriverV2.1Testing
cp -r ./releases/DriverV2.1Testing ../backend/SuperGreenCloud/www/update/
./update_config.sh config_gen/config/SuperGreenOS/Controller config.controller.json
./update_templates.sh config.controller.json
./update_htmlapp.sh config.controller.json
./update_firmware.sh ControllerV2.1Testing
cp -r ./releases/ControllerV2.1Testing ../backend/SuperGreenCloud/www/update/
./update_config.sh config_gen/config/SuperGreenOS/Solo config.solo.json
./update_templates.sh config.solo.json
./update_htmlapp.sh config.solo.json
./update_firmware.sh SoloV2.1Testing
cp -r ./releases/SoloV2.1Testing ../backend/SuperGreenCloud/www/update/
./update_config.sh config_gen/config/SuperGreenOS/Pickle config.pickle.json
./update_templates.sh config.pickle.json
./update_htmlapp.sh config.pickle.json
./update_firmware.sh PickleV2.1Testing
cp -r ./releases/PickleV2.1Testing ../backend/SuperGreenCloud/www/update/