X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4c5b70d3c889be2ac817fb9181ed9448fe0ef4c2..0632b0c6d570ea25f518e3bf43585818290ed53a:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 0e17896e3..5d86d0f8a 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,21 +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 => { - :repository => "git://github.com/osmlab/openstreetmap-website.git", - :revision => "welcome-2" + :rails4 => { + :repository => "git://github.com/tomhughes/openstreetmap-website.git", + :revision => "rails4" }, - :hash => { + :user => { :repository => "git://github.com/osmlab/openstreetmap-website.git", - :revision => "hash" + :revision => "user-display" } } },