Skip to content

Commit

Permalink
PARQUET-1294: Update release scripts for the new Apache policy (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
gszadovszky authored and rdblue committed Jan 28, 2019
1 parent 438a707 commit 90f209c
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 90f209c

Please sign in to comment.