[molecule] remaster plugin: add support for paths_to_remove and paths_to_empty

This commit is contained in:
Fabio Erculiani
2009-10-27 10:22:00 +01:00
parent fce1094295
commit 7ad96e64cb
+8
View File
@@ -387,6 +387,14 @@ class RemasterSpec(GenericSpec):
'cb': self.valid_ascii,
've': self.ve_string_stripper,
},
'paths_to_remove': {
'cb': self.ne_list,
've': self.valid_path_list,
},
'paths_to_empty': {
'cb': self.ne_list,
've': self.valid_path_list,
},
}
def get_execution_steps(self):