X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0632b0c6d570ea25f518e3bf43585818290ed53a..1159faf36268a2dc00d4eb84e938dfc2dc3a5926:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 5d86d0f8a..61658beea 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -65,6 +65,7 @@ default_attributes( :nicolas17 => { :status => :user }, :zverik => { :status => :user }, :dodobas => { :status => :user }, + :mhohmann => { :status => :user }, :ooc => { :status => :role, :members => [ :tomh, :blackadder, :timsc, :ollie ] @@ -95,13 +96,11 @@ default_attributes( }, :apt => { :sources => [ - "brightbox-ruby-ng", - "ubuntugis-stable", "ubuntugis-unstable", + "ubuntugis-stable", "mapnik-v210" ] }, :dev => { - :ruby => "1.9.1", :rails => { :master => { :repository => "git://git.openstreetmap.org/rails.git", @@ -128,13 +127,17 @@ default_attributes( :repository => "git://github.com/osmlab/openstreetmap-website.git", :revision => "groups-sketch" }, - :rails4 => { - :repository => "git://github.com/tomhughes/openstreetmap-website.git", - :revision => "rails4" + :jsrouting => { + :repository => "git://github.com/systemed/openstreetmap-website.git", + :revision => "routing" }, - :user => { - :repository => "git://github.com/osmlab/openstreetmap-website.git", - :revision => "user-display" + :jsrouting2 => { + :repository => "git://github.com/jfirebaugh/openstreetmap-website.git", + :revision => "routing" + }, + :overpass2 => { + :repository => "git://github.com/tomhughes/openstreetmap-website.git", + :revision => "overpass" } } },