blob: 19eaadac4d63cb77947798551b056664b261d5a8 [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'Connor0fed5752015-05-04 18:15:29 -070011python onosUploadBits.py