- 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>