summaryrefslogtreecommitdiffhomepage
path: root/Makefile
AgeCommit message (Collapse)Author
2019-07-10Add generate-syscall-docs command.Ian Lewis
Adds a new command to automatically generate the syscall compatibility docs from runsc.
2019-05-07build: fix deploy target for MakefileAdin Scannell
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.
2019-04-12Use HUGO_ENV="production" to avoid noindex headerAdin Scannell
2019-04-05Updated README to be more contributor friendlyIan Lewis
- Remove doc about deploying and running Cloud Builds since that is mostly handled by CI. - Re-organize to have info on contributing first.
2019-03-29Initial commitIan Lewis