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/07/13 01:29:25 UTC

incubator git commit: Force copy .htaccess.

Repository: incubator
Updated Branches:
  refs/heads/master 36100502d -> a766f8d28


Force copy .htaccess.


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

Branch: refs/heads/master
Commit: a766f8d2811132282853cf2a7a1b910a772ac6d6
Parents: 3610050
Author: John D. Ament <jo...@apache.org>
Authored: Wed Jul 12 21:29:20 2017 -0400
Committer: John D. Ament <jo...@apache.org>
Committed: Wed Jul 12 21:29:20 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator/blob/a766f8d2/build_site.sh
----------------------------------------------------------------------
diff --git a/build_site.sh b/build_site.sh
index 5a36e61..beaf60d 100755
--- a/build_site.sh
+++ b/build_site.sh
@@ -28,6 +28,7 @@ git clean -f -d
 git pull origin asf-site
 rm -rf *
 cp -a $WORKDIR/* .
+cp $WORKDIR/.htaccess .
 git add .
 git add .htaccess
 git commit -m "Automatic Site Publish by git-site-role"


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