Sha256: 688f22b2bef0335f9171776be93bda2987c5a21c415d0522bd38383fb0bcd757

Contents?: true

Size: 219 Bytes

Versions: 19

Compression:

Stored size: 219 Bytes

Contents

set :scm, :git
set :branch, :master

set :migrate_target,  :current
set :deploy_via, :remote_git

#set :git_shallow_clone, true
set :git_enable_submodules, true

set(:repository) { "git.o2h.cz:#{fetch(:application)}" }

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
o2h-0.2.1 lib/o2h/recipes/git.rb
o2h-0.2.0 lib/o2h/recipes/git.rb
o2h-0.1.16 lib/o2h/recipes/git.rb
o2h-0.1.15 lib/o2h/recipes/git.rb
o2h-0.1.14 lib/o2h/recipes/git.rb
o2h-0.1.13 lib/o2h/recipes/git.rb
o2h-0.1.12 lib/o2h/recipes/git.rb
o2h-0.1.11 lib/o2h/recipes/git.rb
o2h-0.1.10 lib/o2h/recipes/git.rb
o2h-0.1.9 lib/o2h/recipes/git.rb
o2h-0.1.8 lib/o2h/recipes/git.rb
o2h-0.1.7 lib/o2h/recipes/git.rb
o2h-0.1.6 lib/o2h/recipes/git.rb
o2h-0.1.5 lib/o2h/recipes/git.rb
o2h-0.1.4 lib/o2h/recipes/git.rb
o2h-0.1.3 lib/o2h/recipes/git.rb
o2h-0.1.2 lib/o2h/recipes/git.rb
o2h-0.1.1 lib/o2h/recipes/git.rb
o2h-0.1.0 lib/o2h/recipes/git.rb