-
Notifications
You must be signed in to change notification settings - Fork 6
/
clone_all_full_for_bisect.sh
executable file
·19 lines (18 loc) · 1.77 KB
/
clone_all_full_for_bisect.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash
# Note: this takes up quite a bit of space, these are complete trees
#rm -Rf 10.4; git clone --recurse-submodules -j8 --branch=10.4 https://github.com/MariaDB/server.git 10.4 &
rm -Rf 10.5; git clone --recurse-submodules -j8 --branch=10.5 https://github.com/MariaDB/server.git 10.5 &
rm -Rf 10.6; git clone --recurse-submodules -j8 --branch=10.6 https://github.com/MariaDB/server.git 10.6 &
#rm -Rf 10.7; git clone --recurse-submodules -j8 --branch=10.7 https://github.com/MariaDB/server.git 10.7 &
#rm -Rf 10.8; git clone --recurse-submodules -j8 --branch=10.8 https://github.com/MariaDB/server.git 10.8 &
#rm -Rf 10.9; git clone --recurse-submodules -j8 --branch=10.9 https://github.com/MariaDB/server.git 10.9 &
#rm -Rf 10.10; git clone --recurse-submodules -j8 --branch=10.10 https://github.com/MariaDB/server.git 10.10 &
rm -Rf 10.11; git clone --recurse-submodules -j8 --branch=10.11 https://github.com/MariaDB/server.git 10.11 &
#rm -Rf 11.0; git clone --recurse-submodules -j8 --branch=11.0 https://github.com/MariaDB/server.git 11.0 &
#rm -Rf 11.1; git clone --recurse-submodules -j8 --branch=11.1 https://github.com/MariaDB/server.git 11.1 &
#rm -Rf 11.2; git clone --recurse-submodules -j8 --branch=11.2 https://github.com/MariaDB/server.git 11.2 &
#rm -Rf 11.3; git clone --recurse-submodules -j8 --branch=11.3 https://github.com/MariaDB/server.git 11.3 &
rm -Rf 11.4; git clone --recurse-submodules -j8 --branch=11.4 https://github.com/MariaDB/server.git 11.4 &
#rm -Rf 11.5; git clone --recurse-submodules -j8 --branch=11.5 https://github.com/MariaDB/server.git 11.5 &
#rm -Rf 11.6; git clone --recurse-submodules -j8 --branch=11.6 https://github.com/MariaDB/server.git 11.6 &
rm -Rf 11.7; git clone --recurse-submodules -j8 --branch=11.6 https://github.com/MariaDB/server.git 11.7 &