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:42:16 UTC

incubator git commit: Changing locations again.

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


Changing locations again.


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

Branch: refs/heads/master
Commit: fe67c80d01e7c1318d3c5c3d3d2f4168cd8f973d
Parents: c262d56
Author: John D. Ament <jo...@apache.org>
Authored: Thu Jan 5 20:42:08 2017 -0500
Committer: John D. Ament <jo...@apache.org>
Committed: Thu Jan 5 20:42:08 2017 -0500

----------------------------------------------------------------------
 build_site.sh | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator/blob/fe67c80d/build_site.sh
----------------------------------------------------------------------
diff --git a/build_site.sh b/build_site.sh
index 67d9bd4..dc4fba8 100755
--- a/build_site.sh
+++ b/build_site.sh
@@ -5,10 +5,8 @@ ant docs -Ddocs.dest=/tmp/incubator-site
 git checkout asf-site
 git clean -f -d
 git pull origin asf-site
-rm -rf output
-rm -rf content
-mkdir -p content
-cp -a /tmp/incubator-site/. content/
+rm -rf *
+cp -a /tmp/incubator-site/. .
 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