blob: e0d55243aafa782f0ef8075c3be0e7b7f96b7313 [file] [log] [blame]
Thomas Vachuska683b31b2015-01-26 11:54:31 -08001#!/bin/bash
2# -----------------------------------------------------------------------------
3# Uploads ONOS distributable bits.
4# -----------------------------------------------------------------------------
Thomas Vachuska683b31b2015-01-26 11:54:31 -08005[ ! -d "$ONOS_ROOT" ] && echo "ONOS_ROOT is not defined" >&2 && exit 1
6. $ONOS_ROOT/tools/build/envDefaults
7
Brian O'Connor6b30e1b2015-03-11 16:44:16 -07008#FIXME need to export s3Creds
Brian O'Connor0fed5752015-05-04 18:15:29 -07009#TODO we could verify that ONOS_VERSION is set, and only upload that version
Thomas Vachuska683b31b2015-01-26 11:54:31 -080010
Brian O'Connor30a412d2015-05-21 18:04:26 -070011onosUploadBits.py