Skip to content

Commit

Permalink
PARQUET-1294: Update release scripts for the new Apache policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabor Szadovszky committed May 10, 2018
1 parent 9fa86cc commit 32cee6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev/source-release.sh
Expand Up @@ -58,8 +58,7 @@ git archive $release_hash --prefix $tag/ -o $tarball

# sign the archive
gpg --armor --output ${tarball}.asc --detach-sig $tarball
gpg --print-md MD5 $tarball > ${tarball}.md5
shasum $tarball > ${tarball}.sha
shasum -a 512 $tarball > ${tarball}.sha512

# check out the parquet RC folder
svn co --depth=empty https://dist.apache.org/repos/dist/dev/parquet tmp
Expand Down

0 comments on commit 32cee6a

Please sign in to comment.