$ date
Fri Feb 26 10:47:14 UTC 2021
$ git clone file:///srv/git/mediawiki-services-rcstream.git repo --depth=1 -b master
Cloning into 'repo'...
$ git config user.name libraryupgrader
$ git config user.email tools.libraryupgrader@tools.wmflabs.org
$ git submodule update --init
$ grr init
Installed commit-msg hook.
$ git show-ref refs/heads/master
d34e993266684b9487b603ebfc8bfcb761617fce refs/heads/master
Traceback (most recent call last):
File "/venv/lib/python3.7/site-packages/libup-0.0.1-py3.7.egg/libup/ng.py", line 1188, in main
libup.run(args.repo, args.output, args.branch)
File "/venv/lib/python3.7/site-packages/libup-0.0.1-py3.7.egg/libup/ng.py", line 1129, in run
plan = planner.check(repo)
File "/venv/lib/python3.7/site-packages/libup-0.0.1-py3.7.egg/libup/plan.py", line 189, in check
resp.raise_for_status()
File "/venv/lib/python3.7/site-packages/requests/models.py", line 943, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 500 Server Error: INTERNAL SERVER ERROR for url: https://libraryupgrader2.wmcloud.org/plan.json?repository=mediawiki%2Fservices%2Frcstream&branch=master
.