diff options
author | Vincent Ambo <tazjin@google.com> | 2020-02-21T23·33+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-02-21T23·33+0000 |
commit | 0c117fe8f4c27e9a3cc132cd2643c714206c457b (patch) | |
tree | 6fb2ff55f2b0cbaa643495be02e06130567ed711 | |
parent | a2bb8a7e1dd5a6261eb5e307deace728d3bcaad1 (diff) |
docs: Include besadii in README, remove sync-gcsr r/573
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md index ab0c1ece54dd..82daa7a74645 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ Twitter][]. but actually uses Google Cloud KMS for secret decryption * `ops/kontemplate` contains my Kubernetes resource templating tool (with which the services in this repository are deployed!) +* `ops/besadii` contains a tool that runs as the git + `post-receive`-hook on my git server to trigger builds on sourcehut. ## Packages / Libraries @@ -57,9 +59,6 @@ using [Nixery](). (serving at [tazj.in][]) * `web/cgit-taz` contains a slightly patched version of `cgit` that serves my git web interface at [git.tazj.in][] -* `ops/sync-gcsr` contains a tiny service that synchronises a Google Cloud - Source Repository with a local disk path. My `cgit` setup uses this - under-the-hood. * `ops/journaldriver` contains a small Rust daemon that can forward logs from journald to Stackdriver Logging |