You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by an...@apache.org on 2015/09/30 21:50:26 UTC

incubator-apex-site git commit: updated build.sh feedback

Repository: incubator-apex-site
Updated Branches:
  refs/heads/master 6860d7617 -> a2bdb4f7f


updated build.sh feedback


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/a2bdb4f7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/a2bdb4f7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/a2bdb4f7

Branch: refs/heads/master
Commit: a2bdb4f7f72b69ec2f28d4df6572315a4af1abac
Parents: 6860d76
Author: Andy Perlitch <an...@datatorrent.com>
Authored: Wed Sep 30 12:50:21 2015 -0700
Committer: Andy Perlitch <an...@datatorrent.com>
Committed: Wed Sep 30 12:50:21 2015 -0700

----------------------------------------------------------------------
 build.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/a2bdb4f7/build.sh
----------------------------------------------------------------------
diff --git a/build.sh b/build.sh
index 3f9aa0b..379e4cf 100755
--- a/build.sh
+++ b/build.sh
@@ -14,6 +14,7 @@ mv content_tmp content
 git add content
 echo "Commiting changes to asf-site branch from master branch."
 git commit -m "from $COMMIT_HASH"
-echo "Build successful. You are now on the asf-site branch."
+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