X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/fbed20197fcaf6299f6761747844b9537d127e86..24ec2141b1f15d3553b47fa3b2e299bd826be1fe:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 69eb17ae9..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", @@ -128,13 +126,9 @@ default_attributes( :repository => "git://github.com/osmlab/openstreetmap-website.git", :revision => "groups-sketch" }, - :redesign => { - :repository => "git://github.com/osmlab/openstreetmap-website.git", - :revision => "redesign" - }, - :help => { - :repository => "git://github.com/osmlab/openstreetmap-website.git", - :revision => "help-page" + :jsrouting => { + :repository => "git://github.com/systemed/openstreetmap-website.git", + :revision => "routing" } } },