[vtk-developers] gitlab down?

Ben Boeckel ben.boeckel at kitware.com
Mon Sep 14 10:08:58 EDT 2015


On Sat, Sep 12, 2015 at 13:43:20 -0400, Bill Lorensen wrote:
> git pull
> fatal: unable to access 'https://gitlab.kitware.com/vtk/vtk.git/': TCP
> connection reset by peer

So gitlab being down this weekend made buildbot unhappy. Some builds
have been forced to rebuild already, but if your branch looks broken due
to git or other strange failures, let me know your MR/branch name and
I'll restart your builds. If your branch got skipped:

    $ git checkout $branch
    $ GIT_EDITOR=true git commit --amend
    $ git gitlab-push -f

Will leave the branch as-is (changing the commit time on the last
commit) and tickle buildbot to rerun your branch (this works in general
as well).

--Ben


More information about the vtk-developers mailing list