elixir/projects/coreboot.sh
Michael Opdenacker f600515dc7 Improve version lists
- Convention: use "v" instead of the version number
- Barebox, U-Boot: improve the version hierarchy
  No longer using a "new" top menu for recent versions

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2019-08-30 16:17:39 +02:00

8 lines
142 B
Bash

# Elixir definitions for Coreboot
list_tags_h()
{
echo "$tags" |
tac |
sed -r 's/^([0-9]*)\.([0-9]*)(.*)$/v\1 v\1.\2 \1.\2\3/'
}