Thomas Vachuska | 683b31b | 2015-01-26 11:54:31 -0800 | [diff] [blame] | 1 | #!/bin/bash |
2 | # ----------------------------------------------------------------------------- | ||||
3 | # Uploads ONOS distributable bits. | ||||
4 | # ----------------------------------------------------------------------------- | ||||
5 | |||||
6 | [ ! -d "$ONOS_ROOT" ] && echo "ONOS_ROOT is not defined" >&2 && exit 1 | ||||
7 | . $ONOS_ROOT/tools/build/envDefaults | ||||
8 | |||||
9 | # TODO: upload to EC2 | ||||
10 |