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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to