X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/7f544309e70b2d9659b2a3977179453fbe9ff546..953568ac810971babd2c310ca6b8e1a0a30793a5:/roles/dev.rb?ds=sidebyside diff --git a/roles/dev.rb b/roles/dev.rb index a6e692655..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] @@ -89,7 +90,7 @@ default_attributes( :status => :role, :members => [:apmon, :maba] }, - :za-imagery => { + :"za-imagery" => { :status => :role, :members => [:grant, :htonl, :gmoncrieff, :zander] } @@ -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" } } },