aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/osmo-layer1-headers.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-10-27scripts: use 'git checkout -f' instead of 'reset --hard'Neels Hofmeyr1-1/+1
'checkout -f' more accurately does what is intended. 'reset' changes the current branch to some hash, 'checkout -f' force-checkouts another branch. Change-Id: Ic6279ebaf8160bceb3fa2ab40eff0b888ecd5009
2017-06-19lc15: correct default master branchMax1-1/+1
Change-Id: I6e86edc34fdb8c7bc57f87c41e05dd2338dd2506 Related: SYS#3683
2017-06-15Add script for fetching BTS-specific L1 headersMax1-0/+47
Several of the supported BTS models require hw-specific L1 headers for compilation which are stored in separate repository. Instead of copy-pasting code which obtains those header for each BTS it's better to create separate script. Change-Id: I840533d5bf9233822bc0534a25c252f1cab0a7b0 Related: SYS#3682