doc: update build process to get RC_VERSION

Doc version tracking with acrn-hypervisor version now to be
MAJOR_VERSION . MINOR_VERSION . RC_VERSION

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder
2018-03-08 22:44:04 -08:00
committed by lijinxia
parent a98a45ea4f
commit b03cda69d1
2 changed files with 18 additions and 5 deletions

View File

@@ -11,5 +11,15 @@ if [ ! -d "../acrn-devicemodel" ]; then
exit -1
fi
cd ../acrn-hypervisor;git pull
cd ../acrn-devicemodel;git pull
cd ../acrn-hypervisor
git checkout master;
git fetch upstream
git merge upstream/master
git push origin master
cd ../acrn-devicemodel
git checkout master;
git fetch upstream
git merge upstream/master
git push origin master