blob: de8de5032fe8713c7a773c5eaf29988e3365e787 [file] [log] [blame]
Ray Milkey2afc4a52017-11-17 11:01:38 -08001#!/bin/bash -ex
2
3# set up ONOS build environment
4ONOS_ROOT=`pwd`
5. tools/build/envDefaults
6
Ray Milkeye8fd4f02017-11-17 14:54:18 -08007# extract PGP key
8base64 -i secring.gpg.b64 >secring.gpg.b64
9
Ray Milkey2afc4a52017-11-17 11:01:38 -080010env
11
12# set up release build credentials
13. onos-build-credentials
14
15env
16
17# run the build
18onos-build-and-upload ${ONOS_VERSION} ${ONOS_NEXT_VERSION} ${GERRIT_BRANCH}