Class: GitCompound::Command::Procedure::BuildLock

Inherits:
Procedure
  • Object
show all
Includes:
Element::Lock, Element::Manifest, Element::Subprocedure
Defined in:
lib/git_compound/command/procedure/build_lock.rb

Overview

BuildLock procedure class

Instance Method Summary collapse

Methods included from Element::Subprocedure

included, #initialize, #subprocedure

Methods included from Element::Lock

#initialize, #locked?

Methods included from Element::Manifest

included, #initialize

Methods inherited from Procedure

#execute!, #initialize, options, to_s

Instance Method Details

#executeObject



13
14
15
16
17
18
19
# File 'lib/git_compound/command/procedure/build_lock.rb', line 13

def execute
  Logger.info 'Building components from lockfile ...'

  verify_manifest
  build_locked_components
  execute_tasks
end