Files @ ed4e2737b53f
Branch filter:

Location: DistRen/dev-bootstrap.sh

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
1
2
3
4
5
#!/bin/sh
cd $(dirname $0)

autoreconf -vfi
CFLAGS="-Wall -g -ggdb" LDFLAGS="-Wl,--as-needed" ./configure --prefix="${HOME}"