You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/03/26 21:29:23 UTC

[GitHub] pritidesai closed pull request #70: Add the link to license compliace to README page

pritidesai closed pull request #70: Add the link to license compliace to README page
URL: https://github.com/apache/incubator-openwhisk-release/pull/70
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services