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

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


 discard 46b07c7  travis build.sh cleanup
 discard 19ef69a  More cleanup and documentation update
 discard 70c880d  Removed Mesos/Marathon from Vagrantfile init.sh
 discard 9759b0d  Remove outdated Docker bazel.rc
 discard 63fd862  Another travis script cleanup
 discard b47e90d  Remove function not used anywhere
 discard c8536b2  Remove outdated Applatix CI scripts
 discard 475d73d  Removing TravisCI special config.
 discard 793d49c  Text cleanup
 discard e9355aa  Updates to remove platform setting in the scripts
 discard 7809ea9  Updated BUILD files to use platform info
 discard 52da394  Added Bazel platforms dependency
     add 1a54477  Added missing packing plan handler in heron-tracker (#3783)
     add 2baa27c  Removing old Tornado asynchronous annotations from Heron 
shell (#3781)
     add b7f6f3c  Add back legacy CentOS 7 with newer gcc and Python (#3772)
     add eacedb5  Add Rocky 8 container option (#3773)
     add 3c65f93  Added Bazel platforms dependency
     add c67249c  Updated BUILD files to use platform info
     add 2beed3d  Updates to remove platform setting in the scripts
     add 9c95ad5  Text cleanup
     add 4ee7c0a  Removing TravisCI special config.
     add c227147  Remove outdated Applatix CI scripts
     add 16b6885  Remove function not used anywhere
     add b281d19  Another travis script cleanup
     add d891916  Remove outdated Docker bazel.rc
     add 250fedd  Removed Mesos/Marathon from Vagrantfile init.sh
     add 00e369d  More cleanup and documentation update
     add 2868547  travis build.sh cleanup

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (46b07c7)
            \
             N -- N -- N   refs/heads/nicknezis/bazel-platforms (2868547)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 bazel_configure.py                                 |  2 +-
 .../{Dockerfile.centos8 => Dockerfile.centos7}     | 30 ++++++++---
 .../{Dockerfile.centos8 => Dockerfile.rocky8}      |  8 +--
 ...erfile.dist.centos8 => Dockerfile.dist.centos7} | 12 +++--
 ...kerfile.dist.centos8 => Dockerfile.dist.rocky8} | 14 ++---
 docker/scripts/build-artifacts.sh                  |  2 +-
 docker/scripts/build-base.sh                       |  2 +-
 docker/scripts/build-docker.sh                     |  2 +-
 docker/scripts/build-exec-docker.sh                |  2 +-
 docker/scripts/ci-docker.sh                        |  2 +-
 docker/scripts/dev-env-create.sh                   |  2 +-
 docker/scripts/test-unittest.sh                    |  4 +-
 .../{Dockerfile.centos8 => Dockerfile.centos7}     | 20 ++++---
 .../test/{Dockerfile.centos8 => Dockerfile.rocky8} | 24 ++++++---
 heron/shell/src/python/handlers/browsehandler.py   |  9 ++--
 heron/shell/src/python/handlers/downloadhandler.py | 62 ++++++++++------------
 heron/shell/src/python/handlers/filedatahandler.py |  8 ++-
 heron/shell/src/python/handlers/filehandler.py     | 12 ++---
 .../shell/src/python/handlers/filestatshandler.py  |  9 ++--
 heron/shell/src/python/handlers/healthhandler.py   |  4 +-
 heron/shell/src/python/handlers/jmaphandler.py     |  6 +--
 heron/shell/src/python/handlers/jstackhandler.py   |  6 +--
 .../src/python/handlers/killexecutorhandler.py     |  5 +-
 .../src/python/handlers/memoryhistogramhandler.py  |  6 +--
 heron/shell/src/python/handlers/pidhandler.py      |  6 +--
 heron/shell/src/python/handlers/pmaphandler.py     |  6 +--
 .../tools/tracker/src/python/routers/topologies.py | 16 ++++--
 integration_test/src/python/http_server/main.py    |  2 +-
 scripts/ci/README.md                               |  4 +-
 scripts/ci/build_docker_image.sh                   |  2 +-
 scripts/ci/build_release_packages.sh               |  2 +-
 scripts/detect_os_type.sh                          |  2 +-
 website2/docs/compiling-docker.md                  | 10 ++--
 website2/docs/compiling-linux.md                   | 12 ++---
 website2/docs/compiling-overview.md                |  4 +-
 website2/docs/getting-started-local-single-node.md |  2 +-
 website2/website/pages/en/download.js              | 28 +++++-----
 37 files changed, 184 insertions(+), 165 deletions(-)
 copy docker/compile/{Dockerfile.centos8 => Dockerfile.centos7} (56%)
 rename docker/compile/{Dockerfile.centos8 => Dockerfile.rocky8} (95%)
 copy docker/dist/{Dockerfile.dist.centos8 => Dockerfile.dist.centos7} (83%)
 rename docker/dist/{Dockerfile.dist.centos8 => Dockerfile.dist.rocky8} (85%)
 copy docker/test/{Dockerfile.centos8 => Dockerfile.centos7} (66%)
 rename docker/test/{Dockerfile.centos8 => Dockerfile.rocky8} (64%)

Reply via email to