X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4c5b70d3c889be2ac817fb9181ed9448fe0ef4c2..727eef9fdc54a7389929495ddc6007dcacf3fd36:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 0e17896e3..b23b079a8 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,10 +124,6 @@ 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" @@ -135,9 +132,9 @@ default_attributes( :repository => "git://github.com/osmlab/openstreetmap-website.git", :revision => "welcome-2" }, - :hash => { - :repository => "git://github.com/osmlab/openstreetmap-website.git", - :revision => "hash" + :rails4 => { + :repository => "git://github.com/tomhughes/openstreetmap-website.git", + :revision => "rails4" } } },