-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Closed
Labels
Description
| Bugzilla Link | 2159 |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | trunk |
| OS | Linux |
| CC | @tlattner |
Extended Description
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.