Repository: geode
Updated Branches:
  refs/heads/develop 361d1bd7f -> 0bfd2ea50


Tweaked website update procedures


Project: http://git-wip-us.apache.org/repos/asf/geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/0bfd2ea5
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/0bfd2ea5
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/0bfd2ea5

Branch: refs/heads/develop
Commit: 0bfd2ea506289cabb4ad884e809683a2490d7538
Parents: 361d1bd
Author: Dave Barnes <[email protected]>
Authored: Thu Jan 19 10:16:04 2017 -0800
Committer: Dave Barnes <[email protected]>
Committed: Thu Jan 19 10:16:04 2017 -0800

----------------------------------------------------------------------
 geode-site/website/README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/0bfd2ea5/geode-site/website/README.md
----------------------------------------------------------------------
diff --git a/geode-site/website/README.md b/geode-site/website/README.md
index 0a0cdca..1f93e24 100644
--- a/geode-site/website/README.md
+++ b/geode-site/website/README.md
@@ -89,9 +89,10 @@ Here is one way to accomplish this:
         $ tar cvf new-website-content.tar .
         $ mv new-website-content.tar ~/Desktop/
 
-2. Expand the TAR file at the top level of the __asf-site__ branch (cwd should 
be ${geode-project-dir}:
+2. Expand the TAR file at the top level of the __asf-site__ branch. Set your 
working directory to ${geode-project-dir}, checkout the __asf-site__ branch, 
and run a `git clean -xdf` command before unpacking your tar file:
 
         $ git checkout asf-site
+        $ git clean -xdf
         $ tar xvf ~/Desktop/new-website-content.tar
 
 3. Commit and push on the __asf-site__ branch

Reply via email to