Repository: camel
Updated Branches:
  refs/heads/master e052ed175 -> c39570c91


Update the release-distro.sh to use https download the artifacts


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

Branch: refs/heads/master
Commit: c39570c91a4b6133d5ac668e2c7e93e349ba94f2
Parents: e052ed1
Author: Willem Jiang <willem.ji...@gmail.com>
Authored: Tue Feb 25 15:22:38 2014 +0800
Committer: Willem Jiang <willem.ji...@gmail.com>
Committed: Tue Feb 25 15:23:15 2014 +0800

----------------------------------------------------------------------
 etc/scripts/release-distro.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/c39570c9/etc/scripts/release-distro.sh
----------------------------------------------------------------------
diff --git a/etc/scripts/release-distro.sh b/etc/scripts/release-distro.sh
index 5bfd249..4945bb7 100755
--- a/etc/scripts/release-distro.sh
+++ b/etc/scripts/release-distro.sh
@@ -46,7 +46,7 @@ echo "${DOWNLOAD}/${VERSION}"
 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}/";
+ 
"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

Reply via email to