You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flagon.apache.org by po...@apache.org on 2019/08/22 02:42:06 UTC

[incubator-flagon] branch master updated: [FLAGON-445] Update release scripts to include Disclaimer in .bin packages

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7ca1681  [FLAGON-445] Update release scripts to include Disclaimer in .bin packages
7ca1681 is described below

commit 7ca1681e910a91d3375f5f171eea6aba6e1db364
Author: poorejc <po...@apache.org>
AuthorDate: Wed Aug 21 22:41:41 2019 -0400

    [FLAGON-445] Update release scripts to include Disclaimer in .bin packages
---
 release/make-release-artifacts.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/release/make-release-artifacts.sh b/release/make-release-artifacts.sh
index 0ad2989..3f7fa44 100755
--- a/release/make-release-artifacts.sh
+++ b/release/make-release-artifacts.sh
@@ -204,6 +204,8 @@ cp -R ${src_staging_dir}/build/* ${bin_staging_dir}/${release_name}-bin
 cp ${src_staging_dir}/README.md ${bin_staging_dir}/${release_name}-bin
 cp ${src_staging_dir}/LICENSE ${bin_staging_dir}/${release_name}-bin
 cp ${src_staging_dir}/NOTICE ${bin_staging_dir}/${release_name}-bin
+cp ${src_staging_dir}/DISCLAIMER ${bin_staging_dir}/${release_name}-bin
+
 
 ( cd ${bin_staging_dir} && tar czf ${artifact_dir}/${artifact_name}-bin.tar.gz ${release_name}-bin )
 ( cd ${bin_staging_dir} && zip -qr ${artifact_dir}/${artifact_name}-bin.zip ${release_name}-bin )