This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 881cf50 Fix removal of signature checksum files 881cf50 is described below commit 881cf5083769294493e3c146cdb4fbc3bb80598d Author: Gregor Zurowski <gre...@zurowski.org> AuthorDate: Sat Nov 10 11:10:01 2018 +0100 Fix removal of signature checksum files --- etc/scripts/release-distro.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/scripts/release-distro.sh b/etc/scripts/release-distro.sh index 4945bb7..ea2edab 100755 --- a/etc/scripts/release-distro.sh +++ b/etc/scripts/release-distro.sh @@ -48,8 +48,8 @@ wget -e robots=off --wait 3 --no-check-certificate \ -P "${DOWNLOAD}/${VERSION}" -nH "--cut-dirs=3" "--level=1" "--ignore-length" \ "https://repository.apache.org/content/repositories/releases/org/apache/camel/apache-camel/${VERSION}/" # Remove the signature check sum files -rm ${DOWNLOAD}/${VERSION}/org/apache/camel/apache-camel/${VERSION}/*.asc.md5 -rm ${DOWNLOAD}/${VERSION}/org/apache/camel/apache-camel/${VERSION}/*.asc.sha1 +rm ${DOWNLOAD}/dist/${VERSION}/*.asc.md5 +rm ${DOWNLOAD}/dist/${VERSION}/*.asc.sha1 echo "################################################################################" echo " RESET GROUP PERMISSIONS "