X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..960aab171789210b26f3e9b83319fc492b4eda43:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 52f8dc7de..c8e4c76b0 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -107,10 +107,6 @@ default_attributes( :revision => "master", :aliases => [ "api06.dev.openstreetmap.org" ] }, - :forms => { - :repository => "git://github.com/tomhughes/openstreetmap-website.git", - :revision => "forms" - }, :routing => { :repository => "git://github.com/apmon/openstreetmap-website.git", :revision => "routing2" @@ -126,6 +122,18 @@ default_attributes( :overpass => { :repository => "git://github.com/drolbr/openstreetmap-website.git", :revision => "master" + }, + :mapui => { + :repository => "git://github.com/osmlab/openstreetmap-website.git", + :revision => "map-ui" + }, + :groups => { + :repository => "git://github.com/osmlab/openstreetmap-website.git", + :revision => "groups-sketch" + }, + :welcome => { + :repository => "git://github.com/osmlab/openstreetmap-website.git", + :revision => "welcome-2" } } },