X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5d8cabd78f74c076e0955e1e8e9bfa98bba8ff5d..0eb82e2298a5c8ede55bb9ace259e77190c274c5:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 78c0ce4e2..86e8ff58b 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,17 +127,21 @@ 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" + }, + :jsrouting2 => { + :repository => "git://github.com/jfirebaugh/openstreetmap-website.git", + :revision => "routing" }, - :rails4 => { + :overpass2 => { :repository => "git://github.com/tomhughes/openstreetmap-website.git", - :revision => "rails4" + :revision => "overpass" }, - :user => { - :repository => "git://github.com/osmlab/openstreetmap-website.git", - :revision => "user-display" + :comments => { + :repository => "git://github.com/ukasiu/openstreetmap-website.git", + :revision => "changeset_comments_pr" } } },