feat(clbot): Create Gerrit watcher and basic clbot binary.
gerrit.Watcher is a class which watches the Gerrit stream-events SSH connection and produces events. There's a basic CLBot binary as well, to demonstrate driving it to produce messages on the logging output. It doesn't really do anything else. Change-Id: I274fe0a77c8329f79456425405e2fbdc3ca2edf0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/245 Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
f6c7c85d94
commit
c05803ff14
14 changed files with 1235 additions and 0 deletions
12
third_party/gopkgs/github.com/cenkalti/backoff/default.nix
vendored
Normal file
12
third_party/gopkgs/github.com/cenkalti/backoff/default.nix
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ depot, ... }:
|
||||
|
||||
depot.buildGo.external {
|
||||
path = "github.com/cenkalti/backoff/v4";
|
||||
|
||||
src = depot.third_party.fetchFromGitHub {
|
||||
owner = "cenkalti";
|
||||
repo = "backoff";
|
||||
rev = "18fe4ce5a8550e0d0919b680ad3c080a5455bddf";
|
||||
sha256 = "083617p066p77ik0js8wwgb5qzabgvl8wqpkjb8s9alpyqsq2mpg";
|
||||
};
|
||||
}
|
||||
11
third_party/gopkgs/github.com/davecgh/go-spew/default.nix
vendored
Normal file
11
third_party/gopkgs/github.com/davecgh/go-spew/default.nix
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ depot, ... }:
|
||||
|
||||
depot.buildGo.external {
|
||||
path = "github.com/davecgh/go-spew";
|
||||
src = depot.third_party.fetchFromGitHub {
|
||||
owner = "davecgh";
|
||||
repo = "go-spew";
|
||||
rev = "8991bc29aa16c548c550c7ff78260e27b9ab7c73";
|
||||
sha256 = "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y";
|
||||
};
|
||||
}
|
||||
11
third_party/gopkgs/github.com/golang/glog/default.nix
vendored
Normal file
11
third_party/gopkgs/github.com/golang/glog/default.nix
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ depot, ... }:
|
||||
|
||||
depot.buildGo.external {
|
||||
path = "github.com/golang/glog";
|
||||
src = depot.third_party.fetchFromGitHub {
|
||||
owner = "golang";
|
||||
repo = "glog";
|
||||
rev = "23def4e6c14b4da8ac2ed8007337bc5eb5007998";
|
||||
sha256 = "0jb2834rw5sykfr937fxi8hxi2zy80sj2bdn9b3jb4b26ksqng30";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue