Age | Commit message (Collapse) | Author |
|
Previously /tmp/gvisor-website was used for the bazel output_user_root
but the host could delete a subset of the files under /tmp causing it to
become corrupted.
This commit updates the Makefile to use the bazel_user_root directory
under the repository root directory for caching bazel packages.
|
|
|
|
|
|
|
|
Removes the local dependency on hugo for building.
|
|
This partially removes the build dependency on node.js.
|
|
This removes the build dependency on Bazel.
|
|
Update to the Go 1.12 runtime.
- The login option in app.yaml is no longer supported. Check the
X-Appengine-Cron http header instead.
- Add a 'stage' make target that allows you to easily stage a change.
|
|
|
|
|
|
- Adds url redirect from old syscall docs url to new url
- make server now runs the Go server and implements redirects.
- make devserver runs the hugo dev server.
|
|
Fixes website deploy step
|
|
Adds a new command to automatically generate the syscall compatibility
docs from runsc.
|
|
Because the go.mod and related files were not being copying, the
packages are resolved within the current $GOROOT, which does not work.
This change copies all application files, not just Go source files and
app.yaml.
|
|
|
|
- Remove doc about deploying and running Cloud Builds since that is
mostly handled by CI.
- Re-organize to have info on contributing first.
|
|
|