]> git.ipfire.org Git - pbs.git/commitdiff
Drop function call to function that doesn't exist any more
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 30 Oct 2017 09:55:13 +0000 (09:55 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 30 Oct 2017 09:55:13 +0000 (09:55 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/buildservice/jobs.py

index fd9e98bb7f0ab299a3fa4680ab97a50c6cd3a679..7b678f3a14d35f19b200716090871a91f2b2e6ea 100644 (file)
@@ -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).