Skip to content

Console Output

The recommended git tool is: NONE
No credentials specified
Fetching changes from the remote Git repository
Checking out Revision 9308a59a6f1a72952cbb6ddf7f7fcbe2366f4f3a (refs/remotes/origin/master)
 > git rev-parse --resolve-git-dir /home/omero/workspace/OMERO-python-superbuild-push/.git # timeout=10
 > git config remote.origin.url https://github.com/ome/omero-python-superbuild.git # timeout=10
Fetching upstream changes from https://github.com/ome/omero-python-superbuild.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.3'
 > git fetch --tags --force --progress -- https://github.com/ome/omero-python-superbuild.git +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 9308a59a6f1a72952cbb6ddf7f7fcbe2366f4f3a # timeout=10
Commit message: "Merge pull request #275 from ome/dependabot/submodules/omero-scripts-5a90893"
 > git rev-list --no-walk 9308a59a6f1a72952cbb6ddf7f7fcbe2366f4f3a # 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
 > 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.omero-py.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-py.path # timeout=10
 > git config --get submodule.omero-web.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-web.path # timeout=10
 > git config --get submodule.omero-marshal.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-marshal.path # timeout=10
 > git config --get submodule.omero-dropbox.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-dropbox.path # timeout=10
 > git config --get submodule.omero-scripts.url # timeout=10
 > git config -f .gitmodules --get submodule.omero-scripts.path # timeout=10
 > git submodule update --init --recursive omero-py # timeout=10
 > git submodule update --init --recursive omero-web # timeout=10
 > git submodule update --init --recursive omero-marshal # timeout=10
 > git submodule update --init --recursive omero-dropbox # timeout=10
 > git submodule update --init --recursive omero-scripts # timeout=10