X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4c5b70d3c889be2ac817fb9181ed9448fe0ef4c2..509ed8dd9469f3c985a399b1146a6979ace18ecc:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 0e17896e3..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,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 => { + :redesign => { :repository => "git://github.com/osmlab/openstreetmap-website.git", - :revision => "welcome-2" + :revision => "redesign" }, - :hash => { + :help => { :repository => "git://github.com/osmlab/openstreetmap-website.git", - :revision => "hash" + :revision => "help-page" } } },