X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/69c4381c07119deabecfe788a89370294d4fa6ee..e61233b42038a7b4cbb793b19c49a0109c7c9c09:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index c8e4c76b0..b41ea6634 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -64,6 +64,7 @@ default_attributes( :lonvia => { :status => :user }, :nicolas17 => { :status => :user }, :zverik => { :status => :user }, + :dodobas => { :status => :user }, :ooc => { :status => :role, :members => [ :tomh, :blackadder, :timsc, :ollie ] @@ -123,17 +124,17 @@ default_attributes( :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 => { + :rails4 => { + :repository => "git://github.com/tomhughes/openstreetmap-website.git", + :revision => "rails4" + }, + :help => { :repository => "git://github.com/osmlab/openstreetmap-website.git", - :revision => "welcome-2" + :revision => "help-page" } } },