The old lava-dispatcher.git and lava-server.git repositories on git.linaro.org have been moved to trash and will disappear completely in due course.
The git.linaro.org/lava/lava.git repository has been made read-only and will not receive any further updates. The description for https://git.linaro.org/lava/lava.git/ has been updated to point at the new location: "This project has been moved to https://git.lavasoftware.org/lava/lava See: https://lists.linaro.org/pipermail/lava-announce/2018-September/000064.html"
Please change your git remote URLs to use GitLab:
Anonymous, use: https://git.lavasoftware.org/lava/lava.git
$ git remote set-url origin https://git.lavasoftware.org/lava/lava.git $ git pull
To make merge requests use: git@git.lavasoftware.org:lava/lava.git
$ git remote set-url origin git@git.lavasoftware.org:lava/lava.git $ git pull