aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/osmocom-list-commits.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-07-02osmocom-list-commits: move repo list to common.shOliver Smith1-23/+1
Prepare for new script, which will use the same list of repositories. Related: OS#3870 Change-Id: I954b1d5229c44ebcec7e7228f2565a5c6755d16c
2019-03-26osmocom-list-commits.sh: move functions to common.shOliver Smith1-43/+5
Prepare for the upcoming osmocom-build-old-tags-against-master.sh script, which will benefit from querying the last n git tags in advance. Related: OS#3765 Change-Id: I61be4cffb9275cabc1b253f0b298503ad0d3aea4
2019-03-22osmocom-list-commits.sh: fix sorting release tagsOliver Smith1-1/+1
Properly sort "git ls-remote" output, which looks like: 352f32c9cffef2e5df99cd2f03368dc56c99ee23 refs/tags/0.4.0 Use / as field separator and field no 3, instead of assuming that the string gets split automatically after the tab character (which it does not). Use -V (version sort) instead of numeric sort. Change-Id: I334e684ac5109fc289b68af78165862148074ea7
2019-03-20Add scripts/osmocom-list-commits.shOliver Smith1-0/+85
Generate a table of Osmocom CNI repositories and their latest tag, related commit, and last commit on master. Related: OS#3840 Change-Id: I91cab0139229e6c1c67e889d33b3d984025bc9da