Repository: drill-site Updated Branches: refs/heads/asf-site e575b9841 -> 7c09fc9d8
Website update Project: http://git-wip-us.apache.org/repos/asf/drill-site/repo Commit: http://git-wip-us.apache.org/repos/asf/drill-site/commit/7c09fc9d Tree: http://git-wip-us.apache.org/repos/asf/drill-site/tree/7c09fc9d Diff: http://git-wip-us.apache.org/repos/asf/drill-site/diff/7c09fc9d Branch: refs/heads/asf-site Commit: 7c09fc9d8275a96c33594ab85522172ab531d304 Parents: e575b98 Author: Tomer Shiran <[email protected]> Authored: Mon May 4 15:29:55 2015 -0700 Committer: Tomer Shiran <[email protected]> Committed: Mon May 4 15:29:55 2015 -0700 ---------------------------------------------------------------------- README.md | 6 +++++- feed.xml | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill-site/blob/7c09fc9d/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 075fa77..6e7cbdd 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,13 @@ Apache project websites use a system called svnpubsub for publishing. Basically, git clone -b asf-site https://git-wip-us.apache.org/repos/asf/drill-site.git ../drill-site cp -R _site/* ../drill-site/ cd ../drill-site +git status +git add * +git commit -m "Website update" +git push ``` -Then `svn add` and `svn rm` as needed, and commit the changes via `svn commit -m "Website update"`. Note that once changes are committed via `svn commit`, they will immediately be visible on the live site: <http://drill.apache.org>. +The updates should then be live: <http://drill.apache.org>. # Documentation Guidelines http://git-wip-us.apache.org/repos/asf/drill-site/blob/7c09fc9d/feed.xml ---------------------------------------------------------------------- diff --git a/feed.xml b/feed.xml index 5589b06..57b6c32 100644 --- a/feed.xml +++ b/feed.xml @@ -6,8 +6,8 @@ </description> <link>/</link> <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/> - <pubDate>Mon, 04 May 2015 15:24:53 -0700</pubDate> - <lastBuildDate>Mon, 04 May 2015 15:24:53 -0700</lastBuildDate> + <pubDate>Mon, 04 May 2015 15:29:06 -0700</pubDate> + <lastBuildDate>Mon, 04 May 2015 15:29:06 -0700</lastBuildDate> <generator>Jekyll v2.5.1</generator> <item>
