You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by js...@apache.org on 2008/10/03 16:50:20 UTC

svn commit: r701396 - /servicemix/scripts/builds/bin/smx-component-pom.sh

Author: jstrachan
Date: Fri Oct  3 07:50:19 2008
New Revision: 701396

URL: http://svn.apache.org/viewvc?rev=701396&view=rev
Log:
Updated the smx-components build

Modified:
    servicemix/scripts/builds/bin/smx-component-pom.sh

Modified: servicemix/scripts/builds/bin/smx-component-pom.sh
URL: http://svn.apache.org/viewvc/servicemix/scripts/builds/bin/smx-component-pom.sh?rev=701396&r1=701395&r2=701396&view=diff
==============================================================================
--- servicemix/scripts/builds/bin/smx-component-pom.sh (original)
+++ servicemix/scripts/builds/bin/smx-component-pom.sh Fri Oct  3 07:50:19 2008
@@ -1,18 +1,18 @@
 #!/bin/sh
 LOGDIR=/mnt/builds/logs
 BINDIR=/home/jstrachan/bin
-DIR=/mnt/builds/smx-components-pom
+DIR=/mnt/builds/smx-components
 
 mkdir -p /mnt/builds/repository
 mkdir -p /mnt/builds/logs
 cd /mnt/builds
 
-echo "Starting smx-components-pom deploy" >> $LOGDIR/summary.log
+echo "Starting smx-components deploy" >> $LOGDIR/summary.log
 date >>  $LOGDIR/summary.log
 
-svn co https://svn.apache.org/repos/asf/servicemix/components/components-pom/trunk smx-components-pom > $LOGDIR/smx-components-pom-deploy.log
-$BINDIR/mvndeploy $DIR >> $LOGDIR/smx-components-pom-deploy.log
+svn co https://svn.apache.org/repos/asf/servicemix/components/all/ smx-components > $LOGDIR/smx-components-deploy.log
+$BINDIR/mvndeploy $DIR >> $LOGDIR/smx-components-deploy.log
 
-echo "Starting smx-components-pom site deploy" >> $LOGDIR/summary.log
+echo "Starting smx-components site deploy" >> $LOGDIR/summary.log
 date >>  $LOGDIR/summary.log
-$BINDIR/mvnsitedeploy $DIR > $LOGDIR/smx-components-pom-sitedeploy.log
+$BINDIR/mvnsitedeploy $DIR > $LOGDIR/smx-components-sitedeploy.log