From: Michael Tremer Date: Mon, 30 Oct 2017 09:55:13 +0000 (+0000) Subject: Drop function call to function that doesn't exist any more X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd315ddfa828be253d4d165d3b0b9dd1dac43b6e;p=pbs.git Drop function call to function that doesn't exist any more Signed-off-by: Michael Tremer --- diff --git a/src/buildservice/jobs.py b/src/buildservice/jobs.py index fd9e98bb..7b678f3a 100644 --- a/src/buildservice/jobs.py +++ b/src/buildservice/jobs.py @@ -305,9 +305,6 @@ class Job(base.DataObject): self.send_finished_message() elif state == "failed": - # Remove all package files if a job is set to failed state. - self.__delete_packages() - self.send_failed_message() # Automatically update the state of the build (not on test builds).