From 921bd3ae92a287a804ab10e943ee1c4a498a816a Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Thu, 25 Apr 2019 23:04:06 -0700 Subject: cmd/gvisor-website: add /rebuild and cron In order to ensure that the system call descriptions and other documentation that will be sourced from the main repository remains up to date, add a hook that allows the site to submit a rebuild to Google Cloud Builder. This can be triggered manually by an admin, or will be triggered every 24 hours by a new cron configuration. --- cmd/gvisor-website/go.mod | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 cmd/gvisor-website/go.mod (limited to 'cmd/gvisor-website/go.mod') diff --git a/cmd/gvisor-website/go.mod b/cmd/gvisor-website/go.mod new file mode 100644 index 000000000..6cffff4b4 --- /dev/null +++ b/cmd/gvisor-website/go.mod @@ -0,0 +1,8 @@ +module main + +go 1.12 + +require ( + golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421 + google.golang.org/api v0.4.0 +) -- cgit v1.2.3