# HG changeset patch # User ethanzonca # Date 2009-08-03 00:36:03 # Node ID 9aef057182573863cef0fd134377409f7c8e93d8 # Parent 7647047dfa9d80624028842267f0675f92799383 How are we going to tar/untar? :D diff --git a/src/server/slave.c b/src/server/slave.c --- a/src/server/slave.c +++ b/src/server/slave.c @@ -129,7 +129,7 @@ char *pathtoblend; // oh, blender-specif curlget(jobdataurl, jobdatapath); // downloads job data from the url to the path stated _distren_asprintf(&pathtoblend, "%s/job.blend", jobdatapath ); // @TODO: Fix jobdatapath so it knows where to get the file for real :D - exec('tar -xvf job%d.tgz /tmp/distren/job%d',jobnum,jobnum); // somehow + exec('tar -xvf job%d.tgz /tmp/distren/job%d',jobnum,jobnum); // @TODO: How will we do this? exec_blender(blendjob, pathtoblend, outputpath, framenum); // So this should grab data from the struct? I have no idea. @TODO: Ohnobinki, we should clear this up. // Consider placing the following in the exec_blender() function