You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2018/01/23 00:38:52 UTC

[incubator-openwhisk-cli] annotated tag latest updated (713c947 -> 4d5037b)

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

csantanapr pushed a change to annotated tag latest
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-cli.git.


*** WARNING: tag latest was modified! ***

    from 713c947  (tag)
      to 4d5037b  (tag)
 tagging 51e39ef6066b6a3a2adf9ba4e35e363dd5edeac5 (commit)
 replaces 1.0.0
      by Travis CI
      on Tue Jan 23 00:38:48 2018 +0000

- Log -----------------------------------------------------------------
Generated tag from Travis CI build 728
-----------------------------------------------------------------------

    from 7a2bd06  Updathe godep dependency installation (#202)
     add 6fbc0bb  Create tarball for Nginx container in OpenWhisk as part of release deploy script (#184)
     add 30b10b5  update commons-io to 2.6
     add d137131  Fix API_KEY for lastest tag (#204)
     add 51e39ef  Fix environment variable definition (#205)

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |  11 +-
 .travis.yml                                        |  56 ++--
 Dockerfile                                         |  27 --
 Godeps/Godeps.json                                 |  71 -----
 Godeps/Readme                                      |   5 -
 Makefile                                           |  52 ----
 README.md                                          | 157 ++++++----
 build.gradle                                       | 323 +++++++++++++++++----
 build.sh                                           | 105 -------
 gradle.properties                                  |   1 +
 gradle/docker.gradle                               |   6 +-
 settings.gradle                                    |  27 +-
 tests/src/integration/common/utils.go              |  10 +
 tests/src/integration/common/wsk.go                |   2 +-
 .../pythonVersion.py => src/integration/dummy.go}  |   9 +-
 .../src/test/scala/system/basic/WskSdkTests.scala  |   5 +-
 .../scala/whisk/core/cli/test/WskConfigTests.scala |   7 +-
 tools/travis/build_tag_releases.sh                 |  38 ---
 tools/travis/scancode.sh                           |  11 -
 tools/travis/setupscan.sh                          |   8 -
 tools/travis/test_openwhisk.sh                     |  98 ++++---
 21 files changed, 515 insertions(+), 514 deletions(-)
 delete mode 100644 Dockerfile
 delete mode 100644 Godeps/Godeps.json
 delete mode 100644 Godeps/Readme
 delete mode 100644 Makefile
 delete mode 100644 build.sh
 create mode 100644 gradle.properties
 copy tests/{dat/actions/pythonVersion.py => src/integration/dummy.go} (86%)
 delete mode 100755 tools/travis/build_tag_releases.sh
 delete mode 100755 tools/travis/scancode.sh
 delete mode 100755 tools/travis/setupscan.sh

-- 
To stop receiving notification emails like this one, please contact
csantanapr@apache.org.