X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/af15903afd5ebb369bd9634892937eefcb34d20a..fb13f19b005623db4d2ae0c1def422e885b048a9:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index bf9e9c4a3..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" }, - :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" } } },