Hi,
We are getting another weird issue with our repository.
A regularly scheduled job has started failing and the failure point is the retrieval of the repo archive. If I try the wget of the archive manually, I get a failure:
ralph@littleserver1:~$ wget https://gitlab.com/sane-project/backends/repository/master/archive.tar.gz
–2021-04-03 21:45:31-- https://gitlab.com/sane-project/backends/repository/master/archive.tar.gz
Resolving gitlab.com (gitlab.com)… 172.65.251.78, 2606:4700:90:0:f22e:fbec:5bed:a9b9
Connecting to gitlab.com (gitlab.com)|172.65.251.78|:443… connected.
HTTP request sent, awaiting response… 302 Found
Location: https://gitlab.com/users/sign_in [following]
–2021-04-03 21:45:32-- https://gitlab.com/users/sign_in
Reusing existing connection to gitlab.com:443.
HTTP request sent, awaiting response… 503 Service Temporarily Unavailable
2021-04-03 21:45:32 ERROR 503: Service Temporarily Unavailable.
Anybody have any ideas what is happening here?
Edit: I wonder if it is related to this: Strange merge issue
Cheers,
Ralph