This add support for linux 0.01 to 2.6.12-rc1
Some versions are missing like 0.02 to 0.10 (not included) but it looks like
they have been deleted over time.
Signed-off-by: Maxime Chretien <maxime.chretien@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>
- Change the few files that use leading tabs into leading spaces.
This way they match the other files in the repo.
- Add an EditorConfig file so that supported editors will automatically
use spaces instead of tabs.
- (Extra) Add some common editor backup-file extensions to .gitignore.
- "-d" wasn't working with symbolic links
which we are using on our server to switch
databases after updates
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
- Useful for big repositories that take a lot of time to
index and are updated frequently
- Good to run this on the indexing machine (faster)
than through an update on the server (slower in our case)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
- Now supports a custom data directory
(passed as a command line parameter)
- Now supports a custom elixir install
director (passed through the ELIXIR_INSTALL
environment variable
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>