We support URLs like "/linux/latest/source" that redirect to the latest
tagged version. But this excludes release candidates. Add a "latest-rc"
that takes RCs into account.
Requested by Luca.
Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
And fix a problem in a test where an ident where wrongly identified by
ctags. It is fixed in the new ctags version.
Signed-off-by: Maxime Chretien <maxime.chretien@bootlin.com>
This solves issue https://github.com/bootlin/elixir/issues/109
This script can be used with every project and with any number of
versions, files or identifiers.
Signed-off-by: Maxime Chretien <maxime.chretien@bootlin.com>