update merge-all to use 201310 branch

It doesn't make sense to try to support too many different OE versions
like dora and krogoth from one branch. Also, the sysmocom 201310 and
201705 will use different versions of the osmcoom programs lile
osmo-bts.  Hence, we introduce a 201310 legacy branch which we merge
into this repository (which has maintenance updates for 201310 only),
rather than trying to follow master of those upstream meta-layers.
This commit is contained in:
Harald Welte 2017-06-14 11:57:22 +02:00
parent 742a86d746
commit 48a5cd9c10
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
merge() merge()
{ {
git subtree pull --prefix=$1 rem-$1 master git subtree pull --prefix=$1 rem-$1 201310
} }
merge meta-telephony merge meta-telephony