X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2b691c12fc0600fdff96ea3a22c55db3d372f9a8..193547c90eccf7e63f282fc27758e48fc17d9893:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 0a9b76f28..1c9250255 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -124,6 +124,14 @@ default_attributes( :jsrouting2 => { :repository => "git://github.com/jfirebaugh/openstreetmap-website.git", :revision => "routing" + }, + :comments => { + :repository => "git://github.com/ukasiu/openstreetmap-website.git", + :revision => "comments_list" + }, + :rails42 => { + :repository => "git://github.com/tomhughes/openstreetmap-website.git", + :revision => "rails42" } } },