You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2013/09/21 12:16:43 UTC

git commit: update the release distro script to not upload the signature check sum files

Updated Branches:
  refs/heads/master c840ba382 -> d3d9b67cb


update the release distro script to not upload the signature check sum files


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d3d9b67c
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d3d9b67c
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d3d9b67c

Branch: refs/heads/master
Commit: d3d9b67cb93fd50b6fff8783bce93e245313f2b2
Parents: c840ba3
Author: cmueller <cm...@apache.org>
Authored: Sat Sep 21 12:16:23 2013 +0200
Committer: cmueller <cm...@apache.org>
Committed: Sat Sep 21 12:16:36 2013 +0200

----------------------------------------------------------------------
 etc/scripts/release-distro.sh | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/d3d9b67c/etc/scripts/release-distro.sh
----------------------------------------------------------------------
diff --git a/etc/scripts/release-distro.sh b/etc/scripts/release-distro.sh
index 714c41f..5bfd249 100755
--- a/etc/scripts/release-distro.sh
+++ b/etc/scripts/release-distro.sh
@@ -47,6 +47,9 @@ 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" \
  "http://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
 
 echo "################################################################################"
 echo "                         RESET GROUP PERMISSIONS                                "