elixir/utils
Théo Lebrun cd89e643fb utils: deduplicate utils/update-elixir-data into utils/index
Previously:

    LXR_PROJ_DIR=/srv/elixir-data ./utils/update-elixir-data

Now:

    ./utils/index /srv/elixir-data --all

The impact is slightly different: it also has the side-effect of
creating all known projects (Linux, U-Boot, etc.) if they didn't exist.
We have asked around and we are not aware of any other Elixir instance.
To keep the previous behavior, if people don't want to index all
supported projects:

    x=/srv/elixir-data
    find $x -mindepth 1 -maxdepth 1 -printf "%f\n | \
        xargs -L1 -r ./utils/index $x

Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
2025-01-31 19:27:17 +01:00
..
index utils: deduplicate utils/update-elixir-data into utils/index 2025-01-31 19:27:17 +01:00
pack-repositories Added/updated copyright notices; whitespace fixes 2020-05-23 15:14:21 -04:00
speedtest.py Remove query.default_query and all related references 2024-02-07 10:31:58 +01:00