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 c09ddd3  Remove duplicate signature files (*.asc.asc)
c09ddd3 is described below

commit c09ddd3eaaa0a537a8cf7d75941fd5ad2f74683a
Author: Gregor Zurowski <gre...@zurowski.org>
AuthorDate: Sat Nov 10 11:13:08 2018 +0100

    Remove duplicate signature files (*.asc.asc)
---
 etc/scripts/release-distro.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/etc/scripts/release-distro.sh b/etc/scripts/release-distro.sh
index ea2edab..6b46fc9 100755
--- a/etc/scripts/release-distro.sh
+++ b/etc/scripts/release-distro.sh
@@ -47,6 +47,8 @@ wget -e robots=off --wait 3 --no-check-certificate \
  -r -np "--reject=html,txt" "--follow-tags=" \
  -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 duplicate signature files
+rm ${DOWNLOAD}/dist/${VERSION}/*.asc.asc
 # Remove the signature check sum files
 rm ${DOWNLOAD}/dist/${VERSION}/*.asc.md5
 rm ${DOWNLOAD}/dist/${VERSION}/*.asc.sha1

Reply via email to