X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/70806643b9beb11c37c8638e43890d9670b48412..0df3c25948a3a0f1bdc843f277bd6358c2162385:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index f45ec0272..6a91bcf5b 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -122,6 +122,18 @@ default_attributes( :overpass => { :repository => "git://github.com/drolbr/openstreetmap-website.git", :revision => "master" + }, + :groups => { + :repository => "git://github.com/osmlab/openstreetmap-website.git", + :revision => "groups-sketch" + }, + :welcome => { + :repository => "git://github.com/osmlab/openstreetmap-website.git", + :revision => "welcome-2" + }, + :rails4 => { + :repository => "git://github.com/tomhughes/openstreetmap-website.git", + :revision => "rails4" } } },