- Belgium
- https://www.rustybever.be
-
Computer science student from Belgium who loves playing around with servers.
- Joined on
2021-03-28
Jef Roosens opened issue vieter-v/vieter#304
Some PKGBUILDs don't work with VieterJef Roosens commented on issue vieter-v/vieter#292
Support using arbitrary commit of V compilerThe current dev branch isn't actually broken, so we could just wait this one out as usual 🤷♂️
Jef Roosens closed issue vieter-v/vieter#166
Fully configure cron daemons using APIJef Roosens closed issue vieter-v/vieter#211
Only create/update builder image when it's needed for buildsJef Roosens commented on issue vieter-v/vieter#211
Only create/update builder image when it's needed for buildsThs image is no longer relevant due to the server-agent rewrite.
Jef Roosens pushed to image-fixes at Chewing_Bever/vieter
-
dbbe5c1e51 fix(agent): remove infinite loop and account for externally removed
Jef Roosens pushed to main at vieter-v/docker
-
9aebb3bedc feat: add image_inspect function
Jef Roosens pushed to main at vieter-v/docker
-
598597f726 refactor: improve error handling a bit
Jef Roosens pushed to image-fixes at Chewing_Bever/vieter
-
b634775ca3 refactor(server): clean up server responses a bit
Jef Roosens pushed to image-fixes at Chewing_Bever/vieter
-
0727d0fd25 refactor(client): streamline code & improve error propagation
-
0bd5158608 feat(client): handle empty and non-successful responses
- Compare 2 commits »
Jef Roosens opened issue vieter-v/vieter#303
Client code should be able to work with empty error responsesJef Roosens commented on issue vieter-v/vieter#152
Builds fail when builder image is removedWith the new agent-server architecture, this happens more often because I can now schedule builds at arbitrary times. The solution might be to check in the `refresh_image` whether the latest image…
Jef Roosens opened issue vieter-v/vieter#302
Package downloads can still failJef Roosens commented on issue vieter-v/vieter#250
Stdout seems to be buffered in Docker containersI'm pretty sure this can be resolved by using `setbuf(stdout, NULL);` to disable buffering for stdout (& stderr as well).
Jef Roosens pushed to dev at Chewing_Bever/vieter
-
bfe1aafcf1 Merge pull request 'Polling-based agent-server architecture' (#301) from Chewing_Bever/vieter:agent-server-polling into dev
-
60cb91c18c chore: final read before merging
-
51df1874f5 agent: some better logging
-
d7a04c6ebf chore: please the great lint
-
2cc3e8404e feat: queue one-time builds from CLI
- Compare 23 commits »
Jef Roosens pushed to dev at vieter-v/vieter
-
bfe1aafcf1 Merge pull request 'Polling-based agent-server architecture' (#301) from Chewing_Bever/vieter:agent-server-polling into dev
-
60cb91c18c chore: final read before merging
-
51df1874f5 agent: some better logging
-
d7a04c6ebf chore: please the great lint
-
2cc3e8404e feat: queue one-time builds from CLI
- Compare 23 commits »
Jef Roosens merged pull request vieter-v/vieter#301
Polling-based agent-server architecture
Jef Roosens closed issue vieter-v/vieter#300
"targets add" returns wrong ID for added targetJef Roosens pushed to agent-server-polling at Chewing_Bever/vieter
-
60cb91c18c chore: final read before merging