Darren J Moffat wrote: > Looking at this a little more I think we no longer need the cgi/arc.py > and the CSV data behind it now that arc.opensolaris.org is structured > the same way as sac.sfbay.
I've extended the migration script to produce the CSV file as well. This bypasses the ARC MySQL database and reads the project.db file directly. The file can be found at http://arc.opensolaris.org/caselog/caseinfo.csv. At the moment some of the case types are wrong, because they are wrong in project.db. This new file isn't exactly identical to the current one as it only includes data for the ARCs that we export case data for - FWARC, LSARC, PSARC and WSARC. It also differs in that the case description is the full description rather than the truncated version in the current file, and it is correctly-formed CSV in that it escapes double quote (") characters correctly. If those differences are OK (i.e. we don't need to check cases from any other ARCs) we could use the new file as the data source for the existing CGI script. -- Alan Burlison --