X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0410e7a8e56811c0886cfb89cb24df409788157e..c84b138cb20e650c155cf2a7c14f3b34dac8afb1:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 7d3f18fcb..ebe2f824d 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -96,7 +96,7 @@ default_attributes( :apt => { :sources => [ "brightbox-ruby-ng", - "ubuntugis-stable", "ubuntugis-unstable", + "ubuntugis-stable", "mapnik-v210" ] }, @@ -128,9 +128,9 @@ 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" } } },