Ruote.process_definition :name => 'createrepo' do
  sequence do
    repomaker :action => 'create', :project => '${f:project}', :target => '${f:target}'
    notify :subject => '${f:snapshot_subject}', :debug_dump => 'yes', :if => '${f:snapshot}'

    image_dispatcher :debug_dump => 1
  end
end
