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 2016/12/31 17:31:42 UTC

[1/2] incubator git commit: Creating build script.

Repository: incubator
Updated Branches:
  refs/heads/master e1a750802 -> 1ea8927f5


Creating build script.


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

Branch: refs/heads/master
Commit: 3e071e0c93f9282ba300eff8641dcb3b8083bdc7
Parents: e1a7508
Author: John D. Ament <jo...@apache.org>
Authored: Sat Dec 31 12:30:17 2016 -0500
Committer: John D. Ament <jo...@apache.org>
Committed: Sat Dec 31 12:30:17 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator/blob/3e071e0c/build_site.sh
----------------------------------------------------------------------
diff --git a/build_site.sh b/build_site.sh
new file mode 100644
index 0000000..b083daf
--- /dev/null
+++ b/build_site.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+rm -rf /tmp/incubator-site
+ant docs -Ddocs.dest=/tmp/incubator-site
+git checkout asf-site
+git clean -f -d
+git pull origin asf-site
+cp -a /tmp/incubator-site/. output/
+git add .
+#git commit -m "Automatic Site Publish by Buildbot"
+#git push origin asf-site


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


[2/2] incubator git commit: Adding build script.

Posted by jo...@apache.org.
Adding build script.


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

Branch: refs/heads/master
Commit: 1ea8927f53b624582002b6b0e81df2355a3b62b1
Parents: 3e071e0
Author: John D. Ament <jo...@apache.org>
Authored: Sat Dec 31 12:31:31 2016 -0500
Committer: John D. Ament <jo...@apache.org>
Committed: Sat Dec 31 12:31:31 2016 -0500

----------------------------------------------------------------------
 build_site.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator/blob/1ea8927f/build_site.sh
----------------------------------------------------------------------
diff --git a/build_site.sh b/build_site.sh
index b083daf..d937c8d 100644
--- a/build_site.sh
+++ b/build_site.sh
@@ -7,5 +7,5 @@ git clean -f -d
 git pull origin asf-site
 cp -a /tmp/incubator-site/. output/
 git add .
-#git commit -m "Automatic Site Publish by Buildbot"
-#git push origin asf-site
+git commit -m "Automatic Site Publish by Buildbot"
+git push origin asf-site


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