Author: dkulp
Date: Thu Aug 30 14:24:56 2012
New Revision: 1378953

URL: http://svn.apache.org/viewvc?rev=1378953&view=rev
Log:
This script doesn't need the dist area and can be run locally

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

Modified: camel/trunk/etc/scripts/release-website.sh
URL: 
http://svn.apache.org/viewvc/camel/trunk/etc/scripts/release-website.sh?rev=1378953&r1=1378952&r2=1378953&view=diff
==============================================================================
--- camel/trunk/etc/scripts/release-website.sh (original)
+++ camel/trunk/etc/scripts/release-website.sh Thu Aug 30 14:24:56 2012
@@ -28,16 +28,9 @@ COMPLIST=( "camel-spring:spring"
   "camel-spring-integration:spring/integration"
   "camel-spring-security:spring-security"
   "camel-blueprint:blueprint" )
-DIST_DIR="/www/www.apache.org/dist"
 SITE_DIR="${DOWNLOAD}/websites/production/camel"
 
WEBSITE_URL="https://svn.apache.org/repos/infra/websites/production/camel/content";
 
-if [ ! -d "${DIST_DIR}/camel/apache-camel" ]
-then
- echo "Apache Camel distro repository not present on this box"
- echo "Use this script on people.apache.org to publish release"
- exit 1
-fi
 
 if [ -z "${VERSION}" -o ! -d "${DOWNLOAD}" ]
 then


Reply via email to