X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/da1115e80fdbca939aa7b2f8b2027705f1c32b24..a79ebde07ce867ad3002a244670cbb9e5479d9bc:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 9e79e0a69..947c6f54c 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -65,6 +65,7 @@ default_attributes( :nicolas17 => { :status => :user }, :zverik => { :status => :user }, :dodobas => { :status => :user }, + :mhohmann => { :status => :user }, :ooc => { :status => :role, :members => [ :tomh, :blackadder, :timsc, :ollie ] @@ -129,9 +130,28 @@ default_attributes( :jsrouting => { :repository => "git://github.com/systemed/openstreetmap-website.git", :revision => "routing" + }, + :jsrouting2 => { + :repository => "git://github.com/jfirebaugh/openstreetmap-website.git", + :revision => "routing" + }, + :overpass2 => { + :repository => "git://github.com/tomhughes/openstreetmap-website.git", + :revision => "overpass" + }, + :comments => { + :repository => "git://github.com/ukasiu/openstreetmap-website.git", + :revision => "changeset_comments" + }, + :rails41 => { + :repository => "git://github.com/tomhughes/openstreetmap-website.git", + :revision => "rails41" } } }, + :passenger => { + :version => "4.0.45" + }, :postgresql => { :versions => [ "9.1" ], :settings => {