You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@incubator.apache.org by jo...@apache.org on 2017/01/06 01:36:02 UTC

incubator git commit: Changing output location.

Repository: incubator
Updated Branches:
  refs/heads/master 791c9b28c -> c262d567d


Changing output location.


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

Branch: refs/heads/master
Commit: c262d567d36a3a6dfd8940a77b3a2498512a14ea
Parents: 791c9b2
Author: John D. Ament <jo...@apache.org>
Authored: Thu Jan 5 20:35:45 2017 -0500
Committer: John D. Ament <jo...@apache.org>
Committed: Thu Jan 5 20:35:45 2017 -0500

----------------------------------------------------------------------
 build_site.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator/blob/c262d567/build_site.sh
----------------------------------------------------------------------
diff --git a/build_site.sh b/build_site.sh
index d937c8d..67d9bd4 100755
--- a/build_site.sh
+++ b/build_site.sh
@@ -5,7 +5,10 @@ ant docs -Ddocs.dest=/tmp/incubator-site
 git checkout asf-site
 git clean -f -d
 git pull origin asf-site
-cp -a /tmp/incubator-site/. output/
+rm -rf output
+rm -rf content
+mkdir -p content
+cp -a /tmp/incubator-site/. content/
 git add .
 git commit -m "Automatic Site Publish by Buildbot"
 git push origin asf-site


---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org