summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2007-04-25 11:57:10 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2007-04-25 11:57:10 +0000
commit9e9f6643ab24af402c553e3980c97beafb366f72 (patch)
treeb6b6c87e0391cc644da55970c8af0cb46d863f56
parent9ba2f5871b7b31e209ca4330f6c1210a340948ed (diff)
downloadATCD-9e9f6643ab24af402c553e3980c97beafb366f72.tar.gz
ChangeLogTag: Wed Apr 25 11:56:06 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ACE/ChangeLog9
-rw-r--r--ACE/docs/bczar/bczar.html10
2 files changed, 14 insertions, 5 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index b697f3435d4..3d74f86dd5e 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,12 @@
+Wed Apr 25 11:56:06 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
+
+ * docs/bczar/bczar.html:
+
+ Modified the step to copy the packages to the previous_versions
+ directory to be similar to what it previously was (before I
+ mistakenly changed it) and updated it to include the use of a
+ script to avoid manually running multiple commands.
+
Wed Apr 25 09:44:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/tao_other_tests.lst:
diff --git a/ACE/docs/bczar/bczar.html b/ACE/docs/bczar/bczar.html
index ef57f1abf83..a014c862a9d 100644
--- a/ACE/docs/bczar/bczar.html
+++ b/ACE/docs/bczar/bczar.html
@@ -175,16 +175,16 @@ svn rm https://svn.dre.vanderbilt.edu/DOC/Middleware/tags/ACE+TAO+CIAO-X_Y_Z<br
Note that this <em>only</em> needs to be done if the <em>tagging</em> fails. If kit creation
fails, simply restart that process.
-<li>You should copy the previous packages to the previous versions directory with the appropriate decorators.
-<ul>
-<li><code>cd /export/www/download.dre/previous_versions</code></li>
-<li>Modify the <code>copy_script</code> to use the correct version X.Y.Z and run it.
-</ul>
<li>The packages end up by default under $DOC_ROOT/packages-PID, you can copy them to the webserver using the following commands. At the moment
you execute these commands all users can download these packages.</li>
<code>
cp $DOC_ROOT/packages-PID/ACE* /export/www/download.dre/ACE+TAO-distribution<br>
</code>
+<li>You should also copy the packages to the previous versions directory with the appropriate decorators.
+<ul>
+<li><code>cd $DOC_ROOT/packages-PID</code></li>
+<li>Modify <code>/export/anduriltmp/bczar/copy_script</code> to use the correct version X.Y.Z and run it.
+</ul>
<li>Once the distribution is ready, get ready for creating doxygen
documentation. This is slightly complicated than it requires. We will
address the complexity soon.</li>