X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/596c8ac732d4c6084cbaa29b0e58b9b98e2c4999..509ed8dd9469f3c985a399b1146a6979ace18ecc:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 8c5103fbe..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,13 +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" + }, + :redesign => { + :repository => "git://github.com/osmlab/openstreetmap-website.git", + :revision => "redesign" + }, + :help => { + :repository => "git://github.com/osmlab/openstreetmap-website.git", + :revision => "help-page" } } },