Comment 1 for bug 138444

Revision history for this message
Markus Korn (thekorn) wrote :

This patch against .main r191 realizes the second item: before overwriting the index-file bughelper-server parses this file in a dictionary. At the end of the process while generating the new index.html bughelper-server ckecks if a new output of a task was generated, if so this new file will be added to the index.html, otherwise the old result will be added to the new index-file.

NOTE: if we commit this into main the first index-file might be a little broken, due to a small change in the index.html format (each row needs an attribute "id")

Markus