Enable docker support for centos builds

- Added an option '--buildindocker <osname>' to build.sh
- Fixed bug which caused packaging to be skipped by default.
- Fixed bug which caused tarballs to be generated twice.
- Fixed bug to propagate build params(like debug, nopackage) to docker build.
This commit is contained in:
Sridhar Periyasamy 2016-01-07 18:50:00 -08:00
parent fee3785ad2
commit 5155aa61d7
10 changed files with 94 additions and 62 deletions

View file

@ -13,6 +13,7 @@ done
DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
source "$DIR/../common/_common.sh"
source "$DIR/../common/_clang.sh"
header "Building corehost"