#991: Allow tasks to execute on the host set in "host" field
--------------------+-----------------------
Reporter: adeiana | Owner:
Type: defect | Status: assigned
Priority: major | Component: BibSched
Version: | Resolution:
Keywords: |
--------------------+-----------------------
Changes (by adeiana):
* status: infoneeded => assigned
Comment:
self.tie_task_to_host() returns False when the host field is not empty.
As a result at line 1071 where it is called we never enter the code path
where
we use os.system(COMMAND). Thus the command is never run when host is not
''
(the local hostname should be a valid value)
--
Ticket URL: <http://invenio-software.org/ticket/991#comment:4>
Invenio <http://invenio-software.org>