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/02/27 20:36:15 UTC

[incubator-heron] branch nicknezis/bazel-platforms updated (475d73d -> 70c880d)

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.


    from 475d73d  Removing TravisCI special config.
     add c8536b2  Remove outdated Applatix CI scripts
     add b47e90d  Remove function not used anywhere
     add 63fd862  Another travis script cleanup
     add 9759b0d  Remove outdated Docker bazel.rc
     add 70c880d  Removed Mesos/Marathon from Vagrantfile init.sh

No new revisions were added by this update.

Summary of changes:
 docker/scripts/compile-docker.sh           |   5 --
 docker/scripts/dev-env-create.sh           |   1 -
 docker/scripts/test-docker.sh              |   5 --
 scripts/applatix/build.sh                  | 125 -----------------------------
 scripts/applatix/ci.sh                     |  30 -------
 scripts/applatix/javatests.sh              |  58 -------------
 scripts/applatix/prepare.sh                |  20 -----
 scripts/applatix/pythontests.sh            |  43 ----------
 scripts/applatix/test.sh                   |  85 --------------------
 scripts/applatix/testutils.sh              |  42 ----------
 scripts/shutils/common.sh                  |  13 ---
 scripts/travis/build.sh                    |   3 -
 tools/docker/bazel.rc                      |  36 ---------
 vagrant/init.sh                            |  62 --------------
 website2/website/scripts/compile-docker.sh |   5 --
 website2/website/scripts/javadocs.sh       |   7 +-
 16 files changed, 1 insertion(+), 539 deletions(-)
 delete mode 100755 scripts/applatix/build.sh
 delete mode 100755 scripts/applatix/ci.sh
 delete mode 100755 scripts/applatix/javatests.sh
 delete mode 100755 scripts/applatix/prepare.sh
 delete mode 100755 scripts/applatix/pythontests.sh
 delete mode 100755 scripts/applatix/test.sh
 delete mode 100755 scripts/applatix/testutils.sh
 delete mode 100644 tools/docker/bazel.rc