You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ni...@apache.org on 2022/03/26 19:12:38 UTC

[incubator-heron] branch master updated: Removing prevously missed refs to removed files (#3805)

This is an automated email from the ASF dual-hosted git repository.

nicknezis 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 7ee6160  Removing prevously missed refs to removed files (#3805)
7ee6160 is described below

commit 7ee6160a26043973988d4204ff1712c82c9828ae
Author: Nicholas Nezis <ni...@gmail.com>
AuthorDate: Sat Mar 26 15:12:30 2022 -0400

    Removing prevously missed refs to removed files (#3805)
---
 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