Updated Branches: refs/heads/master 50591f4c2 -> 96c4ce31c
BIGTOP-809. Remove harmless scary message from solr build Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/96c4ce31 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/96c4ce31 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/96c4ce31 Branch: refs/heads/master Commit: 96c4ce31cc0c05501780f89e34a40871d222043e Parents: 50591f4 Author: Roman Shaposhnik <[email protected]> Authored: Fri Jan 4 17:56:58 2013 -0800 Committer: Roman Shaposhnik <[email protected]> Committed: Fri Jan 4 17:56:58 2013 -0800 ---------------------------------------------------------------------- bigtop-packages/src/common/solr/do-component-build | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/96c4ce31/bigtop-packages/src/common/solr/do-component-build ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/solr/do-component-build b/bigtop-packages/src/common/solr/do-component-build index e0b958f..08486ca 100755 --- a/bigtop-packages/src/common/solr/do-component-build +++ b/bigtop-packages/src/common/solr/do-component-build @@ -23,7 +23,7 @@ BUILD_OPTS="-Dversion=${FULL_VERSION} \ # FIXME: this needs to be fixed at the product level ant $BUILD_OPTS ivy-bootstrap -mkdir solr/test-framework/lib || : +mkdir -p solr/test-framework/lib || : ant $BUILD_OPTS clean
