Hello Mike Percy,

I'd like you to reexamine a change.  Please visit

    http://gerrit.cloudera.org:8080/2856

to look at the new patch set (#2).

Change subject: Add a 'site_tool publish' command to publish to the ASF site
......................................................................

Add a 'site_tool publish' command to publish to the ASF site

As part of moving to ASF infrastructure, we can't rely on github pages in the
future. This means we need to actually publish the site to static HTML which
gets committed into the ASF's gitpubsub repository.

This is of course slightly error prone, so it's important to have a nice script
to make it easy for anyone to publish the latest version of the site.
This patch introduces such a command to the 'site_tool' script.

The main idea here is that we check out the target repository into '_publish',
build the site, and generate a reasonable commit message which explains the
changes since the prior commit.

The current version doesn't go so far as to automate the push itself, but
instead just gives instructions to the user on how to do so. We could easily
automate the whole thing at a later point in time, but it was easier to
test in a non-destructive form.

Change-Id: Icc4f21bbad06cf38322d92a7fe3e31dc5a8b9f9a
---
M .gitignore
M site_tool
2 files changed, 145 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/56/2856/2
-- 
To view, visit http://gerrit.cloudera.org:8080/2856
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Icc4f21bbad06cf38322d92a7fe3e31dc5a8b9f9a
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: gh-pages
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Jean-Daniel Cryans
Gerrit-Reviewer: Mike Percy <[email protected]>
Gerrit-Reviewer: Misty Stanley-Jones <[email protected]>

Reply via email to