]> git.openstreetmap.org Git - chef.git/commitdiff
Add a dev api instance to test the upload branch
authorTom Hughes <tom@compton.nu>
Sun, 16 Sep 2018 17:39:44 +0000 (18:39 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 16 Sep 2018 19:25:33 +0000 (20:25 +0100)
roles/dev.rb

index b663084260d014dcd547331a46902994bd45cdc7..eee03b9b6b65aaf249230033ef604cef322448f4 100644 (file)
@@ -120,6 +120,12 @@ default_attributes(
       :locale => {
         :repository => "git://github.com/tomhughes/openstreetmap-website.git",
         :revision => "locale"
       :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"
       }
     }
   },
       }
     }
   },