aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/hooks.scm
Commit message (Expand)AuthorAge
* Add some port timeouts in to the build-success-publish-hookChristopher Baines2023-12-13
* Pass the store in to substitute-derivationChristopher Baines2023-08-20
* Switch to a more rigorous method for finding potential source refsChristopher Baines2023-08-10
* Ignore self output references when looking for potential source refsChristopher Baines2023-08-10
* Fix some log outputChristopher Baines2023-08-10
* Keep less derivation files open when reading derivationsChristopher Baines2023-08-03
* Add some logging to the build success publish hookChristopher Baines2023-07-08
* Improve the build-success-publish-hook for referenced source filesChristopher Baines2023-07-07
* Use a timeout when substituting derivations in the publish hookChristopher Baines2023-04-10
* More fixes for the combined post publish hookChristopher Baines2023-03-14
* Fix some incorrect refactoring in the publish hookChristopher Baines2023-03-14
* Fix passing around the derivation name in the publish hookChristopher Baines2023-03-14
* Add a combined variant of the post-publish-hookChristopher Baines2023-03-13
* Fix setting the lzip nar size for source file narinfosChristopher Baines2023-02-01
* Support publishing referenced source filesChristopher Baines2023-01-30
* Fix bug when handling missing output detailsChristopher Baines2022-07-07
* Send more information on derivation outputs to the Guix Data ServiceChristopher Baines2022-07-07
* Allow overriding the success publish hook skip publishing behaviourChristopher Baines2022-02-04
* Fix the build-failure-retry-hookChristopher Baines2021-03-26
* Make the build failure retry hook more flexibleChristopher Baines2021-03-06
* Add a hook for determining whether agents should submit outputsChristopher Baines2021-02-17
* Tweak the S3 publish hook to avoid issues for not submitted outputsChristopher Baines2021-02-14
* Copy build tags in the failure retry hookChristopher Baines2021-02-02
* Fix issues around datastore-count-builds-for-derivationChristopher Baines2020-12-27
* Change how some submit build options handle canceled buildsChristopher Baines2020-12-26
* Add build-canceled-send-event-to-guix-data-service-hookChristopher Baines2020-12-21
* Add a hook for when builds are canceledChristopher Baines2020-12-21
* Fix default-build-missing-inputs-hookChristopher Baines2020-12-21
* Handle canceled builds in the default-build-missing-inputs-hookChristopher Baines2020-12-21
* Make the build-success-publish-hook behaviour more transactionalChristopher Baines2020-12-20
* Use the same skip if narinfo exists logic in the publish hookChristopher Baines2020-12-17
* Avoid errors when derivation for missing input can't be foundChristopher Baines2020-12-04
* Propagate build tags when inserting builds for missing inputsChristopher Baines2020-11-24
* Don't assume the missing input to a build is a direct inputChristopher Baines2020-10-24
* Allow configuring the s3-publish-hook with a aws commandChristopher Baines2020-10-24
* Move the post-publish-behaviour inside the s3 publish hookChristopher Baines2020-10-22
* Support extending the S3 publish hookChristopher Baines2020-10-19
* Add a hook to recomress build log filesChristopher Baines2020-10-11
* Better describe the default hooksChristopher Baines2020-09-17
* Remove backtick that snuck inChristopher Baines2020-07-04
* Add hooks to send events to the Guix Data ServiceChristopher Baines2020-07-01
* Add a hook for when a build starts on an agentChristopher Baines2020-07-01
* Add a hook for when builds are submittedChristopher Baines2020-07-01
* Add a build failure hook to retry buildsChristopher Baines2020-05-23
* Start passing build-coordinator records to hooksChristopher Baines2020-05-08
* Add a hook for publishing to a S3 compatible endpointChristopher Baines2020-05-07
* Add a hook to generate the files needed to provide substitutesChristopher Baines2020-04-23
* Add a hook to handle missing inputsChristopher Baines2020-04-17
* Implement a couple of basic hooksChristopher Baines2020-04-16