forked from ungleich-public/cdist
-legacy code
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
f1ff8d2f61
commit
08ffaf61f5
1 changed files with 0 additions and 3 deletions
|
@ -52,9 +52,6 @@ class ConfigInstall(object):
|
||||||
self.manifest = core.Manifest(self.context.target_host, self.local)
|
self.manifest = core.Manifest(self.context.target_host, self.local)
|
||||||
self.code = core.Code(self.context.target_host, self.local, self.remote)
|
self.code = core.Code(self.context.target_host, self.local, self.remote)
|
||||||
|
|
||||||
# Setup env to be used by others - FIXME
|
|
||||||
self.__init_env()
|
|
||||||
|
|
||||||
def cleanup(self):
|
def cleanup(self):
|
||||||
# FIXME: move to local?
|
# FIXME: move to local?
|
||||||
self.log.debug("Saving " + self.local.out_path + " to " + self.local.cache_path)
|
self.log.debug("Saving " + self.local.out_path + " to " + self.local.cache_path)
|
||||||
|
|
Loading…
Reference in a new issue