Skip to content

Console Output

 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/OpenModelica/OpenModelica.git # timeout=10
Cleaning workspace
 > 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/OpenModelica.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub Access Token
 > git fetch --tags --progress https://github.com/OpenModelica/OpenModelica.git +refs/heads/maintenance/v1.13:refs/remotes/origin/maintenance/v1.13
Checking out Revision 4ca695978e0475f30b336d13307d42d3c217fd7c (maintenance/v1.13)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4ca695978e0475f30b336d13307d42d3c217fd7c
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D maintenance/v1.13 # timeout=10
 > git checkout -b maintenance/v1.13 4ca695978e0475f30b336d13307d42d3c217fd7c
Commit message: "v1.13.0-dev.01"
 > 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.OMEdit.url # timeout=10
 > git config -f .gitmodules --get submodule.OMEdit.path # timeout=10
 > git submodule update --init --recursive OMEdit
 > git config --get submodule.doc.url # timeout=10
 > git config -f .gitmodules --get submodule.doc.path # timeout=10
 > git submodule update --init --recursive doc
 > git config --get submodule.OMOptim.url # timeout=10
 > git config -f .gitmodules --get submodule.OMOptim.path # timeout=10
 > git submodule update --init --recursive OMOptim
 > git config --get submodule.OMPlot.url # timeout=10
 > git config -f .gitmodules --get submodule.OMPlot.path # timeout=10
 > git submodule update --init --recursive OMPlot
 > git config --get submodule.OMNotebook.url # timeout=10
 > git config -f .gitmodules --get submodule.OMNotebook.path # timeout=10
 > git submodule update --init --recursive OMNotebook
 > git config --get submodule.common.url # timeout=10
 > git config -f .gitmodules --get submodule.common.path # timeout=10
 > git submodule update --init --recursive common
 > git config --get submodule.libraries.url # timeout=10
 > git config -f .gitmodules --get submodule.libraries.path # timeout=10
 > git submodule update --init --recursive libraries
 > git config --get submodule.OMC.url # timeout=10
 > git config -f .gitmodules --get submodule.OMC.path # timeout=10
 > git submodule update --init --recursive OMCompiler
 > 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.OMShell.url # timeout=10
 > git config -f .gitmodules --get submodule.OMShell.path # timeout=10
 > git submodule update --init --recursive OMShell
Cleaning workspace
 > 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