X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/70806643b9beb11c37c8638e43890d9670b48412..509ed8dd9469f3c985a399b1146a6979ace18ecc:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index f45ec0272..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" ] }, @@ -122,6 +123,18 @@ default_attributes( :overpass => { :repository => "git://github.com/drolbr/openstreetmap-website.git", :revision => "master" + }, + :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" } } },