Author: nickboldt
Date: 2010-04-29 18:17:59 -0400 (Thu, 29 Apr 2010)
New Revision: 21817
Modified:
branches/modular_build/build/build.xml
Log:
move deployment into new target, deploy.only
Modified: branches/modular_build/build/build.xml
===================================================================
--- branches/modular_build/build/build.xml 2010-04-29 21:34:09 UTC (rev 21816)
+++ branches/modular_build/build/build.xml 2010-04-29 22:17:59 UTC (rev 21817)
@@ -60,7 +60,7 @@
</target>
<target name="run"
- depends="init, get.bootstrap.scripts, get.sources, get.components.to.build,
run.build, collect.all.test.results, deploy"
+ depends="init, get.bootstrap.scripts, get.sources, get.components.to.build,
run.build, collect.all.test.results"
/>
<!-- override for local build -->
@@ -523,7 +523,7 @@
This account is restricted by rssh.
Allowed commands: scp sftp rsync
-->
- <target name="deploy" if="isInHudson">
+ <target name="deploy" if="isInHudson" depends="init,
get.bootstrap.scripts">
<!-- default destinations -->
<property name="DESTINATION.jbosstools"
value="tools@filemgmt.jboss.org:/downloads_htdocs/tools/repository" />
<property name="DESTINATION.jbds"
value="/qa/services/http/binaries/RHDS/repository" />
Show replies by date