This is an automated email from the ASF dual-hosted git repository.
nlu90 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
The following commit(s) were added to refs/heads/master by this push:
new feea4af cleaning removed directory (#2903)
feea4af is described below
commit feea4af5fa1e5a95ebba6b08df4a847a1b24b0fc
Author: Neng Lu <[email protected]>
AuthorDate: Thu May 17 14:12:44 2018 -0700
cleaning removed directory (#2903)
---
scripts/get_all_heron_paths.sh | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/scripts/get_all_heron_paths.sh b/scripts/get_all_heron_paths.sh
index 8df9b52..c88921b 100755
--- a/scripts/get_all_heron_paths.sh
+++ b/scripts/get_all_heron_paths.sh
@@ -67,7 +67,7 @@ function get_package_of() {
}
function get_heron_java_paths() {
- local java_paths=$(find
{heron,heron/tools,tools,integration_test,storm-compatibility,contrib,eco,eco-storm-examples,eco-heron-examples}
-name "*.java" | sed "s|/src/java/.*$|/src/java|"| sed
"s|/java/src/.*$|/java/src|" | sed "s|/tests/java/.*$|/tests/java|" | sort -u
| fgrep -v "heron/scheduler/" | fgrep -v "heron/scheduler/" )
+ local java_paths=$(find
{heron,heron/tools,tools,integration_test,storm-compatibility,eco,eco-storm-examples,eco-heron-examples}
-name "*.java" | sed "s|/src/java/.*$|/src/java|"| sed
"s|/java/src/.*$|/java/src|" | sed "s|/tests/java/.*$|/tests/java|" | sort -u
| fgrep -v "heron/scheduler/" | fgrep -v "heron/scheduler/" )
if [ "$(uname -s | tr 'A-Z' 'a-z')" != "darwin" ]; then
java_paths=$(echo "${java_paths}" | fgrep -v "/objc_tools/")
fi
@@ -105,8 +105,7 @@ function get_containing_library() {
function collect_generated_binary_deps() {
local proto_deps=$(find bazel-bin/heron/proto -type f | grep "jar$");
- local thrift_deps=$(find bazel-bin/heron/metricsmgr/src/thrift -type f |
grep "jar$");
- echo "${proto_deps} ${thrift_deps}" | sort | uniq
+ echo "${proto_deps}" | sort | uniq
}
function collect_generated_paths() {
--
To stop receiving notification emails like this one, please contact
[email protected].