This repo is intented to be used to facilitate the release process. All CORD modules that are intended to be released with any given cord release should be integrated into this repository.
source bash_profile
git cpull -r
git ccheckout -r -b $RELEASE_VERSION
update-gitreview all $RELEASE_VERSION
git submodule foreach --recursive 'update-gitreview $name $RELEASE_VERSION'
cd cord/components/cord-onos-publisher
update-versions $RELEASE_VERSION $ONOS_VERSION
cd -
git ccommit -r -a -m "Preparing Release $RELEASE_VERSION"
git ctag $RELEASE_VERSION
git creview
git ccheckout master
cd cord/components/cord-onos-publisher
update-versions $SNAPSHOT_VERSION $ONOS_VERSION
cd -
git ccommit -r -a -m "Updating ONOS applications to $SNAPSHOT version"
git creview