Files @ ed4e2737b53f
Branch filter:

Location: DistRen/etc/distrendaemon.conf - annotation

LordOfWar
created updateJobStatsXML() which creates a stats.xml file that backs ups the constantly changing data in the job. Its meant to be read by the website and when re-starting from scratch (it fills in total_render_time)

added XMLness through out the code

watchdog_forgiveness now accounts for its changes to the distrenjobs
/*
 configuration for _this_ server
*/
daemon
{
  datadir = "/var/lib/distren"
  render_types = {"povray", "blender", "inkscape", "imagemagick", "dcraw"}
}

include("distrencommon.conf")


listen {
       type = "unix"
       path = "/var/run/distrend.sock"
       port = "0770"
}