<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Update of http://llvm.org/docs/doxygen/html/ would be done transparently"
href="http://llvm.org/bugs/show_bug.cgi?id=20574">20574</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Update of http://llvm.org/docs/doxygen/html/ would be done transparently
</td>
</tr>
<tr>
<th>Product</th>
<td>Documentation
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>Doxygen
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>sylvestre@debian.org
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>The update of <a href="http://llvm.org/docs/doxygen/html/">http://llvm.org/docs/doxygen/html/</a> is done in a violent way.
It seems that we are removing the directory and regenerating it after.
This causes the documentation to be unavailable for a while. At time of writing
this bug (07-Aug-2014 02:39), it is not available.
I don't know if the generation is done on the server side or not but we should
be doing something like:
$ generate the documentation in doxygen2
$ rm -rf doxygen
$ mv doxygen2 doxygen
This will limit the downtime of the doc.
I can help if you want.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>