Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}
| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
Explicit is better than implicit.
|
| |
|
|
|
|
|
| |
pthread_attr_setsigmask_np is only available since 2.32, which is too
modern.
|
| |
|
|
Well, maybe "graceful" is a strong word, but now you _can_ do
./server &
./worker &
./client ci_run URL REV && kill "$( pidof worker )"
and the worker will wait for the CI run to complete.
|