diff options
author | Vincent Ambo <mail@tazj.in> | 2020-08-17T19·02+0100 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-08-17T21·52+0000 |
commit | f7687b1ea757c75e1eba8e0b2e25feea12719bc0 (patch) | |
tree | d31414c0f04f2c44a528eaa37c3fc999cf2350e7 /ops/besadii | |
parent | 85f53a45db69c61e4ff59fdcfdd1f64db9e9a0e7 (diff) |
docs: Update README for the repository itself r/1669
Adds a lot more information about what is actually going on here, as well as links to relevant things such as our Monorepo document. I'm aware that I didn't make all `//...` links clickable, but I realised at some point that it might be easier to just update cheddar to support highlighting those natively :-) Change-Id: Icbb212a6c07a5cf38ab8e65d83a64bec783eb8d0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1768 Tested-by: BuildkiteCI Reviewed-by: isomer <isomer@tvl.fyi> Reviewed-by: kanepyork <rikingcoding@gmail.com>
Diffstat (limited to 'ops/besadii')
-rw-r--r-- | ops/besadii/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ops/besadii/default.nix b/ops/besadii/default.nix index 91d6bba6ac52..0ce773c7b101 100644 --- a/ops/besadii/default.nix +++ b/ops/besadii/default.nix @@ -1,5 +1,5 @@ -# This program is used as a git post-update hook to trigger builds on -# sourcehut. +# This program is used as a Gerrit hook to trigger builds on +# Buildkite, Sourcegraph reindexing and other maintenance tasks. { ciBuilds, depot, ... }: let |