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/04/21 13:57:52 UTC

svn commit: r1470289 - in /camel/trunk/etc/scripts: release-distro.sh release-website.sh

Author: cmueller
Date: Sun Apr 21 11:57:52 2013
New Revision: 1470289

URL: http://svn.apache.org/r1470289
Log:
fix the release distro and release website script

Modified:
    camel/trunk/etc/scripts/release-distro.sh
    camel/trunk/etc/scripts/release-website.sh

Modified: camel/trunk/etc/scripts/release-distro.sh
URL: http://svn.apache.org/viewvc/camel/trunk/etc/scripts/release-distro.sh?rev=1470289&r1=1470288&r2=1470289&view=diff
==============================================================================
--- camel/trunk/etc/scripts/release-distro.sh (original)
+++ camel/trunk/etc/scripts/release-distro.sh Sun Apr 21 11:57:52 2013
@@ -34,7 +34,7 @@ SITE_DIR="/www/camel.apache.org"
 
 if [ -z "${VERSION}" -o ! -d "${DOWNLOAD}" ]
 then
- echo "Usage: publish_camel-distro.sh <camel-version> [temp-directory]"
+ echo "Usage: release-distro.sh <camel-version> [temp-directory]"
  exit 1
 fi
 

Modified: camel/trunk/etc/scripts/release-website.sh
URL: http://svn.apache.org/viewvc/camel/trunk/etc/scripts/release-website.sh?rev=1470289&r1=1470288&r2=1470289&view=diff
==============================================================================
--- camel/trunk/etc/scripts/release-website.sh (original)
+++ camel/trunk/etc/scripts/release-website.sh Sun Apr 21 11:57:52 2013
@@ -24,7 +24,6 @@ mkdir ${DOWNLOAD} 2>/dev/null
 RUNDIR=$(cd ${0%/*} && echo $PWD)
 COMPLIST=( "camel-spring:spring"
   "camel-cxf:cxf"
-  "camel-osgi:osgi"
   "camel-spring-integration:spring/integration"
   "camel-spring-security:spring-security"
   "camel-blueprint:blueprint" )
@@ -34,7 +33,7 @@ WEBSITE_URL="https://svn.apache.org/repo
 
 if [ -z "${VERSION}" -o ! -d "${DOWNLOAD}" ]
 then
- echo "Usage: publish_camel-distro.sh <camel-version> [temp-directory]"
+ echo "Usage: release-website.sh <camel-version> [temp-directory]"
  exit 1
 fi