X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/fe15b2efd7123352751c9f535c0eae6dac95ac74..fb13f19b005623db4d2ae0c1def422e885b048a9:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 8874ee1a4..ebe2f824d 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" ] }, @@ -127,9 +128,9 @@ default_attributes( :repository => "git://github.com/osmlab/openstreetmap-website.git", :revision => "groups-sketch" }, - :welcome => { - :repository => "git://github.com/osmlab/openstreetmap-website.git", - :revision => "welcome-2" + :jsrouting => { + :repository => "git://github.com/systemed/openstreetmap-website.git", + :revision => "routing" } } },