mirror of
https://github.com/boostorg/regression.git
synced 2026-02-01 20:52:14 +00:00
Make the git update work on older, pre 1.7.3, git versions.
Took out the "--recurse-submodules" option from git pull (and rearrange the commands accordingly) so that repeated updates work on older git version, i.e. versions older than 1.7.3 which is when the option was introduced.
This commit is contained in:
@@ -22,9 +22,9 @@ build_setup()
|
||||
if [ -d boost-reports ]; then
|
||||
cd boost-reports/boost_root
|
||||
git remote set-branches --add origin develop
|
||||
git pull --recurse-submodules
|
||||
git submodule update --init
|
||||
git pull
|
||||
git checkout develop
|
||||
git submodule update --init
|
||||
else
|
||||
mkdir boost-reports
|
||||
cd boost-reports
|
||||
|
||||
Reference in New Issue
Block a user