Commit graph

4 commits

Author SHA1 Message Date
Théo Lebrun
c6bc09ed10 script/query: don't restrict ./script.sh get-latest to a single tag
`./script.sh get-latest <offset>` gets the full list of tags, filters
it, sorts it then returns a single result. On the Python side, it gets
the first one. If that works, it uses it, else it tries the second one,
etc.

That is a weird implementation: modify get-latest to return all tags so
that Python code only has to spawn a single subprocess.

Also, rename it from `get-latest` to `get-latest-tags`. This makes
things more explicit (what latest?) and also explicits that more than
one tag is required.

Also, argument 1 is supposed to be an offset.
No custom implementation of get_latest() did implement that.

Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
2025-01-03 11:44:22 +01:00
Michael Opdenacker
f5c6d1cd0a Fix tags for llvm
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2022-07-21 10:59:56 +02:00
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
Michael Opdenacker
b0b4235e54 Experimental support for LLVM
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2019-07-19 09:42:48 +02:00