Commit Graph

8 Commits

Author SHA1 Message Date
Nico Aragon ba66f82ee4
Setup for GKE (#7162)
* updating to 1.5

* zero touch setup for gke

start every line in bash with $

line starts with $

fixing format
2020-05-19 10:46:06 -07:00
Martin Taillefer 5bdc5a1cae Fix archive site build. 2020-03-06 19:44:47 -08:00
Frank Budinsky 5b6932ad40
v1.5 (#6760) 2020-03-05 16:58:51 -05:00
mtail e1f95a7984 Update archiving behavior so that archiving 1.4 and beyond will work. 2019-11-16 12:20:24 -08:00
mtail adb7ada779 Another archive fix. 2019-11-14 15:27:59 -08:00
mtail 7b63f658ad Archive fix. 2019-11-14 14:42:46 -08:00
mtail 9933211fef Preparation before making the release branch. 2019-11-14 11:06:20 -08:00
Martin Taillefer 3304aceca3
Clean up build logic. (#5380)
- Swap the "build" and "gen" terms used in this repo to match
what we do in other repos. "gen" generates a bunch of files, which
is needed by "build". Unlike other repos, the output of "gen" doesn't
need to be checked in to Git however.

- The clean target now cleans the generated directory.

- Makefile.core.mk now defines SOURCE_BRANCH_NAME that decides which
branch we get reference material from. This makes it much simpler to
switch branches.

- Added the "update_all" target which does all the work needed to pull
in the imported content.
2019-11-05 10:24:45 -08:00