From 2e4d967cdb264d32be35ee4265f2c0f7e634ab54 Mon Sep 17 00:00:00 2001 From: Maxime Chretien Date: Mon, 8 Jun 2020 08:46:18 +0200 Subject: [PATCH] index-all-repositories : Fetch all tags This is needed for old linux versions Signed-off-by: Maxime Chretien --- utils/index-all-repositories | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/index-all-repositories b/utils/index-all-repositories index bb7119b..ee57161 100755 --- a/utils/index-all-repositories +++ b/utils/index-all-repositories @@ -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 }