Пример #1
0
 def build_tactics(self, entry, layer, next_config, output_files):
     relname = entry.relpath(layer.directory)
     existing_tactic = output_files.get(relname)
     tactic = Tactic.get(
         entry,
         self.target,
         layer,
         next_config,
         existing_tactic,
     )
     output_files[relname] = tactic
Пример #2
0
 def build_tactics(self, entry, layer, next_config, output_files):
     relname = entry.relpath(layer.directory)
     existing_tactic = output_files.get(relname)
     tactic = Tactic.get(
         entry,
         self.target,
         layer,
         next_config,
         existing_tactic,
     )
     output_files[relname] = tactic