Skip to content

Console Output

The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Avoid second fetch
Checking out Revision 8bf484fda49eee2c83b83938520a142b81e10a9d (refs/remotes/origin/master)
Cloning repository https://github.com/pharo-project/pharo-build-scripts.git
 > git init /builds/workspace/PharoLauncher-Pipeline_dev/pharo-build-scripts # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo-build-scripts.git
 > git --version # timeout=10
 > git --version # 'git version 2.7.4'
 > git fetch --tags --progress https://github.com/pharo-project/pharo-build-scripts.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/pharo-build-scripts.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8bf484fda49eee2c83b83938520a142b81e10a9d # timeout=10
Commit message: "do not use zero conf to get VM on Linux"
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 8bf484fda49eee2c83b83938520a142b81e10a9d # timeout=10
 > git rev-list --no-walk 8bf484fda49eee2c83b83938520a142b81e10a9d # timeout=10