projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45c5fe3
)
Add a dev api instance to test the upload branch
author
Tom Hughes
<tom@compton.nu>
Sun, 16 Sep 2018 17:39:44 +0000
(18:39 +0100)
committer
Tom Hughes
<tom@compton.nu>
Sun, 16 Sep 2018 19:25:33 +0000
(20:25 +0100)
roles/dev.rb
patch
|
blob
|
history
diff --git
a/roles/dev.rb
b/roles/dev.rb
index b663084260d014dcd547331a46902994bd45cdc7..eee03b9b6b65aaf249230033ef604cef322448f4 100644
(file)
--- 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"
}
}
},