Nightly builds are now done using pserver CVS updates. The
'dc-nightly-build' target no longer does a cvs update, because that's not always going to work.
This commit is contained in:
parent
5067683121
commit
1ae7948fed
1 changed files with 8 additions and 6 deletions
14
build.xml
14
build.xml
|
@ -203,11 +203,12 @@
|
||||||
am lazy). I stopped a couple from so doing, but I'm not sure
|
am lazy). I stopped a couple from so doing, but I'm not sure
|
||||||
if I got them all. -->
|
if I got them all. -->
|
||||||
|
|
||||||
<!-- DLC FIXME: If you change *build.xml, then 'ant
|
<!-- If you change *build.xml, then 'ant dc-nightly-build' will be
|
||||||
dc-nightly-build' will be using the OLD build.xml, not the new
|
using the OLD build.xml, not the new one, if it were to
|
||||||
one. You should update and then use a new ant process to read
|
execute the 'cvs-update' target itself. You should update
|
||||||
the potentially revised buildfiles. -->
|
and then use a new ant process to read the potentially
|
||||||
<antcall target="cvs-update"/>
|
revised buildfiles; e.g., ant distclean cvs-update && ant
|
||||||
|
dc-nightly-build. -->
|
||||||
|
|
||||||
<antcall target="web-start-releases"/>
|
<antcall target="web-start-releases"/>
|
||||||
|
|
||||||
|
@ -865,7 +866,8 @@
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="cvs-update" description="Performs a CVS update.">
|
<target name="cvs-update" description="Performs a CVS update.">
|
||||||
<cvs command="-f -z3 -q update -d -P" failonerror="true"/>
|
<cvs cvsRoot=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/thdltools"
|
||||||
|
command="-f -z3 -q update -d -P" failonerror="true"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue