about summary refs log tree commit diff
path: root/ops/sync-gcsr/default.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-02-21T23·17+0000
committerVincent Ambo <tazjin@google.com>2020-02-21T23·17+0000
commit892418db8f291efa184e2130533dfab3f2f91f40 (patch)
tree52005bbd2226c75137f206c93ec16a65d864dfcc /ops/sync-gcsr/default.nix
parentd657e878fa518cd0489ee6352261bf17185c3fe4 (diff)
parent5ed68f0f6b192cffb1bd4d1790360583d08018bb (diff)
merge(feat/besadii): Integrate besadii at //ops/besadii r/569
This tool supersedes the previous //ops/sync-gcsr, which no longer
exists.

Besadii runs as a git post-receive hook and triggers builds for the
depot on sourcehut. Builds are only triggered for branches, not for
tags.

The sourcehut token is read from /etc/secrets where it has been
manually placed on camden.

Besadii was a hutt kajidic, and also part of the Hutt Clan.
Diffstat (limited to 'ops/sync-gcsr/default.nix')
-rw-r--r--ops/sync-gcsr/default.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/ops/sync-gcsr/default.nix b/ops/sync-gcsr/default.nix
deleted file mode 100644
index ea5d0594a871..000000000000
--- a/ops/sync-gcsr/default.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{ depot, ... }:
-
-depot.nix.buildGo.program {
-  name = "sync-gcsr";
-  srcs = [ ./main.go ];
-
-  deps = with depot.third_party; map (p: p.gopkg) [
-    gopkgs."gopkg.in".src-d.go-git
-  ];
-
-  x_defs = {
-    "main.BuildManifest" = "${./manifest.yaml}";
-  };
-}