X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/27d4d639aaf31e5891bba24b47485229b83e5f87..c82c91f4e778b3abe37f4b2f996debb25c8fd958:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 99c29598d..3a838a353 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -117,7 +117,12 @@ default_attributes( }, :tomh => { :repository => "https://github.com/tomhughes/openstreetmap-website.git", - :revision => "next" + :revision => "next", + :cgimap_repository => "https://github.com/zerebubuth/openstreetmap-cgimap.git", + :cgimap_revision => "master", + :cgimap_options => { + :ratelimit_upload => true + } }, :comments => { :repository => "https://github.com/ukasiu/openstreetmap-website.git", @@ -130,10 +135,6 @@ default_attributes( :microcosms => { :repository => "https://github.com/openbrian/osm-microcosms.git", :revision => "microcosms" - }, - :rails71 => { - :repository => "https://github.com/tomhughes/openstreetmap-website.git", - :revision => "rails71" } } },