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:
parent
100ef94665
commit
2e4d967cdb
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ index() {
|
||||||
# The above takes so much time on the first run that it's worth running a new update
|
# The above takes so much time on the first run that it's worth running a new update
|
||||||
|
|
||||||
cd $LXR_REPO_DIR
|
cd $LXR_REPO_DIR
|
||||||
git fetch --all
|
git fetch --all --tags
|
||||||
cd $ELIXIR_INSTALL
|
cd $ELIXIR_INSTALL
|
||||||
./update.py $ELIXIR_THREADS
|
./update.py $ELIXIR_THREADS
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue