X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/817e5b5c502fcee3bb86c01fbe7a1037c546fcba..f89f1657ceae1fcd72fec6c1e80df1e38a6e37c5:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 9b9cd9a3b..fcb243ff3 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 ] @@ -137,6 +138,14 @@ default_attributes( :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" } } },