You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by sa...@apache.org on 2016/03/22 02:14:20 UTC

[1/2] incubator-apex-site git commit: Fixing docs linking during build

Repository: incubator-apex-site
Updated Branches:
  refs/heads/master 3b152dbc3 -> a54f9af11


Fixing docs linking during build


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

Branch: refs/heads/master
Commit: 91bf972b2e02e882855918ec77cf7fa11d4588c1
Parents: c96fe8d
Author: sashadt <sa...@datatorrent.com>
Authored: Mon Mar 21 18:14:03 2016 -0700
Committer: sashadt <sa...@datatorrent.com>
Committed: Mon Mar 21 18:14:03 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/91bf972b/build.sh
----------------------------------------------------------------------
diff --git a/build.sh b/build.sh
index 91e5c89..267c806 100755
--- a/build.sh
+++ b/build.sh
@@ -14,11 +14,11 @@ mv content_tmp content
 # Add documentation to content folder
 echo "Adding documentation from docs/ to content/docs."
 rm -rf content/docs
-cp -rp docs content/docs
+cp -R docs content/docs
 git add content
 echo "Commiting changes to asf-site branch from master branch."
 git commit -m "from $COMMIT_HASH"
 echo "-----------------------------------------------------"
 echo "BUILD SUCCESSFUL. You are now on the asf-site branch."
 echo "Run git push origin asf-site to update the live site."
-set +e
\ No newline at end of file
+set +e


[2/2] incubator-apex-site git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-apex-site

Posted by sa...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-apex-site


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

Branch: refs/heads/master
Commit: a54f9af110eae378ee0c923497c0874a82066f71
Parents: 91bf972 3b152db
Author: sashadt <sa...@datatorrent.com>
Authored: Mon Mar 21 18:14:07 2016 -0700
Committer: sashadt <sa...@datatorrent.com>
Committed: Mon Mar 21 18:14:07 2016 -0700

----------------------------------------------------------------------
 src/md/community.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------