Skip to content

Console Output

Fetching changes from the remote Git repository
Cleaning workspace
 > git rev-parse --is-inside-work-tree # timeout=10
 > git config remote.origin.url https://github.com/OpenModelica/OMSimulator.git # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
 > git submodule foreach --recursive git reset --hard # timeout=10
 > git submodule foreach --recursive git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/OpenModelica/OMSimulator.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub Access Token
 > git fetch --tags --progress https://github.com/OpenModelica/OMSimulator.git +refs/heads/maintenance/v2.0:refs/remotes/origin/maintenance/v2.0
Checking out Revision 29991f2a1645256bf6c351d9f052e894c4df9a74 (maintenance/v2.0)
Commit message: "Fix documentation of Python API"
Cleaning workspace

GitHub has been notified of this commit’s build result

 > git config core.sparsecheckout # timeout=10
 > git checkout -f 29991f2a1645256bf6c351d9f052e894c4df9a74
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D maintenance/v2.0 # timeout=10
 > git checkout -b maintenance/v2.0 29991f2a1645256bf6c351d9f052e894c4df9a74
 > git remote # timeout=10
 > git submodule init # timeout=10
 > git submodule sync # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git submodule init # timeout=10
 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10
 > git config --get submodule.3rdParty.url # timeout=10
 > git config -f .gitmodules --get submodule.3rdParty.path # timeout=10
 > git submodule update --init --recursive 3rdParty
 > git config --get submodule.testsuite.url # timeout=10
 > git config -f .gitmodules --get submodule.testsuite.path # timeout=10
 > git submodule update --init --recursive testsuite
 > git config --get submodule.OMTLMSimulator.url # timeout=10
 > git config -f .gitmodules --get submodule.OMTLMSimulator.path # timeout=10
 > git submodule update --init --recursive OMTLMSimulator
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
 > git submodule foreach --recursive git reset --hard # timeout=10
 > git submodule foreach --recursive git clean -fdx # timeout=10