X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/3473a3347d6585dd92711a657b93d1d6523d8703..f5742c77d04372e7196bee35640914cd237d3906:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index a30d18f3c..45670ffcf 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -94,12 +94,6 @@ default_attributes( :max_requests_per_child => 10000 } }, - :apt => { - :sources => [ - "ubuntugis-stable", - "mapnik-v210" - ] - }, :dev => { :rails => { :master => { @@ -117,7 +111,7 @@ default_attributes( }, :owl => { :repository => "git://github.com/ppawel/openstreetmap-website.git", - :revision => "owl-history-tab" + :revision => "owl-activity-tab" }, :groups => { :repository => "git://github.com/osmlab/openstreetmap-website.git", @@ -130,6 +124,10 @@ default_attributes( :jsrouting2 => { :repository => "git://github.com/jfirebaugh/openstreetmap-website.git", :revision => "routing" + }, + :comments => { + :repository => "git://github.com/ukasiu/openstreetmap-website.git", + :revision => "comments_list" } } },