Skip to content

Console Output

Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://gitlab.inria.fr/RMOD/libgit-build.git
 > git init /builds/workspace/libgit-build_master # timeout=10
Fetching upstream changes from https://gitlab.inria.fr/RMOD/libgit-build.git
 > git --version # timeout=10
 > git fetch --no-tags --progress https://gitlab.inria.fr/RMOD/libgit-build.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://gitlab.inria.fr/RMOD/libgit-build.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitlab.inria.fr/RMOD/libgit-build.git # timeout=10
Fetching without tags
Fetching upstream changes from https://gitlab.inria.fr/RMOD/libgit-build.git
 > git fetch --no-tags --progress https://gitlab.inria.fr/RMOD/libgit-build.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 7192c268da339cc2100938b676e49814400186df (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7192c268da339cc2100938b676e49814400186df
Commit message: "Add libssh"
 > git rev-list --no-walk 9814eb0170561fc550cc08b86619936e95caecc1 # timeout=10