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

pdesai pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-release.git


The following commit(s) were added to refs/heads/master by this push:
     new 915edf1  Add the link to license compliace to README page (#70)
915edf1 is described below

commit 915edf15cea20d287d3606b819256957837b015c
Author: Vincent <[email protected]>
AuthorDate: Mon Mar 26 17:29:21 2018 -0400

    Add the link to license compliace to README page (#70)
    
    Closes: #68
---
 README.md                           | 2 +-
 tools/travis/package_source_code.sh | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 1496f8e..20f0bc1 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ We target to implement this step in Travis build.
 
 ## Licensing
 All the source code has to be compliant with Apache Licensing Policy, by 
adding the LICENSE file, NOTICE file to each
-repository and the release package, and adding Licensing headers to each 
source code file.
+repository and the release package, and adding Licensing headers to each 
source code file. Please visit [License_Compliance](docs/license_compliance.md) 
for detailed information.
 
 ## Release distribution
 We need to upload all artifacts to project’s subdirectory in Apache channel. 
This step needs to be implemented in Travis build.
diff --git a/tools/travis/package_source_code.sh 
b/tools/travis/package_source_code.sh
index 513bd10..9a54dee 100755
--- a/tools/travis/package_source_code.sh
+++ b/tools/travis/package_source_code.sh
@@ -21,8 +21,8 @@ set -e
 WORK_DIR=${1:-"$(dirname "$TRAVIS_BUILD_DIR")"}
 OPENWHISK_SOURCE_DIR="$WORK_DIR/openwhisk_sources"
 
-SCRIPTDIR="$(cd $(dirname "$0")/ && pwd)"
-PARENTDIR="$(dirname "$SCRIPTDIR")"
+CURRENTDIR="$(cd $(dirname "$0")/ && pwd)"
+PARENTDIR="$(dirname "$CURRENTDIR")"
 
 SVN_USERNAME=$2
 SVN_PASSWORD=$3
@@ -39,7 +39,7 @@ fi
 "$PARENTDIR/package_source_code.sh" "$WORK_DIR" "$SVN_USERNAME" "$SVN_PASSWORD"
 
 if [ "$TRAVIS_EVENT_TYPE" == "push" ] && [ "$PUBLISH_STAGE" == "true" ] ; then
-    "$SCRIPTDIR/import_pgp_key.sh"
+    "$CURRENTDIR/import_pgp_key.sh"
     "$PARENTDIR/sign_artifacts.sh" "$WORK_DIR"
     "$PARENTDIR/upload_artifacts.sh" "$WORK_DIR" "$SVN_USERNAME" 
"$SVN_PASSWORD"
 fi

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to