Commit graph

6 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
5346ac9eff Update amazon-freertos tagging
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2019-10-01 18:26:01 +02:00
Michael Opdenacker
608359fa18 Support major versions greater than 9
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2019-07-09 16:12:26 +02:00
Michael Opdenacker
cc9ce75d07 Amazon FreeRTOS: fix tag order
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2019-07-09 15:09:55 +02:00
Michael Opdenacker
ae98e259d3 Fix latest version detection for Amazon FreeRTOS
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2019-07-09 15:08:25 +02:00
Michael Opdenacker
e4757b6054 Rename FreeRTOS plugin
- The project is really Amazon FreeRTOS, as
  FreeRTOS is not available through git (AFAIK)
  and AWS is now maintaining it.

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2019-07-09 14:55:33 +02:00
Renamed from projects/freertos.sh (Browse further)