Skip to content

Console Output

The recommended git tool is: git
using credential pharo-ci-api-user-pass-token
Cloning the remote Git repository
Using shallow clone with depth 2
Cloning repository https://github.com/pharo-project/pharo-vm.git
 > git init /Users/lse/Workspace/workspace/pharo-vm_v10.0.7/repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo-vm.git
 > git --version # timeout=10
 > git --version # 'git version 2.31.0'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/pharo-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Using shallow fetch with depth 2
Checking out Revision f6bf6f3d473019bb81e98e3383fd059d511831a1 (v10.0.7)
Commit message: "Merge pull request #692 from guillep/release-10.0.7"
 > git --version # timeout=10
 > git --version # 'git version 2.31.0'
 > git config remote.origin.url https://github.com/pharo-project/pharo-vm.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/pharo-vm.git # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo-vm.git
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/pharo-vm.git +refs/tags/v10.0.7:refs/tags/v10.0.7 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f6bf6f3d473019bb81e98e3383fd059d511831a1 # timeout=10