diff options
author | Charles Krinke | 2008-06-06 01:03:37 +0000 |
---|---|---|
committer | Charles Krinke | 2008-06-06 01:03:37 +0000 |
commit | 67e06fa3f64faea37ab9a450ba618d321e5987ed (patch) | |
tree | 801e509d8679b61fd77509a2eb09cf247ea699bd /.nant/bamboo.build | |
parent | MSSQL Inventory Fix. Patch by Kyle and Chris from G2 (diff) | |
download | opensim-SC_OLD-67e06fa3f64faea37ab9a450ba618d321e5987ed.zip opensim-SC_OLD-67e06fa3f64faea37ab9a450ba618d321e5987ed.tar.gz opensim-SC_OLD-67e06fa3f64faea37ab9a450ba618d321e5987ed.tar.bz2 opensim-SC_OLD-67e06fa3f64faea37ab9a450ba618d321e5987ed.tar.xz |
Mantis#1333. Thank you kindly, Mikem for a patch to
sync online documentation with source code every continuous build run.
Diffstat (limited to '')
-rw-r--r-- | .nant/bamboo.build | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build index 79a9792..5577dd9 100644 --- a/.nant/bamboo.build +++ b/.nant/bamboo.build | |||
@@ -39,13 +39,6 @@ | |||
39 | 39 | ||
40 | <echo message="Generating Doxygen documentation" /> | 40 | <echo message="Generating Doxygen documentation" /> |
41 | <exec program="doxygen" workingdir="../doc" commandline="doxygen.conf" /> | 41 | <exec program="doxygen" workingdir="../doc" commandline="doxygen.conf" /> |
42 | 42 | <exec program="rsync" workingdir="../doc" commandline="-avz --delete html/ /home/afrisby/public_html/docs/html/" /> | |
43 | <tar destfile="../${projectdir}-doc-html.tar.gz" compression="GZip"> | ||
44 | <fileset basedir=".."> | ||
45 | <include name="doc/html/**" /> | ||
46 | </fileset> | ||
47 | </tar> | ||
48 | |||
49 | <copy file="../${projectdir}-doc-html.tar.gz" tofile="/home/buildsystem/public_html/${projectdir}-TRUNK-doc-html.tar.gz" overwrite="true" /> | ||
50 | </target> | 43 | </target> |
51 | </project> | 44 | </project> |