[LLVMbugs] [Bug 2159] New: don't break doxygen every night
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Mar 16 13:52:39 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2159
Summary: don't break doxygen every night
Product: Documentation
Version: trunk
Platform: PC
URL: http://llvm.org/doxygen
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: Doxygen
AssignedTo: unassignedbugs at nondot.org
ReportedBy: nicholas at mxc.ca
CC: llvmbugs at cs.uiuc.edu
Doxygen runs nightly (midnight in PST, if I recall). What happens is that the
directory that's live serving from the website gets wiped out and doxygen
starts to refill it.
This causes us to serve 404s to our users who are looking for the
documentation. That in turn leads to things like this:
http://pablotron.org/?cid=1539 . This will only become a larger problem as we
have non-US users where the midnight in Pacific time is the middle of the day
for them.
Please make doxygen fill a new directory and then pivot that into place,
minimizing the daily downtime.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list