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:57 UTC

[26/51] incubator git commit: Do a recursive copy.

Do a recursive copy.


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

Branch: refs/heads/master
Commit: beb6c6b3f924141031532fbbf9c4113601ce5b30
Parents: 6be8782
Author: John D. Ament <jo...@apache.org>
Authored: Mon Apr 17 21:37:24 2017 -0400
Committer: John D. Ament <jo...@apache.org>
Committed: Mon Apr 17 21:37:24 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator/blob/beb6c6b3/build_site.sh
----------------------------------------------------------------------
diff --git a/build_site.sh b/build_site.sh
index 452f586..b65bca7 100755
--- a/build_site.sh
+++ b/build_site.sh
@@ -3,7 +3,7 @@
 rm -rf /tmp/incubator-site
 gradle jbake
 mkdir /tmp/incubator-site
-cp content/* /tmp/incubator-site
+cp -R content/* /tmp/incubator-site
 git checkout asf-site
 git clean -f -d
 git pull origin asf-site


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