Skip to content

Commit

Permalink
Add Parquet back to source-release.sh.
Browse files Browse the repository at this point in the history
Accidentally removed parquet instead of project in the initial update.
  • Loading branch information
rdblue committed Jul 9, 2020
1 parent bf29f64 commit eee0ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/source-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,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 bundled-guava common core data dev flink gradle gradlew hive mr orc pig spark spark-runtime LICENSE NOTICE README.md build.gradle baseline.gradle deploy.gradle tasks.gradle jmh.gradle gradle.properties settings.gradle versions.lock versions.props version.txt
git archive $release_hash --prefix $tag/ -o $tarball .baseline api arrow bundled-guava common core data dev flink gradle gradlew hive mr orc parquet pig spark spark-runtime LICENSE NOTICE 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
Expand Down

0 comments on commit eee0ecc

Please sign in to comment.