Hello,
Today I have uploaded two new packages:
https://salsa.debian.org/go-team/packages/hjson-go/-/pipelines
and
https://salsa.debian.org/go-team/packages/golang-github-davecgh-go-xdr/-/pipelines
Both are needed for packaging NNCP.
Both gave me an error like this:
$ dh-make-golang create-salsa-project hjson-go
2021/09/04 11:02:16 unexpected HTTP status code: got 500, want 200
(response: POST
https://salsa.debian.org/api/v4/projects/63165/runners: 404
{message: 404 Not found}
)
And, when pushed, both have pipelines labeled "stuck".
Investigating, I find a URL like:
https://salsa.debian.org/go-team/packages/golang-github-davecgh-go-xdr/-/jobs/1909594
Which says: " This job is stuck because the project doesn't have
any runners online assigned to it.
Go to project CI settings"
Clicking on "CI settings" takes me to
https://salsa.debian.org/go-team/packages/golang-github-davecgh-go-xdr/runners#js-runners-settings,
which is 404.
Any ideas here?
Thanks,
John