aboutsummaryrefslogtreecommitdiff
path: root/fetch_externals.py
AgeCommit message (Collapse)Author
2022-11-22Fetch revision and checkout FETCH_HEADKristofer Jonsson
Fetching revision specified by manifest and checkout FETCH_HEAD. Change-Id: I47f36d9555625c92d374442ee505c3c0246fb1a0
2022-03-01Bug fix for repos without a remote22.02Kristofer Jonsson
Use splitlines() instead of split('\n') to list remote for each repo. Change-Id: Ia8d5c7f53c457fa1cbf99c543cd14fc845279017
2022-03-01Add name field to external configurationKristofer Jonsson
The fetch_externals.py script does not detect if the 'fetchurl' field changes in the 'externals.json' file. To handle this an external repo can be assigeded a 'name' field, which allows the remote to be updated. Change-Id: I175f7811929baafad84e0c46c7cdd273b91549b1
2020-09-01Externals configuration fileKristofer Jonsson
Store configuration of external repositories in a JSON file. Add command to dump configuration to stdout. Change-Id: I84d5388d9bd31e4d1c6626260c9418e07446634a
2020-08-25Adding Linux driver stack20.08-rc2Kristofer Jonsson
Change-Id: I52dde1726a43eca6923dd772d7fda58a4a64d436
2020-06-24Adding fetch and push externals20.08-rc120.07-rc120.0720.06Kristofer Jonsson
Change-Id: I991ef02724f5c7d923a87fcce3538eb5c3f2ab0c
2020-05-06Add README.md and include VelaKristofer Jonsson
Change-Id: Ic7ab88f43758dda4009df1840261c7f62a7b48bc
2020-04-29Adding script to fetch externalsKristofer Jonsson
Change-Id: Idff8255b9e414be6a037b7aad42c3496b91a9301