[entropy.spm] add another function to plugin prototype class

This commit is contained in:
Fabio Erculiani
2009-10-10 22:48:10 +02:00
parent d15a2c4523
commit 670512f0d7
+10
View File
@@ -517,6 +517,16 @@ class SpmPlugin(Singleton):
"""
raise NotImplementedError()
@staticmethod
def execute_qa_tests(package_path):
"""
Execute Source Package Manager based QA tests on Entropy package
files. This method can be used to test Entropy produced packages
to make sure that they are fine on this side too. It is called
by Entropy QA module (entropy.qa).
"""
raise NotImplementedError()
def execute_package_phase(self, package_metadata, phase_name):
"""
Execute Source Package Manager package phase (postinstall, preinstall,