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:25:30 UTC

incubator git commit: Force build to include .htaccess.

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


Force build to include .htaccess.


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

Branch: refs/heads/master
Commit: 36100502d9dcabae86ce2a5b7d08054401124676
Parents: 764c120
Author: John D. Ament <jo...@apache.org>
Authored: Wed Jul 12 21:25:25 2017 -0400
Committer: John D. Ament <jo...@apache.org>
Committed: Wed Jul 12 21:25:25 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator/blob/36100502/build_site.sh
----------------------------------------------------------------------
diff --git a/build_site.sh b/build_site.sh
index 8e522b7..5a36e61 100755
--- a/build_site.sh
+++ b/build_site.sh
@@ -29,5 +29,6 @@ git pull origin asf-site
 rm -rf *
 cp -a $WORKDIR/* .
 git add .
+git add .htaccess
 git commit -m "Automatic Site Publish by git-site-role"
 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