You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2020/04/27 21:19:33 UTC

[incubator-iceberg] branch master updated: Update release script and rat excludes for 0.8.0 (#975)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d14de44  Update release script and rat excludes for 0.8.0 (#975)
d14de44 is described below

commit d14de44865cb9611b354bed48ee55ccd912734bf
Author: Ryan Blue <bl...@apache.org>
AuthorDate: Mon Apr 27 14:19:23 2020 -0700

    Update release script and rat excludes for 0.8.0 (#975)
---
 dev/.rat-excludes     | 2 ++
 dev/source-release.sh | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev/.rat-excludes b/dev/.rat-excludes
index ad33fe2..898ff81 100644
--- a/dev/.rat-excludes
+++ b/dev/.rat-excludes
@@ -1,6 +1,8 @@
 version.txt
 versions.lock
 versions.props
+books.json
+new-books.json
 build
 .gitignore
 .rat-excludes
diff --git a/dev/source-release.sh b/dev/source-release.sh
index 6ddb507..b0f0906 100755
--- a/dev/source-release.sh
+++ b/dev/source-release.sh
@@ -64,7 +64,7 @@ tarball=$tag.tar.gz
 
 # be conservative and use the release hash, even though git produces the same
 # archive (identical hashes) using the scm tag
-git archive $release_hash --prefix $tag/ -o $tarball .baseline api arrow common core data dev gradle gradlew hive mr orc parquet pig project spark spark-runtime LICENSE NOTICE DISCLAIMER README.md build.gradle gradle.properties settings.gradle versions.lock versions.props version.txt
+git archive $release_hash --prefix $tag/ -o $tarball .baseline api arrow common core data dev gradle gradlew hive mr orc parquet pig project spark spark-runtime LICENSE NOTICE DISCLAIMER README.md build.gradle baseline.gradle deploy.gradle tasks.gradle jmh.gradle gradle.properties settings.gradle versions.lock versions.props version.txt
 
 # sign the archive
 gpg --armor --output ${tarball}.asc --detach-sig $tarball