mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-30 13:05:45 +00:00
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:
committed by
lijinxia
parent
a98a45ea4f
commit
b03cda69d1
@@ -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
|
||||
|
Reference in New Issue
Block a user