You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mr...@apache.org on 2018/04/09 21:48:10 UTC

[incubator-openwhisk-wskdeploy] branch master updated: Add the LICENSE and NOTICE into the binary packages (#844)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f51419d  Add the LICENSE and NOTICE into the binary packages (#844)
f51419d is described below

commit f51419d79ea3f3df91c1327fe8968d0835ae9731
Author: Vincent <sh...@us.ibm.com>
AuthorDate: Mon Apr 9 17:48:07 2018 -0400

    Add the LICENSE and NOTICE into the binary packages (#844)
---
 build.gradle | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build.gradle b/build.gradle
index 5ea7cd7..3aa0a0b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -266,6 +266,8 @@ task individualArchives(
                 baseName = "${p.zipFileName}-${packageVersion}-${p.owOs}-${p.goArch}"
                 from "./build/${p.goOs}-${p.goArch}/"
                 include "${buildFileName}*"
+                from "./"
+                include "LICENSE.txt", "NOTICE.txt", "README.md", "docs/**"
             }
         })
 

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