X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/82fa76e9f7e9ecdcfe5da867f1246f17fd998c46..4a2bda00ca60530e312587a1610d258f86b497c5:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 87ef4dfb2..1800f3551 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -73,6 +73,7 @@ default_attributes( :antonkh => { :status => :user }, :gmoncrieff => { :status => :user }, :zander => { :status => :user }, + :msbarry => { :status => :user }, :ooc => { :status => :role, :members => [:tomh, :blackadder, :timsc, :ollie] @@ -116,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", @@ -129,6 +132,10 @@ default_attributes( :microcosms => { :repository => "https://github.com/openbrian/osm-microcosms.git", :revision => "microcosms" + }, + :signup => { + :repository => "https://github.com/milan-cvetkovic/openstreetmap-website.git", + :revision => "issue_4128_login_signup" } } },