index-all-repositories : Fetch all tags

This is needed for old linux versions

Signed-off-by: Maxime Chretien <maxime.chretien@bootlin.com>
This commit is contained in:
Maxime Chretien 2020-06-08 08:46:18 +02:00
parent 100ef94665
commit 2e4d967cdb

View file

@ -55,7 +55,7 @@ index() {
# The above takes so much time on the first run that it's worth running a new update
cd $LXR_REPO_DIR
git fetch --all
git fetch --all --tags
cd $ELIXIR_INSTALL
./update.py $ELIXIR_THREADS
}