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

[25/51] incubator git commit: Adding build script wrapper.

Adding build script wrapper.


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

Branch: refs/heads/master
Commit: 6be87828855ff10a76b389fb9296c826e0926f36
Parents: 5922c98
Author: John D. Ament <jo...@apache.org>
Authored: Mon Apr 17 21:36:49 2017 -0400
Committer: John D. Ament <jo...@apache.org>
Committed: Mon Apr 17 21:36:49 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator/blob/6be87828/build_site.sh
----------------------------------------------------------------------
diff --git a/build_site.sh b/build_site.sh
new file mode 100755
index 0000000..452f586
--- /dev/null
+++ b/build_site.sh
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+rm -rf /tmp/incubator-site
+gradle jbake
+mkdir /tmp/incubator-site
+cp content/* /tmp/incubator-site
+git checkout asf-site
+git clean -f -d
+git pull origin asf-site
+rm -rf *
+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