* Start of a JSON API to get information about a specific build.

E.g. http://server/build/1341335/api/get-info returns a JSON 
  record containing information about the build.
This commit is contained in:
Eelco Dolstra
2011-09-15 08:27:17 +00:00
parent d72538e641
commit d8a7ca67f4
5 changed files with 28 additions and 11 deletions

View File

@ -11,6 +11,7 @@ with pkgs;
perlPackages.CatalystViewTT
perlPackages.CatalystEngineHTTPPrefork
perlPackages.CatalystViewDownload
perlPackages.CatalystViewJSON
perlPackages.XMLSimple
perlPackages.IPCRun
perlPackages.IOCompressBzip2