X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/312518aefa209b8803efe7381abfd30c552e0ee5..e61e6ff7581eaf1cb17a46c0e0ba2bacd23e1fb2:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index a89e73618..9e79e0a69 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", @@ -127,6 +125,10 @@ default_attributes( :groups => { :repository => "git://github.com/osmlab/openstreetmap-website.git", :revision => "groups-sketch" + }, + :jsrouting => { + :repository => "git://github.com/systemed/openstreetmap-website.git", + :revision => "routing" } } },