Skip to content

Commit

Permalink
Sort modules alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed Apr 23, 2024
1 parent b306848 commit 3cadef4
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions provisioning/install-dune.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ if [ ! -d "dune-geometry/" ]; then
git clone --branch v2.9.1 --depth=1 https://gitlab.dune-project.org/core/dune-geometry.git
fi

if [ ! -d "dune-functions/" ]; then
git clone --branch v2.9.1 --depth=1 https://gitlab.dune-project.org/staging/dune-functions.git
fi

if [ ! -d "dune-typetree/" ]; then
git clone --depth 1 --branch v2.9.1 https://gitlab.dune-project.org/staging/dune-typetree.git
fi

if [ ! -d "dune-foamgrid/" ]; then
# The missing v in the tag in this module originates from the project itself
git clone --depth 1 --branch 2.9.1 https://gitlab.dune-project.org/extensions/dune-foamgrid.git
Expand All @@ -44,6 +36,10 @@ if [ ! -d "dune-functions/" ]; then
git clone --depth 1 --branch v2.9.1 https://gitlab.dune-project.org/staging/dune-functions.git
fi

if [ ! -d "dune-typetree/" ]; then
git clone --depth 1 --branch v2.9.1 https://gitlab.dune-project.org/staging/dune-typetree.git
fi

if [ ! -d "dune-uggrid/" ]; then
git clone --depth 1 --branch v2.9.1 https://gitlab.dune-project.org/staging/dune-uggrid.git
fi
Expand Down

0 comments on commit 3cadef4

Please sign in to comment.