Skip to content

Commit

Permalink
[FLINK-9978][release] Include relative path in source release sha file
Browse files Browse the repository at this point in the history
This closes apache#6436.
  • Loading branch information
zentol authored and tillrohrmann committed Jul 31, 2018
1 parent e1ca4c4 commit 817a093
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/releasing/create_source_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ rsync -a \

tar czf ${RELEASE_DIR}/flink-${RELEASE_VERSION}-src.tgz flink-$RELEASE_VERSION
gpg --armor --detach-sig ${RELEASE_DIR}/flink-$RELEASE_VERSION-src.tgz
$SHASUM ${RELEASE_DIR}/flink-$RELEASE_VERSION-src.tgz > ${RELEASE_DIR}/flink-$RELEASE_VERSION-src.tgz.sha512
cd ${RELEASE_DIR}
$SHASUM flink-$RELEASE_VERSION-src.tgz > flink-$RELEASE_VERSION-src.tgz.sha512

cd ${CURR_DIR}
rm -rf ${CLONE_DIR}

0 comments on commit 817a093

Please sign in to comment.