summaryrefslogtreecommitdiff
path: root/pkg.sh
blob: 11ab096489260b416d4eb91afa79fd981e82a246 (plain)
1
2
3
4
5
6
7
8
rm -rf ./py_temp/*
pyinstaller -F -y --clean --noconsole --distpath ./py_bin --workpath ./py_temp  --specpath ./py_temp -p./py_common ./py_cmd/tsg_software_reboot.py
pyinstaller -F -y --clean --noconsole --distpath ./py_bin --workpath ./py_temp  --specpath ./py_temp -p./py_common  ./py_cmd/tsg_hardware_reboot.py
pyinstaller -F -y --clean --noconsole --distpath ./py_bin --workpath ./py_temp  --specpath ./py_temp -p./py_common ./py_cmd/tsg_diagnose.py
pyinstaller -F -y --clean --noconsole --distpath ./py_bin --workpath ./py_temp  --specpath ./py_temp -p./py_common ./py_tools/tsg_monit_interface.py
pyinstaller -F -y --clean --noconsole --distpath ./py_bin --workpath ./py_temp  --specpath ./py_temp -p./py_common ./py_tools/tsg_monit_stream.py
pyinstaller -F -y --clean --noconsole --distpath ./py_bin --workpath ./py_temp  --specpath ./py_temp -p./py_common ./py_tools/tsg_update_tags.py
pyinstaller -F -y --clean --noconsole --distpath ./py_bin --workpath ./py_temp  --specpath ./py_temp -p./py_common ./py_tools/tsg_monit_intercept.py