Files @ 7fa6b34e407e
Branch filter:

Location: DistRen/etc/distrenslave.conf

LordOfWar
updated queue function, it now creates the job, then passes it to the add_job_to_queue function which properly places it in the queue based on its priority... but currently it only creates blender jobs, although I plan on using a switch statement to create different job types in the future.
1
2
3
4
5
6
7
8
slave
{
  username = "!username"
}

include("distrencommon.conf")

datadir = "/var/lib/distren"