X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/82ffabf3d4fe53e6eed6f01e787f7e2af4594146..241ee68cb6004da45299a4528774e801d04ff85a:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 278e841f6..ae595603a 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -95,13 +95,11 @@ default_attributes( }, :apt => { :sources => [ - "brightbox-ruby-ng", "ubuntugis-stable", "mapnik-v210" ] }, :dev => { - :ruby => "1.9.1", :rails => { :master => { :repository => "git://git.openstreetmap.org/rails.git", @@ -128,9 +126,13 @@ default_attributes( :repository => "git://github.com/osmlab/openstreetmap-website.git", :revision => "groups-sketch" }, - :help => { - :repository => "git://github.com/osmlab/openstreetmap-website.git", - :revision => "help-page" + :jsrouting => { + :repository => "git://github.com/systemed/openstreetmap-website.git", + :revision => "routing" + }, + :overpass2 => { + :repository => "git://github.com/tomhughes/openstreetmap-website.git", + :revision => "overpass" } } },