Skip to content

Console Output

using credential github
Fetching changes from the remote Git repository
Cleaning workspace
Fetching without tags
 > git rev-parse --is-inside-work-tree # timeout=10
 > git config remote.origin.url https://github.com/OpenModelica/OMPython.git # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/OpenModelica/OMPython.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials GitHub Access Token
 > git fetch --no-tags --progress -- https://github.com/OpenModelica/OMPython.git +refs/heads/Ticket6084:refs/remotes/origin/Ticket6084 # timeout=10
Checking out Revision a5a09dfaef3c91dc555a6733c3b232564369d0f7 (Ticket6084)
Commit message: "fix ticket #6084"
Cleaning workspace
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a5a09dfaef3c91dc555a6733c3b232564369d0f7 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D Ticket6084 # timeout=10
 > git checkout -b Ticket6084 a5a09dfaef3c91dc555a6733c3b232564369d0f7 # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10