[LLVMbugs] [Bug 20574] New: Update of http://llvm.org/docs/doxygen/html/ would be done transparently
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Aug 7 00:47:19 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=20574
Bug ID: 20574
Summary: Update of http://llvm.org/docs/doxygen/html/ would be
done transparently
Product: Documentation
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Doxygen
Assignee: unassignedbugs at nondot.org
Reporter: sylvestre at debian.org
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
The update of http://llvm.org/docs/doxygen/html/ 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.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140807/0b2ee39e/attachment.html>
More information about the llvm-bugs
mailing list