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/19 22:28:00 UTC

incubator git commit: Run clutch in the build.

Repository: incubator
Updated Branches:
  refs/heads/master 97be61284 -> 6baac1859


Run clutch in the build.


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

Branch: refs/heads/master
Commit: 6baac1859ddba056bf0c9087966232eca489ec8e
Parents: 97be612
Author: John D. Ament <jo...@apache.org>
Authored: Wed Jul 19 18:27:53 2017 -0400
Committer: John D. Ament <jo...@apache.org>
Committed: Wed Jul 19 18:27:53 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator/blob/6baac185/build_site.sh
----------------------------------------------------------------------
diff --git a/build_site.sh b/build_site.sh
index af56ce2..f1177c7 100755
--- a/build_site.sh
+++ b/build_site.sh
@@ -17,6 +17,7 @@ svn co $SVN_REPO $SVN_CO_DIR
 (
     cd $SVN_CO_DIR
     ant docs -Ddocs.dest=$SVN_BUILD_DIR
+    python3 clutch.py
     mv $SVN_BUILD_DIR/ip-clearance $WORKDIR
     mv $SVN_BUILD_DIR/projects $WORKDIR
     mv $SVN_BUILD_DIR/clutch $WORKDIR


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