This is an automated email from the ASF dual-hosted git repository. nicknezis pushed a commit to branch nicknezis/detect_os_cleanup in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
commit 0ad8c2ad6b78a1e00b5b3833eb529ff6fd661ccd Author: Nicholas Nezis <[email protected]> AuthorDate: Sat Mar 26 01:29:49 2022 -0400 Removing prevously missed refs to removed files --- LICENSE | 1 - docker/test/Dockerfile.rocky8 | 1 - 2 files changed, 2 deletions(-) diff --git a/LICENSE b/LICENSE index f79c78d..94f52df 100644 --- a/LICENSE +++ b/LICENSE @@ -243,7 +243,6 @@ See project link for details. -> tools/rules/pex/wrapper/pex_wrapper.py bazel_authors(https://github.com/bazelbuild/bazel/blob/master/LICENSE) -> scripts/setup-eclipse.sh - -> scripts/detect_os_type.sh -> scripts/get_all_heron_paths.sh -> scripts/packages/template_bin.sh -> scripts/packages/self_extract_binary.bzl diff --git a/docker/test/Dockerfile.rocky8 b/docker/test/Dockerfile.rocky8 index 35c7135..024f2f1 100644 --- a/docker/test/Dockerfile.rocky8 +++ b/docker/test/Dockerfile.rocky8 @@ -56,5 +56,4 @@ RUN wget -O /tmp/bazel.sh https://github.com/bazelbuild/bazel/releases/download/ && chmod +x /tmp/bazel.sh \ && /tmp/bazel.sh -ADD bazelrc /root/.bazelrc ADD scripts/test-platform.sh /test-platform.sh
