[script]Android delivery
This commit is contained in:
parent
baee28c346
commit
e59b7f271c
20
scripts/android_repo_delivery
Normal file
20
scripts/android_repo_delivery
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
export VERSION=qualif_1.3m
|
||||||
|
croot
|
||||||
|
repo forall -c "pwd; git co orange_4.3.1_r1" ;alert
|
||||||
|
repo forall -c "pwd; git pull aosp orange_4.3.1_r1";alert
|
||||||
|
repo forall -c "pwd; git tag $VERSION; git push aosp $VERSION"; alert
|
||||||
|
repo forall -c "pwd; git push orange $VERSION"; alert
|
||||||
|
#Push the current branch as well ?
|
||||||
|
#repo forall -c "pwd; git push orange orange_4.3.1_r1";alert
|
||||||
|
|
||||||
|
croot
|
||||||
|
cd .repo/manifests
|
||||||
|
git co -b $VERSION
|
||||||
|
vim default.xml
|
||||||
|
git add default.xml
|
||||||
|
git commit -m "$VERSION"
|
||||||
|
|
||||||
|
git push origin $VERSION
|
||||||
|
git push orange $VERSION
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user