X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/69c4381c07119deabecfe788a89370294d4fa6ee..509ed8dd9469f3c985a399b1146a6979ace18ecc:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index c8e4c76b0..69eb17ae9 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 ] @@ -95,7 +96,7 @@ default_attributes( :apt => { :sources => [ "brightbox-ruby-ng", - "ubuntugis-stable", "ubuntugis-unstable", + "ubuntugis-stable", "mapnik-v210" ] }, @@ -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 => { + :redesign => { + :repository => "git://github.com/osmlab/openstreetmap-website.git", + :revision => "redesign" + }, + :help => { :repository => "git://github.com/osmlab/openstreetmap-website.git", - :revision => "welcome-2" + :revision => "help-page" } } },