From: Tom Hughes Date: Sun, 16 Sep 2018 17:39:44 +0000 (+0100) Subject: Add a dev api instance to test the upload branch X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/deac6f30cfa6aaf2a0323318d0db2c36e37fdcf0?ds=sidebyside Add a dev api instance to test the upload branch --- diff --git a/roles/dev.rb b/roles/dev.rb index b66308426..eee03b9b6 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -120,6 +120,12 @@ default_attributes( :locale => { :repository => "git://github.com/tomhughes/openstreetmap-website.git", :revision => "locale" + }, + :upload => { + :repository => "https://git.openstreetmap.org/public/rails.git", + :revision => "master", + :cgimap_repository => "git://github.com/zerebubuth/openstreetmap-cgimap.git", + :cgimap_revision => "feature/bulk_upload" } } },