mirror of
git://git.yoctoproject.org/poky-config.git
synced 2025-07-19 21:09:05 +02:00
pushit: Update for more recent branch configurations
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
044dabd982
commit
755bf9ec9e
28
pushit
28
pushit
|
@ -1,14 +1,20 @@
|
|||
#!/bin/sh
|
||||
cd ~/Repos/poky
|
||||
git push origin master:master denzil:denzil danny:danny dylan:dylan dora:dora daisy:daisy dizzy:dizzy fido:fido jethro:jethro krogoth:krogoth morty:morty pyro:pyro rocko:rocko sumo:sumo thud:thud warrior:warrior zeus:zeus dunfell:dunfell
|
||||
git push origin master-next:master-next thud-next:thud-next warrior-next:warrior-next sumo-next:sumo-next zeus-next:zeus-next dunfell-next:dunfell-next -f
|
||||
git push contrib master:master
|
||||
cd ~/Repos/oe-core
|
||||
git push origin master:master denzil:denzil danny:danny dylan:dylan dora:dora daisy:daisy dizzy:dizzy fido:fido jethro:jethro krogoth:krogoth morty:morty pyro:pyro rocko:rocko sumo:sumo thud:thud warrior:warrior zeus:zeus dunfell:dunfell
|
||||
git push origin master-next:master-next krogoth-next:krogoth-next morty-next:morty-next pyro-next:pyro-next rocko-next:rocko-next sumo-next:sumo-next thud-next:thud-next warrior-next:warrior-next zeus-next:zeus-next dunfell-next:dunfell-next -f
|
||||
cd ~/Repos/meta-yocto
|
||||
git push origin master:master denzil:denzil danny:danny dylan:dylan dora:dora daisy:daisy dizzy:dizzy fido:fido jethro:jethro krogoth:krogoth morty:morty pyro:pyro rocko:rocko sumo:sumo thud:thud warrior:warrior zeus:zeus dunfell:dunfell
|
||||
git push origin master-next:master-next krogoth-next:krogoth-next morty-next:morty-next pyro-next:pyro-next rocko-next:rocko-next sumo-next:sumo-next thud-next:thud-next warrior-next:warrior-next zeus-next:zeus-next dunfell-next:dunfell-next -f
|
||||
cd ~/Repos/bitbake
|
||||
git push origin master:master 1.16:1.16 1.18:1.18 1.20:1.20 1.22:1.22 1.24:1.24 1.26:1.26 1.28:1.28 1.30:1.30 1.32:1.32 1.34:1.34 1.36:1.36 1.38:1.38 1.40:1.40 1.42:1.42 1.44:1.44 1.46:1.46
|
||||
git push origin master:master denzil:denzil danny:danny dylan:dylan dora:dora daisy:daisy dizzy:dizzy fido:fido jethro:jethro krogoth:krogoth morty:morty pyro:pyro rocko:rocko sumo:sumo thud:thud warrior:warrior zeus:zeus dunfell:dunfell gatesgarth:gatesgarth hardknott:hardknott honister:honister kirkstone:kirkstone master-uninative:master-uninative langdale:langdale mickledore:mickledore
|
||||
git push origin master-next:master-next -f
|
||||
git push contrib master:master
|
||||
git push github master-next:master-next -f
|
||||
git push github
|
||||
cd ~/Repos/oe-core
|
||||
git push origin master:master denzil:denzil danny:danny dylan:dylan dora:dora daisy:daisy dizzy:dizzy fido:fido jethro:jethro krogoth:krogoth morty:morty pyro:pyro rocko:rocko sumo:sumo thud:thud warrior:warrior zeus:zeus dunfell:dunfell gatesgarth:gatesgarth hardknott:hardknott honister:honister kirkstone:kirkstone master-uninative:master-uninative langdale:langdale mickledore:mickledore
|
||||
git push origin master-next:master-next -f
|
||||
cd ~/Repos/meta-yocto
|
||||
git push origin master:master denzil:denzil danny:danny dylan:dylan dora:dora daisy:daisy dizzy:dizzy fido:fido jethro:jethro krogoth:krogoth morty:morty pyro:pyro rocko:rocko sumo:sumo thud:thud warrior:warrior zeus:zeus dunfell:dunfell gatesgarth:gatesgarth hardknott:hardknott honister:honister kirkstone:kirkstone langdale:langdale mickledore:mickledore
|
||||
git push origin master-next:master-next -f
|
||||
cd ~/Repos/bitbake
|
||||
git push origin master:master 1.16:1.16 1.18:1.18 1.20:1.20 1.22:1.22 1.24:1.24 1.26:1.26 1.28:1.28 1.30:1.30 1.32:1.32 1.34:1.34 1.36:1.36 1.38:1.38 1.40:1.40 1.42:1.42 1.44:1.44 1.46:1.46 1.48:1.48 1.50:1.50 1.52:1.52 2.0:2.0 2.2:2.2 2.4:2.4
|
||||
git push origin master-next:master-next -f
|
||||
cd ~/Repos/yocto-docs
|
||||
git push origin master:master denzil:denzil danny:danny dylan:dylan dora:dora daisy:daisy dizzy:dizzy fido:fido jethro:jethro krogoth:krogoth morty:morty pyro:pyro rocko:rocko sumo:sumo thud:thud warrior:warrior zeus:zeus dunfell:dunfell gatesgarth:gatesgarth hardknott:hardknott honister:honister kirkstone:kirkstone langdale:langdale mickledore:mickledore
|
||||
#git push origin master-next:master-next
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user