blob: c45a20d3bae892c4b6c20a96582145373f8b8b09 [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 Milkeyc33b1632017-11-17 16:41:45 -08007# extract GPG key
8base64 -d secring.gpg.b64 >secring.gpg
Ray Milkeye8fd4f02017-11-17 14:54:18 -08009
Ray Milkey2afc4a52017-11-17 11:01:38 -080010env
Ray Milkeyc33b1632017-11-17 16:41:45 -080011
Ray Milkey2afc4a52017-11-17 11:01:38 -080012# 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}