X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/27d4d639aaf31e5891bba24b47485229b83e5f87..4a2bda00ca60530e312587a1610d258f86b497c5:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 99c29598d..1800f3551 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -117,7 +117,9 @@ 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" }, :comments => { :repository => "https://github.com/ukasiu/openstreetmap-website.git", @@ -131,9 +133,9 @@ default_attributes( :repository => "https://github.com/openbrian/osm-microcosms.git", :revision => "microcosms" }, - :rails71 => { - :repository => "https://github.com/tomhughes/openstreetmap-website.git", - :revision => "rails71" + :signup => { + :repository => "https://github.com/milan-cvetkovic/openstreetmap-website.git", + :revision => "issue_4128_login_signup" } } },