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 05:30:11 UTC

[incubator-heron] branch nicknezis/detect_os_cleanup created (now 0ad8c2a)

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

nicknezis pushed a change to branch nicknezis/detect_os_cleanup
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git.


      at 0ad8c2a  Removing prevously missed refs to removed files

This branch includes the following new commits:

     new 0ad8c2a  Removing prevously missed refs to removed files

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[incubator-heron] 01/01: Removing prevously missed refs to removed files

Posted by ni...@apache.org.
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 <ni...@gmail.com>
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