diff --git a/pym/cl_fill_builder.py b/pym/cl_fill_builder.py index e9874f2..9b131cb 100644 --- a/pym/cl_fill_builder.py +++ b/pym/cl_fill_builder.py @@ -141,13 +141,13 @@ class fillVars(object, varsShare): else: return cacheDir - def get_cl_builder_iso_action(self): + def get_ac_builder_iso(self): """Need perform templates for builder:iso""" if self.Get('cl_action')=='iso': return "up" return "" - def get_cl_builder_squash_action(self): + def get_ac_builder_squash(self): """Need perform templates for builder:squahs""" if self.Get('cl_action')=='squash': return "up" diff --git a/pym/cl_vars_builder.py b/pym/cl_vars_builder.py index 9d991ec..b4b9694 100644 --- a/pym/cl_vars_builder.py +++ b/pym/cl_vars_builder.py @@ -66,10 +66,10 @@ class Data: cl_kernel_cache_path = {'mode':'w'} # need perform templates for builder:iso - cl_builder_iso_action = {} + ac_builder_iso = {} # need perform templates for builder:squahs - cl_builder_squash_action = {} + ac_builder_squash = {} # directory for packing cl_builder_path = {'mode':'w',