Display name of project while rendering

This commit is contained in:
AGSPhoenix
2016-01-08 20:53:58 +01:00
committed by Laurent Clouet
parent 8c26f29efd
commit e32f59ddb3
3 changed files with 8 additions and 5 deletions

View File

@@ -371,7 +371,7 @@ public class Server extends Thread implements HostnameVerifier, X509TrustManager
e.printStackTrace();
}
String[] job_node_require_attribute = { "id", "archive_md5", "path", "revision", "use_gpu", "frame", "extras" };
String[] job_node_require_attribute = { "id", "archive_md5", "path", "revision", "use_gpu", "frame", "name", "extras" };
String[] renderer_node_require_attribute = { "md5", "commandline" };
for (String e : job_node_require_attribute) {
@@ -415,6 +415,7 @@ public class Server extends Thread implements HostnameVerifier, X509TrustManager
script,
job_node.getAttribute("archive_md5"),
renderer_node.getAttribute("md5"),
job_node.getAttribute("name"),
frame_extras,
synchronous_upload,
update_method