You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@incubator.apache.org by po...@apache.org on 2017/07/06 00:20:58 UTC

[27/51] incubator git commit: Change how generation works.

Change how generation works.


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

Branch: refs/heads/master
Commit: d5c0224efaf540fcef3643e1b04ab376361a248f
Parents: beb6c6b
Author: John D. Ament <jo...@apache.org>
Authored: Mon Apr 17 21:54:06 2017 -0400
Committer: John D. Ament <jo...@apache.org>
Committed: Mon Apr 17 21:54:06 2017 -0400

----------------------------------------------------------------------
 build_site.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator/blob/d5c0224e/build_site.sh
----------------------------------------------------------------------
diff --git a/build_site.sh b/build_site.sh
index b65bca7..b6e2ed9 100755
--- a/build_site.sh
+++ b/build_site.sh
@@ -8,7 +8,7 @@ git checkout asf-site
 git clean -f -d
 git pull origin asf-site
 rm -rf *
-cp -a /tmp/incubator-site/. .
+cp -a /tmp/incubator-site/* .
 git add .
 git commit -m "Automatic Site Publish by Buildbot"
 git push origin asf-site
\ No newline at end of file


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