X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e1e8bc734a52508aaf7f18c71bd9d9d46143aadd..3093125b06b088ec7daab3e21f75b85851a586a6:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index b23b079a8..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,13 +128,9 @@ 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" - }, - :rails4 => { - :repository => "git://github.com/tomhughes/openstreetmap-website.git", - :revision => "rails4" + :jsrouting => { + :repository => "git://github.com/systemed/openstreetmap-website.git", + :revision => "routing" } } },